# Best Yield

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

The Best Yield vaults are single-sided liquidity pools that aim to offer the highest yield for supported stablecoins at all times. This is achieved by programmatically allocating these assets across several lending pools.&#x20;

Best Yield benefits users by socializing gas costs, automating the yield generation and rebalancing process, and automatically shifting capital as opportunities arise. End users and integrators do not need proficient knowledge of the underlying protocols or DeFi.&#x20;

Users' funds are pooled together in the main contract (one for each supported token) to minimize gas expenses for reallocating funds and provide, at the same time, the highest aggregated APY for all pooled funds.&#x20;

Interest rates are constantly monitored, and an off-chain bot computes the exact allocations to maximize aggregated APY. If, for a given pool, the current on-chain allocations are different from the newly calculated one, the smart contract receives new allocations, and the pool gets rebalanced.

{% hint style="info" %}
This strategy has been battle-tested since mid-2019, and it’s considered one of the most resilient in the entire DeFi space.
{% endhint %}


---

# 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.idle.finance/products/best-yield.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.
