# Airdrop pool info

#### **General information**

The dGEN1 airdrop pool is a contract by the address 0x476e48a832C593EE17317c008870a8aa4E649610 that lives on:

* Mainnet
* Arbitrum
* Base
* Optimism
* Polygon

#### **How is the airdrop fueled**

The airdrop is fueled by individual contributions and tokens created by the token launcher app

#### **What mechanism is used for airdrop eligibility**

We utilize device identifiers to prove that a device is a genuine dGEN1.

#### **Airdrop distribution**

The airdrop is split equally across all manufactured dGEN1 devices. Here is an example of how that would look like:

Let's assume:

* **15,000** dGEN1 devices exist
* The Epoch 1 airdrop pool contains:
  * $250,000 worth of Token 1
  * $500,000 worth of Token 2

Then each device is entitled to:

* Token 1 per device: **$250,000 / 15,000 = $16.66**
* Token 2 per device: **$500,000 / 15,000 = $33.33**

So on Epoch 1, each dGEN1 holder can redeem:

* **16.66 Token 1**
* **33.33 Token 2**

If only **50% of holders redeem** in Epoch 1, then:

* **half of the pool remains unclaimed**
  * Token 1 remaining: **$125,000**
  * Token 2 remaining: **$250,000**

Assuming no additional funds are added during Epoch 1, the remaining tokens are **rolled over into Epoch 2** and again split equally across all 15,000 devices.

So in Epoch 2, each device is eligible for:

* Token 1 per device: **$125,000 / 15,000 = $8.33**
* Token 2 per device: **$250,000 / 15,000 = $16.66**

So in Epoch 2, each dGEN1 holder can redeem:

* **8.33 Token 1**
* **16.66 Token 2**

**Epoch duration**

The first epoch is 3 months long until March 1st, 2026. All subsequent epochs will be 1 month long. New epochs are triggered by the core team.

## FAQ

### Q: Do I need ETH to claim?

The claim is sponsored on Base and Polygon. For mainnet, you indeed need at least 0.001 ETH to execute the transaction.

### Q: I missed out on a Epoch. Is there a way to still claim my portion?

No

### Q: I'm trying to claim, but I get a "409: Already claimed error", even though I didn't. What should I do?

It's a known issue. If you're experiencing this, please fill out this [form](https://forms.gle/Ly2ohgdsDPm6XDUu9) and we will re-enable your access.

### Q: What's currently on the pool?

You can check at <https://airdrop.freedomfactory.io/>


---

# 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.freedomfactory.io/docs/claim-your-airdrops/airdrop-pool-info.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.
