> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/ru/staking/staking-stats-and-calculator.md).

# Статистика Стейкинга и Калькулятор доходности

Детали активных стейкингов, история стейкинга и калькулятор доходности стейкинга можно найти во вкладке Стейкинг на странице Кошелька:&#x20;

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

Здесь вы можете найти подробную статистику вашего стейкинга:

* Модуль **Стейкинг** отражает ежедневный процентный доход, общий процентный доход, а также текущий [APY%](/help-center/ru/staking/what-is-staking/apy-income.md) (годовой процентный доход) и [Лимиты пулов](/help-center/ru/staking/what-is-staking/pool-limits.md).

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

* **История начислений** отражает историю выплат стейкинга (доходность). Выплаты, если они есть, начисляются на баланс кошелька один раз в день с учетом наименьшей стоимости баланса соответствующей валюты с момента последней выплаты, а также APY%.

<figure><img src="/files/0pkRuDfbk5asxklkVgc9" alt=""><figcaption></figcaption></figure>

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

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

{% hint style="info" %}
Калькулятор доходности предоставляет примерные оценки дохода на основе текущих средних значений APY%. Так как APY% является динамическим значением, фактическая сумма дохода может отличаться в зависимости от различных рыночных факторов.
{% 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://help.margex.com/help-center/ru/staking/staking-stats-and-calculator.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.
