> For the complete documentation index, see [llms.txt](https://docs.wav-3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wav-3.com/product/publish-your-docs.md).

# Genesis License

### The Foundation of WAV.3

The Genesis License is the **lifetime credential of WAV.3**. They’re scarce, functional, and unlock a forever edge.

> 👉 *“Seasons come and go. Genesis is forever.”*

***

### Why Genesis Matters

* **Scarcity** → Capped at **1,000 Genesis Licenses** (Alpha, never reissued).
* **Permanence** → Multipliers never expire.
* **Utility-first** → Every action in WAV.3 earns more when you hold one.
* **Direct Link to $WAV3** → Licenses amplify how much token you earn once emissions begin.

***

### Utility

* **Permanent Multipliers**
  * First license = +50% boost.
  * Additional licenses stack with diminishing returns, following a halving sequence:
    * 1st = 1.5×
    * 2nd = 1.75×
    * 3rd = 1.875×
    * Cap approaches 2×.
* **Capped Emissions Pool** → A fixed share of $WAV3 is allocated to community rewards.
* **Daily Advantage** → Referrals, missions — every action compounds.
* **Collectibility** → Serialized **#1–#1000**, minted post-sale as claimable NFTs.
* **Priority Access** → Guaranteed entry into expansions and future WAV.3 utility.

***

### Technical Overview

* **Supply**: 1,000 Genesis Licenses.
* **Curve Pricing**: Starts at $250, +$5 each sale (final ≈ $5,000).
* **Stacking Logic**:

```
M(n) = 2 − (1/2)^n   with M(0) = 1.0

Examples:
n = 1 → 1.5×
n = 2 → 1.75×
n = 3 → 1.875×
Cap = 2×
```

* **Transferability**: Locked until all 1,000 licenses are sold, ensuring price integrity and aligned incentives during bootstrap. Freely tradable once minted.

***

### Minting Process

1. **Join the Queue** → Tap the bot to join a live reservation queue. Your spot is held in real time.
2. **Reservation Window** → When it’s your turn, the bot reserves a license for 5–10 minutes to prevent double-sells.
3. **Payment Prompt** → The bot shows supported payment options. Complete payment within the window.
4. **Confirmation** → Once payment is detected, the bot confirms, assigns your license number, and delivers a DM receipt.
5. **Community Update** → The successful mint is announced in the community feed with updated price + supply.

> ⚠️ **Caveats**
>
> * If payment isn’t completed in time, the reservation returns to the queue.
> * Licenses remain non-transferable until minted post-sale as serialized, claimable NFTs.

***

### Futureproofing

* **Genesis = forever edge** → No unsustainable ponzi emissions.
* **Expansions** → Future cohorts may arrive later, but Genesis remains the first and most scarce.
* **On-chain provenance** → Minted post-sale as serialized, claimable NFTs.


---

# 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://docs.wav-3.com/product/publish-your-docs.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.
