> For the complete documentation index, see [llms.txt](https://docs.updefi.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.updefi.finance/russkii/partnerskie-programmy/programma-povysheniya-urozhainosti.md).

# Программа повышения урожайности

**Программа повышения доходности** призвана помочь любому протоколу и казначейству DAO повысить свою доходность за счет использования стратегий доходности UpDeFi.

Любой протокол и казначейство DAO, которые интегрируются со стратегиями доходности UpDeFi, могут получать до **50%** от доходов протокола UpDeFi, генерируемых их вкладом TVL.

Если вы хотите стать партнером программы повышения доходности, пожалуйста, **свяжитесь с нами!**

## Открыт для всех протоколов и казначейств DAO

Мы глубоко понимаем, что все протоколы и казначейства DAO сосредоточены на повышении доходности средств пользователей, и мы создали UpDeFi с целью помочь им повысить доходность. Любой протокол и казначейство DAO могут принять участие в нашей программе повышения доходности, чтобы аккумулировать больше средств для DAO, получая при этом более высокую доходность для средств пользователей.

## Модель разделения доходов

Мы определим уровень распределения доходов участника программы повышения доходности на основе общего показателя TVL всех стратегий в протоколе UpDeFi, а затем определим его уровень распределения доходов:

| Уровень |   TVL (USD)   | Процент разделения дохода |
| :-----: | :-----------: | :-----------------------: |
|    1    |   $1m - $5m   |            10%            |
|    2    |   $5m -$10m   |            15%            |
|    3    |  $10m - $50m  |            20%            |
|    4    |  $50m - $100m |            25%            |
|    5    | $100m - $200m |            30%            |
|    6    | $200m - $400m |            35%            |
|    7    |  $400m -$700m |            40%            |
|    8    |  $700m - $1b  |            45%            |
|    9    |      $1b      |            50%            |


---

# 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://docs.updefi.finance/russkii/partnerskie-programmy/programma-povysheniya-urozhainosti.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.
