> For the complete documentation index, see [llms.txt](https://lazyotter.gitbook.io/lazyotter/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lazyotter.gitbook.io/lazyotter/products/yield-index.md).

# Yield index

In any investment decision-making process, two crucial factors to consider are return and risk. While we already have robust risk data, integrating yield data seemed like the natural next step. Initially, we thought this would be straightforward, but we quickly realized that credible yield data is challenging to obtain. After evaluating several data providers, we encountered common issues: the data were either incomplete or unverifiable.

When pulling data from centralized databases, we found that only well-known projects were listed, leaving out newer or smaller projects. Moreover, the calculation of APY (Annual Percentage Yield) is not standardized or consistent across projects, making it difficult to rely on these figures. Recognizing these limitations, we decided to build our own database.

<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcgp-lBmocmedHpGULp91W_0_ijmCYUqgW2PaL8xd3JfJCsjvOl1xwrBsvr3i2Vym4PFtAo0koP5gXJc09E9cwTU0JvekM8KiVRTJ69s74KTFnlkeLZZn_TPc0Aq_hZePVCxDBbOSmv-OwgYq2R53ki4eGc?key=HFOph_Q3osDDUKf-4AYquQ" alt=""><figcaption></figcaption></figure>

#### Building a Reliable Yield Database

To ensure the highest level of accuracy, we developed an advanced simulation engine capable of mimicking the withdrawal and reward harvesting processes. This engine performs real-time simulations of the entire yield earning cycle, including the sale of reward tokens and realization of impermanent loss, to precisely calculate the actual yield. Our methodology accommodates the intricacies of various protocols, especially those with complex reward structures such as vesting schedules. This sophisticated approach allows us to generate the most accurate and reliable yield data, empowering users to make well-informed decisions based on comprehensive, real-world insights.

<br>


---

# 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://lazyotter.gitbook.io/lazyotter/products/yield-index.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.
