# Staking Pool Rewards

#### Description

The main objectives of staking pools is to lock-up tokens in a desired pool and activate Data Collection Bonuses in specific areas. In exchange for locking their tokens, users can get an Annual Percentage Yield (APY) and discounts to buy data collecting products (sensor or lidiar).

#### Token Unlock

Yearly Token Unlock: 900,000 EDAT\
Monthly Token Unlock: 75,000 EDAT

Staking in Pools will require Lock-Up periods in return for an annual percentage yield (APY).

#### APY Considerations

Periodic rate of return (r): 8%\
Number of compounding periods each year (n): 12 **→ monthly compound**

$$
APY = (1 + r/n)ⁿ  − 1
$$

**APY = 8.30%**

### Formulas

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

### **Example**

Staking Tokens: 1,000

| Lock-Up Term | Future Value | Total Return |
| :----------: | :----------: | :----------: |
|      12      |   1,083.00   |     83.00    |
|      24      |   1,172.89   |    172.89    |
|      36      |   1,270.24   |    270.24    |
|      48      |   1,375.67   |    375.67    |

**Note**: the total stake that can be covered with 1 year token unlock is 831,025.31

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


---

# 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://envida-protocol.gitbook.io/envida/staking-and-rewards/staking-pool-rewards.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.
