> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jup.ag/llms.txt
> Use this file to discover all available pages before exploring further.

# Airdrop Checker

> Check your eligibility for Solana airdrops across all your wallets, directly from Jupiter Portfolio.

## What Is the Airdrop Checker

The Airdrop Checker is a tab inside Jupiter Portfolio that scans your Solana wallets and shows which airdrops you are eligible for, which you have already claimed, and which you may have missed.

It covers a curated selection of airdrops from major Solana protocols and communities. Smaller or lesser-known airdrops (such as small memecoin distributions) are not included.

<Note>
  The Airdrop Checker does not process claims directly. When you are eligible for an airdrop, you are redirected to the protocol's own claim page to complete the process.
</Note>

### What It Does

* Checks airdrop eligibility across multiple wallets at once
* Tracks the status of each airdrop: eligible, claimed, expired, or ineligible
* Shows the estimated dollar value of your airdrops over time
* Lets you share a summary card of your airdrop history

### What It Does Not Do

* It does not guarantee coverage of every airdrop on Solana
* It does not handle the claim transaction itself
* It does not determine why you are or are not eligible for a specific airdrop

***

## Getting Started

<Steps>
  <Step title="Open Jupiter Portfolio">
    Navigate to [jup.ag/portfolio](https://jup.ag/portfolio) and enter your wallet address, a Solana domain name, or connect your wallet.
  </Step>

  <Step title="Switch to the Airdrop Checker tab">
    At the top of the Portfolio interface, click the **Airdrop Checker** tab.
  </Step>

  <Step title="Add more wallets (optional)">
    Open the wallet dropdown and click **+ Add new wallets** to add additional Solana addresses. You can add wallets by pasting their public address.

    Each wallet is displayed with a truncated address (e.g. `8anx...Jgn2`) and shows its own airdrop results independently.
  </Step>

  <Step title="Browse your airdrops">
    Use the tabs and filters to explore your airdrop eligibility across all added wallets. See [Understanding the Dashboard](#understanding-the-dashboard) below.
  </Step>
</Steps>

***

## Managing Wallets

You can manage your wallets from the wallet dropdown at the top of the page. For each wallet, three actions are available:

| Icon   | Action           | Description                                      |
| ------ | ---------------- | ------------------------------------------------ |
| Copy   | Copy address     | Copies the full wallet address to your clipboard |
| View   | View on explorer | Opens the wallet on a Solana block explorer      |
| Delete | Remove wallet    | Removes the wallet from the Airdrop Checker      |

<Tip>
  You can add multiple wallets to check all your addresses in a single view. The dashboard summary aggregates results across all wallets.
</Tip>

***

## Understanding the Dashboard

### Summary

At the top of the page, a summary displays:

* **Total value**: the combined dollar value of all airdrops received across your wallets
* **Value chart**: a historical chart of your total airdrop value over time, with filters for 1M (one month), 1Y (one year), and All

### Tabs

Airdrops are organized into four tabs. Each tab shows a per-wallet breakdown with different columns depending on the context.

<Tabs>
  <Tab title="All">
    Shows every airdrop tracked by the tool for each wallet, regardless of timing or status.

    **Columns**: Date, Airdrop, Asset, Status, Amount, Action

    This is the default view. When the **Only eligible** toggle is off, all airdrops appear, including those where the wallet is ineligible.
  </Tab>

  <Tab title="Upcoming">
    Shows airdrops with a claim window that has not ended yet, or airdrops with no known end date.

    **Columns**: End date, Airdrop, Asset, Status, Amount, Action

    Some airdrops display a "-" for the end date when the claim deadline is not yet announced.
  </Tab>

  <Tab title="Past">
    Shows airdrops whose claim window has ended, whether claimed or not.

    **Columns**: End date, Airdrop, Asset, Status, Amount, Action
  </Tab>

  <Tab title="History">
    Shows only the airdrops you have successfully claimed. This tab is a record of completed claims.

    **Columns**: Claim date, Airdrop, Asset, Amount, Action

    There is no Status column (all entries are claimed by definition). The Action column shows a **View TX** link to the claim transaction on a block explorer.

    The **Only eligible** toggle is not available on this tab.
  </Tab>
</Tabs>

### Only Eligible Toggle

When enabled, the **Only eligible** toggle filters out wallets and airdrops where the status is Ineligible. This makes it easier to focus on actionable airdrops. It is available on the All, Upcoming, and Past tabs.

***

## Airdrop Statuses

Each airdrop entry has one of four statuses:

<AccordionGroup>
  <Accordion title="Eligible">
    Your wallet qualifies for this airdrop and the claim window is still open. Click the action button to be redirected to the protocol's claim page to complete the claim.
  </Accordion>

  <Accordion title="Claimed">
    You have already claimed this airdrop. The tokens have been sent to your wallet. On the History tab, you can click **View TX** to see the claim transaction.
  </Accordion>

  <Accordion title="Expired">
    The claim window for this airdrop has closed and you did not claim in time. The tokens are no longer available and cannot be recovered.
  </Accordion>

  <Accordion title="Ineligible">
    Your wallet does not qualify for this airdrop. This status is only visible when the **Only eligible** toggle is turned off. The Amount column shows 0.00 for ineligible airdrops.
  </Accordion>
</AccordionGroup>

<Warning>
  Airdrops have limited claim windows. Once an airdrop expires, the tokens are permanently lost. Check your eligibility regularly to avoid missing active airdrops.
</Warning>

***

## Airdrop Details

Each airdrop entry includes the following information:

* **Airdrop**: the protocol or project name, sometimes with a label indicating the round or season (e.g. "S1", "ASR #6", "Season 1", "Power User")
* **Asset**: the token ticker distributed in the airdrop (e.g. JUP, DRIFT, W, SWTCH)
* **Amount**: the number of tokens allocated and their estimated dollar value at the time of display
* **Date**: the meaning of the date column depends on the tab. On All, it is the airdrop date. On Upcoming and Past, it is the end date of the claim window. On History, it is the date you claimed

***

## Sharing Your Results

Click the **Share it!** button at the top of the page to generate a summary card. The card displays:

* The total eligible airdrop value across all your wallets
* A breakdown of **Claimed** vs **Missed** amounts
* Protocol icons for the airdrops included

You can **Copy** the card image to your clipboard or **Download** it as a file.

***

<CardGroup cols={1}>
  <Card title="Airdrop Checker FAQ" icon="circle-question" href="/user-docs/manage/portfolio/faq#airdrop-checker">
    Common questions about eligibility, claiming, wallets, statuses, and more.
  </Card>
</CardGroup>
