> 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/clore-coin.md).

# Монета Clore

<div data-full-width="true"><figure><img src="/files/19c7061b6dbae7fa50f7e3420d8cbd6e1bfc08ae" alt=""><figcaption></figcaption></figure></div>

**Что такое CLORE?**

CLORE — это нативный токен платформы Clore.ai. Он используется для платежей на рынке GPU, уменьшения комиссий через Proof of Holding (PoH) и вознаграждений в экосистеме.

**Информация о токене**

| Свойство                 | Значение                                     |
| ------------------------ | -------------------------------------------- |
| Сеть                     | Ethereum (ERC-20)                            |
| Контракт                 | `0xe60201989b8628f43dc0605f585a72bcf1f1e977` |
| Символ                   | CLORE                                        |
| Десятичные знаки         | 18                                           |
| Максимальное предложение | 1 000 000 000 (1 миллиард)                   |

**Назначение токена**

* **Платежи** - Оплата аренды GPU на рынке Clore.ai
* **Снижение комиссий** - Держите CLORE в PoH, чтобы уменьшить комиссии на рынке
* **Вознаграждения** - Зарабатывайте CLORE через стейкинг PoH и активность на рынке
* **Платежи за VPN** - Оплата сервиса Clore VPN (где доступно)

**Миграция на ERC-20**

CLORE был мигрирован с исходного блокчейна PoW на Ethereum (ERC-20) в декабре 2025 года. Эта миграция принесла несколько преимуществ:

* Немедленная поддержка кошельков (MetaMask, Trust Wallet, аппаратные кошельки)
* Ликвидность на DEX (Uniswap и другие)
* Более быстрые интеграции с биржами
* Сниженное предложение (жесткий лимит в 1 млрд)
* Лучшие инструменты для экосистемы и совместимость с DeFi

{% content-ref url="/pages/d6a4e34c93d82868f252599c5b69dc712d5902ff" %}
[Токеномика](/clore.ai/clore.ai-ru/glavnaya/tokenomics.md)
{% endcontent-ref %}


---

# 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/clore-coin.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.
