> For the complete documentation index, see [llms.txt](https://osmosis.gitbook.io/o/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osmosis.gitbook.io/o/osmo/airdrop-claim.md).

# Airdrop Claim

While the fairdrop gives OSMO to all ATOM holders, we want to make sure we especially incentivize recipients to become active users of the Osmosis platform. For this reason, the majority of the fairdrop must be claimed by recipients by performing a few simple tasks.

20% of an account’s airdrop allocation will be immediately available in their genesis account. To claim the full OSMO allocation, users will need to perform four on-chain activities:

* Making a swap
* Add a liquidity to a Pool
* Stake OSMO
* Vote on a Governance Proposal

Performing each of these activities will unlock an additional 20% of the airdrop amount. This process will ensure that airdrop recipients are active users of the protocol.

![](/files/-McQYHrv2OVtJnvheJka)

We also want to make sure that the fairdrop goes towards rewarding early adopters of the platform. For this reason, there is an incentive to perform these tasks early. A fairdrop recipient can claim the full total of their OSMO allocation by performing these tasks within the first two months after the launch of Osmosis. After the second month, the claimable OSMO per account will decrease linearly over the next four months. Six months after the launch of Osmosis, all unclaimed fairdrop tokens will be transferred to the on-chain community pool.

![](/files/-McLbX_8IjMhEYUYrARW)

Recipients can view their fairdrop allocation [here](https://airdrop.osmosis.zone/).


---

# 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://osmosis.gitbook.io/o/osmo/airdrop-claim.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.
