# Oh! Yield Index

Users interact with Oh! Finance and earn yield by depositing underlying tokens to a Bank. Each Bank has a set of Strategies that interact with individual DeFi protocols, such as Aave, Compound, or Curve. This set of Strategies forms a **Yield Index** which returns the average APY earned across all associated protocols.

## Contracts

* [Oh! Bank](/protocol/oh-yield-index/oh-bank.md) - Tokenized Yield Index
* [Oh! Strategy](/protocol/oh-yield-index/oh-strategy.md) - DeFi Protocol Interaction
* [Oh! Liquidator](/protocol/oh-yield-index/oh-liquidator.md) - Token Swap Management
* [Oh! Manager](/protocol/oh-yield-index/oh-manager.md) - Yield & Revenue Management


---

# 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.oh.finance/protocol/oh-yield-index.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.
