> For the complete documentation index, see [llms.txt](https://docs.filliquid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.filliquid.io/staking-user-guide/more-instructions/fil-fit-exchange-rate-mechanism.md).

# FIL/FIT Exchange Rate Mechanism

* FIT, as the equity token pledged FIL, has a fluctuating exchange rate between FIL, and the exchange rate relationship between them is mainly divided into two situations
* FIT (the equity token received when depositing FIL) has a fluctuating exchange rate relative to FIL.
* The relationship between them is mainly divided into two of the following situations:

1. When the utilization rate of the staking pool is less than or equal to 90%, the exchange rate of FIL/FIT = FIL in the agreement/total number of FIT minted in the agreement. In this case, the value of FIT will increase with the continuous repayment from borrowers, corresponding to the continuous appreciation of the assets of the pledged user.
2. When the utilization rate of the staking pool exceeds 90%, the value of FIT will continue to depreciate as the utilization rate of funds increases, thus avoiding the depletion of the liquidity of the agreement funds. At this time, redeeming funds may incur certain losses, but when the utilization rate of funds returns to normal, the exchange rate will also return to normal.


---

# 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.filliquid.io/staking-user-guide/more-instructions/fil-fit-exchange-rate-mechanism.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.
