> For the complete documentation index, see [llms.txt](https://docs.brila.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brila.finance/user-guide/borrow/repaying-a-loan.md).

# Repaying a loan

How to repay a loan:

1. Borrower goes to [app.brila.finance](https://app.brila.finance/)
2. Borrower clicks 'Repay' button shown on loan details

   <figure><img src="/files/M8BtSMaX2QCSAlGHGf9H" alt=""><figcaption></figcaption></figure>
3. Borrower is first prompted to approve transfer of funds (must complete `approve()` on-chain transaction).
4. Borrower is then prompted to [`repay`](/brila-protocol/other-concepts/instruments/bulletloans.md#repay-uint256-instrumentid-uint256-amount) transaction. This transaction transfers funds back to the portfolio and repays the full amount owed on the loan.
   * Once this transaction is complete, the loan is marked ‘repaid’ automatically and no further action by the borrower is needed.

<figure><img src="/files/Igdlz5phIbKoabS9gMkR" alt=""><figcaption></figcaption></figure>
