> For the complete documentation index, see [llms.txt](https://docs.torches.finance/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.torches.finance/docs/guides/faqs/faqs-for-torches.md).

# FAQs for Torches

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

### What is the interest rate if the loan is paid off early? <a href="#what-is-the-interest-rate-if-the-loan-is-paid-off-early" id="what-is-the-interest-rate-if-the-loan-is-paid-off-early"></a>

Loans on the Torches platform can be borrowed and repaid at any time without fixed term.

The interest rates are automatically calculated according to specific algorithms. It is dynamically adjusted based on the deposit pool and the loan pool, mainly dependent on the utilisation rate of the fund on the platform.

### What is the max supply of Torches token? What is the mining rewards of each deposit pool? <a href="#what-is-the-max-supply-of-filda-what-is-the-mining-rewards-of-each-deposit-pool" id="what-is-the-max-supply-of-filda-what-is-the-mining-rewards-of-each-deposit-pool"></a>

The maximum supply is 100 million. Torches token is a governance token. Its value is based on the governance rights of the protocol. 50% of the token liquidity reward for community, which is dynamically adjusted based on interest rates and capital availability.

### Where can I find the due date of the loan? <a href="#if-you-click-repay-it-shows-repay-the-due-loan-where-can-you-find-the-due-date-of-the-loan" id="if-you-click-repay-it-shows-repay-the-due-loan-where-can-you-find-the-due-date-of-the-loan"></a>

There is no due date of the loan. Users can borrow and repay at any time. If the loan is not repaid, when the sum of the loan principal and the interest accumulates to 100 percent of the loan limit, liquidation will be triggered.

### Does collateralising (depositing) but not borrowing mean lossless mining? <a href="#does-collateralising-depositing-but-not-borrowing-mean-lossless-mining" id="does-collateralising-depositing-but-not-borrowing-mean-lossless-mining"></a>

Yes.


---

# 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.torches.finance/docs/guides/faqs/faqs-for-torches.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.
