> For the complete documentation index, see [llms.txt](https://docs.algem.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algem.io/russkii/algem-protokol/dokhody-po-protokolu.md).

# Доходы по протоколу

Доходы протокола Algem поступают из двух различных источников:

* Плата за услуги. В обмен на свои услуги Algem взимает небольшую плату за различные функции:
  * Комиссия за управление Liquid Staking (10% от вознаграждения за ставку)
  * Плата за немедленное снятие (1% от суммы снятия )
  * Комиссия за управление Liquid Lending (10% от вознаграждения за кредитование)
  * nASTR Вознаграждение за фарминг (10% от вознаграждения за фермерство партнера)
* Вознаграждение Build2Earn. Algem является частью программы Astar Builders. В результате Algem генерирует вознаграждения операторов от Astar dApp Staking во время каждой эры Astar через свой пул на портале Astar. Пользователи могут следить за распределением вознаграждений на Subscan.

### Распределение доходов

#### До запуска Liquid Lending (текущая стадия)

* 90% всего дохода идет команде;
* 10% от всего дохода идет в фонд немедленного расформирования ([более подробная информация о немедленном расформировании здесь](/russkii/algem-protokol/liquid-dapp-staking/unstaking-nastr.md))

После запуска программы Liquid Lending

* 70% от всей выручки идет в качестве вознаграждения стейкерам [ALGM](/russkii/algem-protokol/token-algm/utilita-algm.md);
* 20% от всего дохода идет команде;
* 10% от всей выручки идет в фонд немедленного расформирования.


---

# 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:

```
GET https://docs.algem.io/russkii/algem-protokol/dokhody-po-protokolu.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.
