# SNYX Staking Rewards System

### Daily Point Earning Tiers

AeroNyx implements a progressive rewards system where stakers earn more points per 1,000 SNYX as they stake more tokens.

#### Base Reward Tiers

| Tier | Staking Range (SNYX) | Daily Points per 1,000 SNYX |
| ---- | -------------------- | --------------------------- |
| 1    | 0 - 5,000            | 20 points                   |
| 2    | 5,001 - 20,000       | 30 points                   |
| 3    | 20,001 - 50,000      | 40 points                   |
| 4    | 50,001 - 100,000     | 50 points                   |
| 5    | 100,001+             | 60 points                   |

#### Network Bonus Multipliers

The network implements additional reward multipliers based on total staking volume:

| Total Network Stake (SNYX) | Bonus Multiplier |
| -------------------------- | ---------------- |
| 500,000+                   | 1.05x (+5%)      |
| 1,000,000+                 | 1.10x (+10%)     |
| 2,000,000+                 | 1.20x (+20%)     |

### Example Calculations

1. **Individual Staking Reward**:
   * Staking 15,000 SNYX (Tier 2)
   * Base calculation: 15 × 30 points = 450 points per day
2. **With Network Multiplier**:
   * If network stake > 2M SNYX
   * Final calculation: 450 × 1.20 = 540 points per day

### Notes

* Points are calculated and distributed daily
* Higher tiers apply to the entire staked amount
* Network multipliers are automatically applied based on total stake

For detailed technical implementation and API documentation, please refer to our developer documentation.


---

# 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.aeronyx.network/aeronyx-network-points-system/snyx-staking-rewards-system.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.
