> For the complete documentation index, see [llms.txt](https://docs.teller.org/teller-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teller.org/teller-v2/protocol/lenders/accepting-a-loan.md).

# Accepting a Loan

```solidity
/**
 * @notice Function for a lender to accept a proposed loan bid.
 * @param _bidId The id of the loan bid to accept.
 */
function lenderAcceptBid(uint256 _bidId)
```
