> For the complete documentation index, see [llms.txt](https://docs.rh.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rh.fun/fees-rewards/claim-rewards.md).

# Claim Rewards

On RH.fun, creators and token holders can earn through the Tax Token feature. Below is how to claim your earnings.

***

## 1. Claiming Tax Revenue (Funds Recipient)

If you are the designated Funds Recipient for a token's tax, revenue is distributed automatically by the TaxProcessor when the accumulated tax reaches its threshold.

* Funds are sent directly to the wallet address configured as the Funds Recipient during token creation.
* An automated bot monitors tax accumulation and triggers distribution, so you generally do not need to take any manual action.
* You can also manually trigger the `TaxProcessor.dispatch()` function if you prefer not to wait for the automated process.

***

## 2. Claiming Holder Dividends

If you hold a token that has the Holder Dividend channel enabled, you earn a proportional share of the tax allocated to dividends.

**How to claim:**

* **Manual claim:** Call `withdrawDividends()` on the token's Dividend Contract to withdraw your accumulated dividends at any time.
* **Automated distribution:** Dividends may also be distributed automatically to holders without requiring manual action.

***

**Note:**

* Tax revenue and dividends are only available for tokens that have the Tax Token feature enabled with a non-zero tax rate.
* The Funds Recipient address and dividend distribution are configured at token creation and cannot be changed afterward.
* For full details on how the Tax Token feature works, see the [Tax Token](/fees-rewards/tax-token.md) page.
