> For the complete documentation index, see [llms.txt](https://docs.teller.org/teller-lite/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-lite/lending-pools/borrowing/repaying-your-loan.md).

# Repaying your loan

**Repaying** your loan is important in order to **recover the collateral** that was locked in the Teller Collateral Manager smart contract. &#x20;

In order to repay your loan, visit the **Teller Dashboard**, connect your web3 account, and view all of your active loans. Depending on the Loan Market for the loan, repayment may need to be made in a regular **interval**, sooner than the full loan needs to be repaid. &#x20;

<figure><img src="/files/j6QkZXoZPdpzE0BiERbo" alt=""><figcaption><p>Teller dashboard</p></figcaption></figure>

The loan repayment dashboard will show you the next **due date** for the loan, the full or partial repayment amount for that due date, and your final due date when the entire balance will be due.   This dashboard will also show information about the lender and information about the collateral assets that are locked for the duration of the loan. &#x20;

<figure><img src="/files/NfYOExIqieS0aessGKqm" alt=""><figcaption><p>Loans page</p></figcaption></figure>

As soon as you **repay** the loan fully, the Teller Protocol smart contract will **send all of your collateral to you** and you can do this at any time, until the loan duration expires.

<figure><img src="/files/ZWOqk5aIhV7UkaL18Jz3" alt=""><figcaption><p>Pay loan window</p></figcaption></figure>

> In case there was a problem with your repayment or a different account repaid the loan for you, you can manually call methods on the Collateral Manager smart contract to force a withdraw of your collateral at any time as long as the Teller Protocol contract reports that the loan status is '**Fully Repaid**'.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.teller.org/teller-lite/lending-pools/borrowing/repaying-your-loan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
