> For the complete documentation index, see [llms.txt](https://engagex.gitbook.io/engagex-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://engagex.gitbook.io/engagex-gitbook/engagex-ecosystem/engagex-stakeboost.md).

# EngageX StakeBoost

In StakeBoost, users stake ENGX Tokens to participate in the EngageX ecosystem. StakeBoost introduces a dynamic staking mechanism, eliminating lockups and employing a different strategy for calculating rewards and points.

## **Benefits from StakeBoost:**

* <mark style="color:blue;">**ENGX Rewards**</mark>
* [**Aura Points**](/engagex-gitbook/engagex-ecosystem/engagex-nexus/aura-points.md)

## <mark style="color:blue;">**ENGX Rewards**</mark>

ENGX Rewards are allocated **daily** based on the number of ENGX Tokens staked by users. The calculation for the Annual Percentage Rate (APR) is as follows:

$$
APR = \left( \frac{Reward Pool}{TVL} \right) \times 100%
$$

{% hint style="info" %}
**Note:** These rewards are not passive. To be able to claim your rewards, you have to be an active curator on the Quest platform. The exact details of the amount of activity needed to be active will be released in the future.
{% endhint %}

### **StakeBoost Reward Pool:** The reward pool is funded by two sources:

1. Token Tax: 1% of all token buy and sell transactions.
2. Quest Fees: A portion of the fees generated by Quest.

## <mark style="color:blue;">**Aura Points from StakeBoost**</mark>

Aura Points are earned by staking ENGX tokens in the StakeBoost pool. The reward system is designed to provide diminishing returns, meaning that while larger stakes earn more Aura Points, the rate of increase slows as the stake size grows. This approach aims to create a balanced distribution of rewards, ensuring that both small and large stakers are incentivized to participate in the EngageX ecosystem.

$$
AuraPoints=log10​(1 + Staked Amount / 100,000​)
$$

**Example:**

* User A deposits 100,000 ENGX Tokens, representing 0.01% of the total supply. User A accrues 0.3 Aura Points per minute or 433 per day.
* User B deposits 2,000,000 ENGX Tokens, representing 0.2% of the total supply. User B accrues 1.32 Aura Points per minute or 1,904 per day.


---

# 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:

```
GET https://engagex.gitbook.io/engagex-gitbook/engagex-ecosystem/engagex-stakeboost.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.
