> For the complete documentation index, see [llms.txt](https://docs.tydro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tydro.com/primitives/reserve.md).

# Reserve

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

A reserve is an instance of a token within a Tydro liquidity pool. Each reserve is governed by a set of parameters that manage risk and optimise liquidity.&#x20;

### **Key Reserve Parameters**

**Loan-to-Value (LTV)**\
The maximum amount that can be borrowed relative to the value of the collateral. For example, a 75 percent LTV allows borrowing up to 75 percent of the collateral’s value. Assets with zero percent LTV cannot be used as collateral.

**Liquidation Threshold**\
The point at which a position becomes at risk of liquidation. If the value of the collateral falls below this threshold, the position may be liquidated to repay the borrower's debt.

**Borrowing Enabled**\
Specifies whether users can borrow liquidity from this reserve.

**Caps**\
Supply and borrow caps limit the total amount of a token that can be supplied or borrowed from a reserve. These caps help manage liquidity and reduce exposure during volatile market conditions.

**Interest Rate Model**\
Interest rates in Tydro adjust dynamically based on the utilisation of liquidity. As more funds are borrowed, interest rates increase to ensure sufficient liquidity remains available for withdrawals and liquidations. Rates are determined by parameters that define the base rate and how steeply rates rise with utilisation.


---

# 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.tydro.com/primitives/reserve.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.
