# Revenue sharing

`75% of LootBot revenue is share between eligible $LOOT and $xLOOT holders.`

### Requirements

To be eligible for revenue sharing, users must hold at least 1 $xLOOT or stake 1,000 $xLOOT in their wallet.

### **Epoch**

In the context of $LOOT and $xLOOT rewards, an "Epoch" refers to a specific time cycle that occurs every 24 hours.&#x20;

Before each Epoch, a snapshot of token holdings is taken to determine the distribution of rewards among participants. This regular time interval ensures a fair and consistent distribution of rewards over time.

### **Minimum Threshold**

To claim rewards using your $LOOT and $xLOOT tokens, you need to meet a minimum threshold. This threshold is set at 0.1 ETH worth of accumulated unredeemed rewards. Once your unredeemed rewards reach or exceed this threshold, you become eligible to initiate the reward claiming process.&#x20;

### **Distribution Ratio**

* 2/3 of RevShare (**66,7%**) will be shared to both **x$LOOT** & **$LOOT** holder
* 1/3 of RevShare (**33,3%**) will be shared to **x$LOOT** holder only

*Note:  1 xLOOT =  10,000 Burnt $LOOT.* [*Read more*](/lootbot/lootbot-dashboard/about-dashboard/burn-usdloot-greater-than-xloot.md)

### **Distribution Method**

The total revenue collected within a 24-hour period will not be shared singularly in a single epoch, but rather, it will be evenly distributed across subsequent epochs. This approach aims to create a more stable and consistent distribution of rewards, thereby reducing the impact of fluctuations that could arise if the revenue were shared in a single instance.

There are three important designs at play here:

* `Epoch Revenue`: the total revenue LootBot generates in a 24-hour period
* `Revshare pool`: the grant pool that accumulates 80% of each Epoch Revenue.&#x20;
* `Epoc Revshare`: the total revenue being shared to holders in a single epoch.&#x20;

`Epoch Revshare` is made up of **20%** from `Epoch Revenue` and **14.3%** from the `Revshare Pool`. As LootBot continues to generate revenues, the reward pool keeps building up and yield $LOOT and $xLOOT holders a stable and consistent share of the revenue.

<figure><img src="/files/eOkO8edI1gCQgRA7XmlM" 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.lootbot.xyz/lootbot/lootbot-dashboard/about-dashboard/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.
