> For the complete documentation index, see [llms.txt](https://whitepaper.rollbot.com/rollbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.rollbot.com/rollbot/rollbots-v1/utility/earn-rlb.md).

# Earn RLB

### RLB Lottery Staking

Rollbot holders can earn RLB passively by staking them within Rollbit's [NFT Marketplace](https://rollbit.com/nft/marketplace).

After each [RLB Lottery](https://rollbit.com/rlb/lottery) round, 10% of the RLB collected via [Buy & Burn](https://whitepaper.rollbot.com/rlb-whitepaper/i/buy-and-burn) is distributed to Rollbot stakers.

The greater lottery stakes your Rollbot has, the higher share of the RLB distribution it will receive. The duration a Rollbot is staked is also taken into consideration, so be sure to leave them staked to maximise your RLB earnings!

### December Airdrop

Throughout December 2021, RLB was airdropped to all staked Rollbot holders. The amount of RLB airdropped was dependent on the 'Eyes' trait rarity of the Rollbot.

If you were lucky enough to own a Rollbot with the 'Rollbit Glasses' trait, you would have been eligible to receive a whopping 1,000,000 RLB per Rollbot.

![December 2021 Rollbot RLB Airdrop Schedule](/files/lFLBxpk1aUZKuOagp3A0)

{% hint style="info" %}
The December Airdrop has concluded. Millions of RLB was distributed to Rollbot holders.
{% endhint %}


---

# 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://whitepaper.rollbot.com/rollbot/rollbots-v1/utility/earn-rlb.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.
