> For the complete documentation index, see [llms.txt](https://docs.bitfoot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitfoot.com/archive/utility/revenue-share.md).

# Revenue Share

## **How It Works**

When you hold **2,500 or more $FOOT tokens**, you’re eligible to receive rewards based on the platform’s revenue. Rewards can be claimed in **$FOOT** or **$ETH**.

**Minimum Claim**

* You can only claim your rewards once your accrued amount exceeds **0.1 ETH** to keep gas costs manageable.

**Solana Rewards**

* If you’d like to claim in Solana, you’ll need to provide a valid Solana wallet address. Solana rewards can only be claimed once they exceed **0.2 SOL**.

#### **Reward Forfeiture**

**Sell/Transfer Limit**

* If you sell or transfer more than **25,000 $FOOT** in one epoch, you will forfeit the rewards for that period.

**Minimum Holding Requirement**

* If your $FOOT holdings fall below **2,500 $FOOT** during an epoch, your entire accrued revenue share will be redistributed among other eligible holders.

#### **Claiming Rewards**

**Sign In**

* You must sign in with your connected wallet to access and claim your rewards.

**Claim Frequency**

* You can claim multiple times, as long as you have the necessary balance to cover network fees. There are no restrictions on claim intervals.

#### **Reward Calculation**

Rewards are calculated using an APR, which is applied over different time frames to provide an estimate of potential earnings. Rewards from Solana and EVM chains are combined to display total value in both **$FOOT** and **USD**.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bitfoot.com/archive/utility/revenue-share.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
