# Genesis Sale

The **xDFi Genesis Sale** is the first distribution of :D tokens—ERC-20 IOUs redeemable 1:1 for D at TGE. The sale follows a 100-stage bonding curve and is structured in three distinct phases.

***

### Sale Structure

* **Token Sold**: :D (redeemable for D at launch)
* **Total Allocation**: 5M tokens
* **Token Standard**: ERC-20 on Ethereum (non-transferable until TGE)
* **Accepted Currency**: USDC
* **Minimum Purchase**: 5k :D tokens

***

### Pricing: Bonding Curve

* **Stage Size**: 50,000 tokens
* **Starting Price**: $0.10
* **Final Price** (Stage 100): \~$2.84
* **Listing Floor Price**: $1.447
* Price Formula:

  P = 0.1 + (S / 69)^e, where S is the current stage and e ≈ 2.71828

***

### Sale Phases

The sale progresses in three phases, each with a limited number of stages. Intermissions are planned between phases.

| Phase   | Stages       | Tokens       | Status   |
| ------- | ------------ | ------------ | -------- |
| Phase 1 | Stages 1–30  | 1,500,000 :D | Live Now |
| Phase 2 | Stages 31–60 | 1,500,000 :D | Upcoming |
| Phase 3 | Stages 61–70 | 500,000 :D   | Upcoming |

🔗 [Full Stage Schedule & Pricing (Google Sheet)](https://docs.google.com/spreadsheets/d/e/2PACX-1vQ13Tg4uI1A0TzWlmPsencHKg_E9EKmBh3IfoMRYxcRW1Xa9lGydLQ3rBCPeaAHVLQYTvfXlvMPQEcY/pubhtml)

***

### Vesting Options

Participants can select one of three vesting schedules at the time of purchase. Longer commitments receive higher bonus multipliers.

For each option, 10% unlocks at the cliff, and the remaining 90% is released gradually each block over the vesting period.

* **3-month cliff + 6-month linear vesting**

  → 0% bonus
* **6-month cliff + 12-month linear vesting**

  → +33% bonus tokens
* **12-month cliff + 24-month linear vesting**

  → +100% bonus tokens

All vesting is enforced on-chain via immutable smart contracts.

***

### Community Building Program

xDFi's referral system rewards early community builders who help grow the network during the Genesis Sale.

* Invitees receive a +10% bonus on all token purchases
* Inviters earn a USDC commission based on the number of successful invitees:

| **Invitees** | **Commission Rate** |
| ------------ | ------------------- |
| 1–20         | 3%                  |
| 21–50        | 5%                  |
| 51 or more   | 7%                  |

Referral impact also contributes to your leaderboard rank (10% of referred investment is added to your total value).

> ⚠️ **Important**: Commission rewards will only be distributed if the inviter is verified as non-Sybil at TGE.

***

### Angel & KOL Bonus Eligibility

Recognized angels and KOLs can receive 30% to 100% more bonus tokens based on contribution and alignment with the ecosystem.

***

### Settler License Leaderboard

The top 33 participants, ranked by total value (their direct investment plus 10% of all referred investment), will receive Settler License NFTs—granting exclusive rights to operate validator nodes in the xDLOL network.&#x20;

Holders can earn newly emitted D tokens by actively participating in cross-chain settlement and synchronization.

***

### Access & Purchase

<https://genesis.xdfi.net/>


---

# 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.xdfi.net/tokenomics/genesis-sale.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.
