# Decentralized Node Points

### I. Basic Node Incentives

| Category             | Reward         |
| -------------------- | -------------- |
| Basic Infrastructure | 240 points/day |

#### Active User Scale Rewards

| Active Users | Daily Points   |
| ------------ | -------------- |
| 10 users     | +300 points    |
| 50 users     | +700 points    |
| 100 users    | +1,500 points  |
| 200 users    | +2,500 points  |
| 500 users    | +3,000 points  |
| 1,000 users  | +4,000 points  |
| 3,000 users  | +5,000 points  |
| 10,000 users | +10,000 points |

#### Staking Rewards

| Basic Rule                       |                 |
| -------------------------------- | --------------- |
| Per 1,000 SNYX                   | +40 points/day  |
| >50,000 SNYX  \| Per 1,000 SNYX  | +100 points/day |
| >100,000 SNYX  \| Per 1,000 SNYX | +200 points/day |

#### Node Density Balance

| Region Type | Reward Multiplier                               |
| ----------- | ----------------------------------------------- |
| No nodes    | 3x total points                                 |
| 1-2 nodes   | 2x total points                                 |
| 3-5 nodes   | 1.3x total points                               |
| 5+ nodes    | Decreasing rewards based on performance ranking |


---

# 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/decentralized-node-points.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.
