> For the complete documentation index, see [llms.txt](https://docs.tetreum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tetreum.com/getting-started/how-to-stake-tetreum-tet.md).

# How To Stake Tetreum (TET)

Staking allows users to lock their TET tokens for a selected period and receive fixed rewards when the staking term is completed.

## Before You Start

Make sure you have the following:

* A registered Tetreum account
* A Web3 wallet such as MetaMask, Trust Wallet, or a WalletConnect-compatible wallet
* TET tokens in your wallet
* A small amount of BNB on BNB Smart Chain for network fees

Recommended gas balance: approximately **0.001–0.003 BNB**.

Network: **BNB Smart Chain**\
Chain ID: **56**

{% stepper %}
{% step %}

### Create Your Account

Go to:

[**https://dapp.tetreum.com/register**](https://dapp.tetreum.com/register)

Create an account using your email address and password. After registration, verify your email address before logging in.
{% endstep %}

{% step %}

### Open the Dashboard

After logging in, go to your dashboard:

[**https://dapp.tetreum.com/dashboard**](https://dapp.tetreum.com/dashboard)

From the dashboard menu, open the **Stake** section.
{% endstep %}

{% step %}

### Connect Your Wallet

Click the **Connect Wallet** button.

Choose your preferred wallet option:

* MetaMask
* Trust Wallet
* WalletConnect

Before continuing, make sure your wallet is connected to **BNB Smart Chain**.

Once your wallet is connected, your available TET balance will be displayed in the staking section.
{% endstep %}

{% step %}

### Choose a Staking Pool

Select the staking pool that best fits your preferred lock period and reward rate.

| Pool   | Lock Period | Fixed Reward |
| ------ | ----------: | -----------: |
| Pool 1 |     30 days |           5% |
| Pool 3 |     90 days |          20% |
| Pool 6 |    180 days |          50% |

Rewards are fixed and are distributed after the selected staking period is completed.
{% endstep %}

{% step %}

### Enter the Amount

Enter the amount of TET you want to stake.

Review the selected pool, lock period, reward rate, and staking amount before confirming the transaction.
{% endstep %}

{% step %}

### Approve and Stake

If this is your first time staking TET, you may need to complete an approval transaction first.

1. Click **Approve**.
2. Confirm the approval request in your wallet.
3. After approval is completed, click **Stake**.
4. Confirm the staking transaction in your wallet.

Once the transaction is confirmed on BNB Smart Chain, your staking position will become active.
{% endstep %}

{% step %}

### Withdraw After the Lock Period

When the selected staking period ends, the **Withdraw** button will become available in the Stake section.

To withdraw:

1. Go to **Dashboard**.
2. Open the **Stake** section.
3. Click **Withdraw**.
4. Confirm the transaction in your wallet.

After confirmation, your staked amount and earned rewards will be transferred to your wallet.
{% endstep %}
{% endstepper %}

## Important Notes

* Staked TET tokens remain locked until the selected staking period is completed.
* A small amount of BNB is required to pay network transaction fees.
* Always use the official Tetreum dApp.
* Do not connect your wallet to unofficial websites or links shared by unknown accounts.

Official website: [**https://tetreum.com**](https://tetreum.com/)\
Official dApp: [**https://dapp.tetreum.com**](https://dapp.tetreum.com/)


---

# 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:

```
GET https://docs.tetreum.com/getting-started/how-to-stake-tetreum-tet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
