> For the complete documentation index, see [llms.txt](https://docs.dein.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dein.fi/onboarding-guides/staking-dein-tokens.md).

# Staking DEIN tokens

## **Step 1: Navigate to the Stake DEIN Page and Accept the Terms and Conditions**

Go to the Stake DEIN page, which is located under the Governance tab on the DEIN platform. Before proceeding, carefully review and accept the terms and conditions associated with DEIN staking.

<figure><img src="/files/Ti2JnLjJgV0bdPd2H6kd" alt=""><figcaption></figcaption></figure>

## **Step 2: Provide the Amount and Select the Staking Duration**

Specify the amount of DEIN tokens you wish to stake and choose the staking duration that aligns with your preferences. Make sure your selections match your staking goals and expectations.

<figure><img src="/files/yQh9ZxGo8nQtkFHEctZq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The Approve transaction for DEIN tokens is a sign transaction, **it will not cost you any gas to execute!**
{% endhint %}

## **Step 3: Stake DEIN Tokens and Start Earning Rewards**&#x20;

Once you've finalized your staking amount and duration, proceed to stake your DEIN tokens. By doing so, you initiate the staking process and become eligible to earn rewards.&#x20;

You will receive a DEIN Native Staking NFT as a proof of your staking position. It contains all information about your staking, accumulates rewards and can be used in Claims Assessment to participate in [Voting on Claims](/onboarding-guides/how-to-vote.md).

<figure><img src="/files/SUeqkc8HWm5PXwisg7Lb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Rewards can be monitored and managed on your personal dashboard, allowing you to keep track of your staked positions and associated rewards.
{% endhint %}


---

# 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.dein.fi/onboarding-guides/staking-dein-tokens.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.
