# Revenue Sharing

**How does revenue sharing work?**

* Must hold a minimum of 10 ABOT tokens.
* No staking or lockup. Just hold the tokens.
* Revenue share is distributed in ETH by default.
* Claiming rewards claims all available unclaimed rewards and requires a minimum of 0.1 ETH accumulated.
* You can sell or transfer up to 200 ABOT every reward epoch (2 hours) without penalty. If you exceed this amount, all unclaimed rewards will be forfeited back into the rewards pool. This does not apply to referral rewards.
* By default auto-compounding is enabled, which means that your ETH rewards are automatically swapped for ABOT, which will entitle you to a bigger share of the revenue. If desired, this can be disabled.
* To claim your rewards, connect to your wallet on the rewards dashboard.

**What is my revenue share comprised of?**

* 40% of all bot transaction fees incurred.
* 2% of all ABOT volume traded.
* Must hold at least 10 $ABOT tokens.<br>

**How do I claim my revenue sharing rewards?**

To claim your rewards, connect to your wallet on the rewards dashboard.

**Why can't I connect my wallet to the rewards dashboard?**

We currently can only guarantee support for Metamask wallet. If you are having issues, make sure that any web wallet extension other than Metamask is disabled in your browser (e.g. Phantom wallet).

**How does auto-compounding work?**

* Must hold at least 10 ABOT tokens.
* ETH earned from the revenue share is automatically swapped for ABOT.
* Your accumulated ABOT contributes to your revenue share calculation without needing to be claimed.
* ABOT bought via auto-compounding has 0% tax instead of the typical 4%.
* Auto-compounded rewards can be claimed after 1 ABOT is accumulated.

**How do I turn on/off auto-compounding?**

* Connect to your wallet in the rewards dashboard.
* Click the button in the top right which says "User Rewards Settings" when you hover over it, and toggle the setting as desired.


---

# 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.abot.dog/greater-than-faq/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.
