> 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/cadabra-ru/strategii/underlying-protocol-rewards-upr.md).

# Underlying Protocol Rewards (UPR)

### ВНИМАНИЕ! Проект закрыт! Подробности по ссылке:

<https://cadabra.gitbook.io/v2/cadabra-ru/stati/obyavlenie-ob-ostanovke-cadabra-finance>

## Сбор Underlying Protocol Rewards (UPR)

После ребалансировки ликвидности начинают собираться награды с внешних протоколов, которые аккумулируются на специальных контрактах. Количество собранных наград зависит от ребалансировки ликвидности в начале эпохи, размера ликвидности в стратегиях и APR внешних протоколов в течение эпохи.

## Распределение Underlying Protocol Rewards (UPR)

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

Сначала происходит голосование за источники доходности (Эпоха N)

В следующую эпоху N+1 идет накопление UPR

UPR распределяются в эпоху N+2 после накопления

UPR одномоментно распределяются в начале эпохи N+2, следующая эпоха после накопления

UPR распределяются по проголосовавшим пропорционально их доле голосов&#x20;

{% hint style="info" %}
При этом голосование на уровне стратегии также является голосованием за источники, в этом случае голоса со стратегии распределяются на источники согласно их долям в ликвидности на эпоху голосования. Детали и примеры можно найти [тут](/v2/cadabra-ru/strategii/underlying-protocol-rewards-upr.md#raspredelenie-external-protocol-rewards-epr).
{% 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/cadabra-ru/strategii/underlying-protocol-rewards-upr.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.
