# Base Rate Contract

Each [GONDI Pool](/content-with-pools/gondi-pools.md#weth-and-usdc-pools) has an immutable base rate contract that programmatically determines which yield-bearing token the pool will swap into when there is idle supply.\
\
Each pool aims to maintain 70-90% of its available capital in the yield-bearing token.


---

# Agent Instructions: 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:

```
GET https://docs.gondi.xyz/content-with-pools/gondi-pools/base-rate-contract.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
