# Strategies' APR

### **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.**

The yield of a strategy depends on the amount of ABRA allocated to it from the weekly emission and the total value locked (TVL) in the strategy. The amount of ABRA allocated to a strategy is depended on vote result and proportional to strategy's share of the total votes. The total weekly emission is described in the [relevant section](/v2/tokenomics/markdown.md).&#x20;

ABRA tokens are distributed among liquidity providers within a strategy, with the amount depending on each provider’s share of the total liquidity. At the beginning of each epoch, ABRA tokens are allocated to strategies and are then distributed evenly over 7 days to liquidity providers.


---

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