> For the complete documentation index, see [llms.txt](https://brightid.gitbook.io/brightid-russian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brightid.gitbook.io/brightid-russian/bright/getting-bright/farming/subs-staking.md).

# Стейкинг SUBS

{% hint style="warning" %}
При работе с токенами SUBS имейте в виду, что это токен не имеет десятичных знаков.
{% endhint %}

{% hint style="info" %}
Адрес контракта токена SUBS в основной сети Ethereum развернут по адресу [0x61CEAc48136d6782DBD83c09f51E23514D12470a](https://etherscan.io/address/0x61CEAc48136d6782DBD83c09f51E23514D12470a).
{% endhint %}

## **Получить SUBS**

SUBS можно получить с помощью uniswap, перейдя по ссылке <https://app.uniswap.org/#/swap?inputCurrency=ETH&outputCurrency=0x61CEAc48136d6782DBD83c09f51E23514D12470a>.

## **Стейкинг SUBS**

Нажмите на значок «+», чтобы начать стейкинг SUBS. Введите количество, которую хотите поставить на стейкинг, и нажмите «Confirm». При первом стейкинге вам нужно будет подтвердить токен SUBS.

Чтобы вывести с стейкинга, нажмите на значок «-» и выберите количество для вывода. Вы можете снять все свои SUBS и одновременно получить вознаграждение в $BRIGHT.

## **Соберите $BRIGHT**

Вы можете собрать свою награду в любое время, нажав на кнопку «Harvest». Это переведет все накопленные вознаграждения на ваш кошелек, сохраняя при этом ваши SUBS.


---

# 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://brightid.gitbook.io/brightid-russian/bright/getting-bright/farming/subs-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.
