# Rewards

<details>

<summary>Where are rewards distributed?</summary>

Rewards pending distribution and not self-composed that are claimed are sent to the same address that made the deposit in the protocol. This output address cannot be changed for security reasons. You can check the departure address for each deposit in your dashboard.

</details>

<details>

<summary>What is the minimum amount of rewards to distribute?</summary>

A threshold is set for each output direction when distributing rewards. By default, your profile is set to receive rewards on the Ethereum Network. To receive the rewards generated by your deposits on the Ethereum network, the amount to be distributed per deposit must be greater than the fees charged by the network at that time for making the distribution.

</details>

<details>

<summary>Can I change my 0x address where I receive rewards?</summary>

No. For security reasons, the departure address linked to each deposit cannot be changed. If you have any questions about this departure address, please contact us.

</details>

<details>

<summary>Will I receive a deposit reward transaction if I have more than one active deposit?</summary>

You will receive a single payment for all deposits and token type linked to a wallet. If you have two deposits with two different linked wallets, and each deposit has pending rewards in ETH and SSV, you will receive 4 transactions (two per wallet and token type)

</details>


---

# 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.ethernodes.io/faqs/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.
