# Reward Program for Delegates

### How It Works

* Each month, **10M AQUA** is distributed among the **top 20 whitelisted delegates** listed on [aqua.network/delegate](https://aqua.network/delegate).
* Rewards are calculated based on **voting power**, defined as the total amount of ICE delegated (dICE + gdICE).
* To keep the distribution balanced, we use a **square root formula**:

  `reward ∝ sqrt(voting_power)`

  In plain terms: the more voting power a delegate has, the larger their share of rewards — but the square root formula smooths the difference so smaller delegates get a fairer portion compared to a strictly proportional split.
* Voting power is tracked daily, and the **average monthly balance** is used for the final calculation.

***

### Eligibility

* Only **listed delegates** are eligible.
* Custom delegates or disqualified applicants do **not** qualify.
* Delegates must actively use their **dICE** for voting.
  * If more than **20% of dICE remains unused on a daily average**, the delegate is excluded from that month’s rewards.

***

### Distribution

* Rewards are transferred **directly to delegate wallets**.
* Payouts come from the **Voting Rewards Wallet** (separate from the DAO wallet):\
  [Voting Rewards Wallet on Stellar Expert](https://stellar.expert/explorer/public/account/GDLPCKVNQZ3337RDURRV6MCKZATJGPLVCKZQXXGQW6JTITW6IEBZBTLT)
* The **Signer Guild** processes payments monthly.
* At the beginning of each month:
  * Calculations are shared with all listed delegates.
  * Rewards are distributed by the **10th of the month**.

***

### Why This Matters

This program:

* Encourages delegates to stay active and accountable.
* Ensures both small and large delegates are rewarded fairly.
* Strengthens the overall participation in Aquarius governance and market voting.


---

# 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.aqua.network/ice-delegation/reward-program-for-delegates.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.
