> For the complete documentation index, see [llms.txt](https://docs.libre.org/libre-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libre.org/libre-docs/token-docs/spindrop/how-to-claim-the-libre-spindrop.md).

# How to Claim

The LIBRE coin spindrop was claimed, and could only be claimed, by going to spindrop.libre.org. Please verify the libre.org URL as airdrops such as this are frequently targets for phishing and other malicious attacks.\
\
When you went to the spindrop site, you would first be asked to verify your identity with a standard blockchain wallet (example: Phantom for Solana, MetaMask for Ethereum etc..). This did not, and should not, initiate a token transfer. Again, beware of scams -- **always check the URL matches** [**https://spindrop.libre.org/**](https://spindrop.libre.org/)\
\
Finally, once you authenticated with your wallet, the eligibility of your account was determined. This was a pre-determined "yes" or "no" depending on a set criteria for each blockchain at a historical snapshot date. In general, if your account has even a minimum amount of value in it the answer will be "yes" -- and you can continue to the spin stage. Note that **you can claim multiple times, once for each blockchain and account.**\
\
Once claimed, the next thing to do is spin. This will initiate a random number being selected and saved, and a certain amount of LIBRE available to spin. At this point you can simply enter a valid Libre account name to collect the LIBRE tokens. Again, since the random seed is stored, repeated spins of the wheel will yield the same result.


---

# 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.libre.org/libre-docs/token-docs/spindrop/how-to-claim-the-libre-spindrop.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.
