# Revenue sharing

{% hint style="info" %}
[Revshare Dashboard](https://docs.google.com/spreadsheets/d/1ah3-dNwo_Q6OqS7U2hwf4MPKDu6fTPy3SGj2u1YozAI/edit?pli=1\&gid=1057490222#gid=1057490222)
{% endhint %}

`50%` of all DEX [swap fees](/ecosystem/dex-swap-fee.md) collected are distributed to eligible GOOD holders.

To be eligible for revenue sharing, you must hold at least `10,000` GOOD tokens in your goodcryptoX wallet.

The revenue sharing epoch is 24 hours (meaning revshare is distributed to eligible wallets every 24 hours). To qualify for revenue sharing in a given epoch, you must hold the GOOD tokens for the entire epoch. Thus, if you move GOOD tokens into your goodcryptoX wallet during Epoch 1 you will receive your first revenue share after Epoch 2 ends.

At the end of each epoch, we calculate the total shareable revenue for that epoch, identify eligible wallets and the amount of eligible tokens in each. Then, we calculate the revshare amount per eligible token and send the revenue share directly to your goodcryptoX Solana wallet.

By default, your revenue share will be automatically reinvested into GOOD tokens, enabling you to **auto-compound** your holdings. Unless you disable it, we will use your revenue share to buy GOOD on the open market. You can turn reinvestment on or off at any time in your dashboard.

{% hint style="info" %}
Shareable revenue = total swap fees collected minus 10% for [token burn](/good-token/burn.md) and [referral](/ecosystem/referral-program.md) revenue share.

50% of the shareable revenue is distributed to eligible token holders.
{% endhint %}

{% hint style="success" %}
There is a limited opportunity to increase your revenue share by 50% (apply **1.5x multiplier** to the number of GOOD tokens you hold for revshare calculation) by holding one of our exclusive [Ultimate NFTs](/ecosystem/nfts.md).
{% endhint %}

You can find information on the total revenue share you've earned, as well as turn auto-compounding on or off, in your user dashboard:

<figure><img src="/files/0u3LfQFOAxStkF04ksSB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tH60kt9YPdibC6mWizIa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/QaVIijEO6tsn8fV5nuPw" alt=""><figcaption></figcaption></figure>


---

# 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.goodcrypto.app/ecosystem/revenue-sharing.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.
