# On-chain Staking

Users can stake $TADA and earn APRs on  <https://staking.ta-da.io/>.

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

***

## Staking description

Here is a description of each staking pool:

<table><thead><tr><th width="48">Pool ID</th><th width="281">Lock duration</th><th>Ratio</th></tr></thead><tbody><tr><td>1</td><td>12 months</td><td>8</td></tr><tr><td>2</td><td>6 months</td><td>4</td></tr><tr><td>3</td><td>3 months</td><td>2</td></tr><tr><td>4</td><td>1 months</td><td>1</td></tr></tbody></table>

APRs are indexed to the platform's activity. Here are the different sources of revenue that will be injected into the staking:

* 33% of deposits lost by users
* 5% of our customers' cash inflows
* 5% in-app purchases

Applicable staking APRs are revised on a monthly basis and can be viewed on our staking platfom <https://staking.ta-da.io/>.

##

## Properties

The main properties of our staking system are summarized below:

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.

{% hint style="info" %}
**Example**

A user who stakes his tokens in the pool 4 (ratio of 1) will have to wait a month to be able to recover his locked tokens. During this period, he will earn rewards. Another user who stakes the same amount of tokens in the pool 1 (ratio of 8) will have to wait a year to get his tokens back. However, during this period, he will earn 8 times more tokens than the first user (if the latter were to stake his tokens every month in the pool 4 for one year).
{% endhint %}


---

# 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/on-chain-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.
