# Rewards & Staking

This page describes the benefits that token staking offers to users within the application. For a more detailed description of staking itself, please visit [Staking](/token/staking.md).

For each user, a staking score is calculated based on the value of the staked tokens and the lock duration. This score allows a user to achieve ranks that unlock features and items in the application. This is a great way to increase the work capacity and thus enhance the potential rewards.

## Ranks

<figure><img src="/files/ASs0NjMYD8k9NudZFA4T" alt="" width="375"><figcaption></figcaption></figure>

## Summary

Each staking pool will provide the following amount of staking points:

* 1 month pool: 1 $TADA locked = 0.75 staking point
* 3 month pool: 1 $TADA locked = 1 staking point
* 6 month pool: 1 $TADA locked = 1.5 staking points
* 12 month pool: 1 $TADA locked = 2 staking points

The table below provides an approximation of the rank based on the value of tokens staked and the lock duration. Each row corresponds to a rank, and each column indicates the dollar value of tokens that need to be staked in the pool to reach that rank.

<table><thead><tr><th width="133">Rank</th><th>1 month lock</th><th>3 months lock</th><th>6 months lock</th><th>12 months lock</th></tr></thead><tbody><tr><td>Rookie</td><td>>0$</td><td>>0$</td><td>>0$</td><td>>0$</td></tr><tr><td>Adventurer</td><td>667$</td><td>500$</td><td>334$</td><td>250$</td></tr><tr><td>Holder</td><td>1334$</td><td>1000$</td><td>667$</td><td>500$</td></tr><tr><td>Hero</td><td>3334$</td><td>2500$</td><td>1667$</td><td>1250$</td></tr><tr><td>Legend</td><td>6667$</td><td>5000$</td><td>3334$</td><td>2500$</td></tr><tr><td>Whale</td><td>13334$</td><td>10000$</td><td>6667$</td><td>5000$</td></tr></tbody></table>

Here are a few examples to better understand:

* A user who has staked one token is automatically a Rookie, regardless of the lock duration.
* A user who has staked $500 worth of tokens in the "3 months lock" pool is an Adventurer.
* If the same user had chosen to stake the same amount of tokens in the "6 months lock" pool, he would have achieved the higher rank of Holder.


---

# Agent Instructions: 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.ta-da.io/ta-da-platform/user-rewards/rewards-and-staking.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.
