# Staking

## Presentation

Ta-da's staking solution rewards users who have trust in the project and its token. Users aiming to earn rewards are required to lock their tokens for a predetermined period. In general, the more extended the staking duration, the higher the potential rewards.&#x20;

Ta-da features four unique staking pools, each with its own unique characteristics, giving users a variety of options to choose from based on their staking preferences.

<figure><img src="/files/aggx9gwBQOFisqgeUfK1" alt="" width="188"><figcaption></figcaption></figure>

## Properties

The main properties of our staking system are:

1. Two users who stake the same amount of tokens for the same lock period get the same amount of reward.
2. The reward depends on the number of tokens staked. A user who stakes twice as many tokens as another user in the same stake earns twice as much reward.
3. A token blocked in a stake with a ratio of 2 must earn twice as much reward as a token blocked in a stake with a ratio of 1.
4. No tokens are created or destroyed during redistribution.

More details on :&#x20;

* [On-chain Staking](/token/staking/on-chain-staking.md)
* [Meria staking](/token/staking/meria-staking.md)
* [xExchange Metastaking](/token/staking/xexchange-metastaking.md)


---

# 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/token/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.
