# Airdrop Claiming

Protocol users can claim eligible airdrops from their positions via the JPEG’d UI.

2 types of airdrops are supported:

* Airdrops sent directly to the contract addresses (including contract addresses)
* Airdrops that can be claimed by holders (if there are no restrictions put on contract addresses by the claiming contract)

Whenever a known airdrop related to supported collections will be live the team will do their best to implement claiming from the UI ASAP.

### How to Claim Airdrops

1. Head to the "My Borrows" tab in the user dashboard.&#x20;
2. Select a collection eligible for an airdrop and open a position. If the collection is eligible and the claiming contract has been pushed live, you should see the airdrop claim row.
3. Click the claim button to claim your airdrop one by one for all eligible NFTs.


---

# 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.jpegd.io/jpegd-dao/cdp-lending-guides/airdrop-claiming.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.
