> For the complete documentation index, see [llms.txt](https://brightid.gitbook.io/brightid/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/brightdao/getting-bright/subs-staking.md).

# SUBS Staking

{% hint style="warning" %}
When handling SUBS tokens keep in mind that this is a token with 0 decimals.
{% endhint %}

{% hint style="info" %}
The SUBS token contract address on Ethereum mainnet is deployed at [0x61CEAc48136d6782DBD83c09f51E23514D12470a](https://etherscan.io/address/0x61CEAc48136d6782DBD83c09f51E23514D12470a).
{% endhint %}

## Get SUBS

SUBS can be obtained via uniswap at <https://app.uniswap.org/#/swap?inputCurrency=ETH&outputCurrency=0x61CEAc48136d6782DBD83c09f51E23514D12470a>.

## ~~Stake SUBS~~

<https://fairdrop.brightid.org/farms>

~~Click the “+” icon to start staking SUBS. Enter the amount you want to stake and click “Confirm”. When staking for the first time, you will first be prompted to approve the SUBS token.~~

<mark style="color:red;">**This program has expired. However, it is still possible to claim any unclaimed reward and unstake if needed.**</mark>

To unstake, click on the “-” icon and select the amount to withdraw. You can also choose to withdraw 100% of your subs and get the $BRIGHT reward at the same time.

## Harvest $BRIGHT

You can harvest your reward anytime by clicking on the “Harvest” button. This will transfer all accumulated rewards to your wallet while keeping your SUBS staked.<br>


---

# 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/brightdao/getting-bright/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.
