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

# Yield sources

### **ATTENTION! The project has been shut down! Details can be found at:**

<https://cadabra.gitbook.io/v2/articles/announcement-of-cadabra-finance-stopping>

### **Everything written below on this and all other pages is no longer relevant and is provided for historical information only. If you continue to use the project website or its smart contracts, you do so at your own risk.**

Strategies interact with **underlying yield sources**. Yield sources invest and withdraw funds from underlying protocols on behalf of users and extract rewards. These rewards are distributed among those who voted for the yield source or strategy.

Yield sources for strategies include pools, gauges, and vaults on third-party protocols, such as AAVE, Curve etc. They are grouped into strategies based on similar characteristics: assets, risk profiles, and yield principles. Having multiple yield sources within a strategy allows for investment diversification and smooth out APR fluctuations in underlying protocols, with rebalancing occurring based on voting results.  &#x20;

{% hint style="success" %}
Cadabra team constantly looks for new earning opportunities and monitors the emergence of promising protocols. Each underlying protocol undergoes a security assessment and expert assessment before being integrated. Once a yield source is implemented and tested, it is added to the strategy with a 3-7 day time lock, giving users time to decide whether they trust the new protocol.
{% endhint %}


---

# 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://cadabra.gitbook.io/v2/strategies/publish-your-docs.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.
