> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-ru/podtverzhdenie-vladeniya/poh-staking.md).

# Стейкинг PoH

**Стейкинг PoH** позволяет держателям CLORE получать пассивный доход, размещая свои токены в стейкинге. Подключите свой кошелёк, подпишите сообщение и начните зарабатывать — всё очень просто.

## Преимущества

* **Получайте до 15% годовых** на ваши активы CLORE
* **82 000 CLORE распределяется ежедневно** среди участников стейкинга
* **Снизьте комиссии маркетплейса** до 50%
* **Без блокировки** — выводите в любое время без штрафов
* **Полный контроль** — токены остаются в вашем кошельке

***

## Как застейкать

### Шаг 1: Перейдите в раздел PoH

Перейдите в [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding)

### Шаг 2: Подключите MetaMask

Нажмите **Подключить кошелёк** и выберите MetaMask. Подтвердите запрос на подключение в MetaMask.

### Шаг 3: Подпишите подтверждение

Подпишите сообщение в MetaMask, чтобы подтвердить владение кошельком. Это не переводит никаких токенов.

### Шаг 4: Готово

Теперь ваш баланс CLORE размещён в стейкинге. Награды накапливаются автоматически.

***

## Получение наград

| Параметр                         | Значение                       |
| -------------------------------- | ------------------------------ |
| Период созревания                | 7 дней                         |
| Награду за день 1 можно получить | День 8                         |
| Срок действия                    | Через 30 дней после созревания |

Перейдите в [clore.ai/proof-of-holding](https://clore.ai/proof-of-holding) и нажмите **Получить** чтобы забрать свои награды.

> **Важно:** Невостребованные награды сгорают через 30 дней. Получайте их регулярно!

***

## Снижение комиссии

Стейкинг CLORE снижает базовые комиссии маркетплейса для **как для арендаторов, так и для хостеров**:

| CLORE в PoH | Снижение комиссии |
| ----------- | ----------------- |
| 0           | 0%                |
| 200,000     | 5%                |
| 500,000     | 13%               |
| 1,000,000   | 25%               |
| 2,000,000+  | 50% (максимум)    |

Снижение масштабируется линейно: `round(min(poh / 2,000,000, 1) × 50)%`

См. [Структура комиссий](/clore.ai/clore.ai-ru/dlya-arendatorov/fee-structure.md) для полной информации о механизмах снижения комиссий.


---

# 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.clore.ai/clore.ai/clore.ai-ru/podtverzhdenie-vladeniya/poh-staking.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.
