# About Stake A

### Overview

The yield for Stake A comprises two components: REX APY and BP APR. The total rewards are calculated as:

```
Total Stake A Rewards = Total REX Rewards + Total BP Rewards
```

### REX Rewards

* **Description**: \
  REX rewards are incentives provided by the Vaulta network upon purchasing REX. These rewards accrue in real-time and are settled when REX is sold.
* **Redeemable**: \
  REX is unlocked immediately upon purchase and can redeemable after a 21-day staking period. REX rewards continue until redeemed.Funds are available instantly upon redemption.
* **APY Calculation**:

  ```
  REX APY = (Today's REX Price - Yesterday's REX Price) / Yesterday's REX Price × 365 × 100%
  ```
* **Rewards Calculation**:

  ```
  Total REX Rewards = Staked & REX Rewards - Your Staked A
  ```

  \
  **Example**: If your Staked & REX Rewards is 24,485.2451 A and your Staked A is 24,434.4153 A, then:

  ```
  Total REX Rewards = 24,485.2451 A - 24,434.4153 A = 50.8298 A
  ```

### BP Rewards

* **Description**: \
  BP rewards are distributed daily and depend on the total voting amount. Higher node rankings significantly increase rewards. A 10% management fee is applied to daily BP rewards.
* **APR Calculation**:

  ```
  Yesterday's BP APR = Yesterday's Node Income / Yesterday's Average Voting Amount × 365 × 100%
  ```
* **Rewards Calculation**:

  ```
  Total BP Rewards = Sum of Daily BP Rewards
  ```

### FAQ

* **Why didn't my yield yesterday match the APR shown?** \
  If you added a new stake or made your first stake yesterday, it was active for less than 24 hours, resulting in a partial day's reward.
* **Why didn't I receive yesterday's BP reward?** \
  BP rewards are automatically settled and distributed daily by Newdex. For stability, rewards less than 0.0005 A are not transferred.

<br>


---

# 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.1dex.com/about-stake-a.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.
