# Receive rewards

Any Gold DAO neuron that participates in voting on the Gold DAO SNS is eligible for rewards. Whenever you vote, your neuron will accumulate maturity. The rewards system of the Gold DAO analyses the mautrity of each neuron and assigns the respective rewards to it.

Participants in the Gold DAO governance receive rewards in four tokens

* ICP
* OGY
* WTN

The payment frequency of each tokens varies as they come from different sources. ICP, OGY and WTN depend on the maturity of the respective ICP, OGY and WTN neurons. More details [here](/how-to/receive-rewards/rewards-calculation.md).

All management of the neurons' rewards goes via the [Gold DAO dApp](https://dashboard.gold-dao.org).

In order to be able to claim rewards, the neurons need to first be [configured with a hotkey](/how-to/receive-rewards/configure-neurons.md).


---

# 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.gold-dao.org/how-to/receive-rewards.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.
