> For the complete documentation index, see [llms.txt](https://docs.creatormint.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creatormint.live/readme.md).

# Developer Platform

## CreatorMint

**Own Your Audience. Own Your Income.**

CreatorMint ($CMINT) is a creator-economy token on Solana. Creators earn $CMINT for verified on-chain attention and performance; brands pay in stablecoin to reach and reward them directly.

CreatorMint is currently in its **coming-soon / waitlist phase**. The presale, staking, and vesting programs are live and tested on Solana devnet — real funds are not yet being accepted.

### Where to go

* **App** — [app.creatormint.live](https://app.creatormint.live) — presale dashboard, wallet connect, referral tracking, staking
* **Marketing site** — [creatormint.live](https://creatormint.live)
* **Genesis Airdrop** — complete three social tasks (X, Telegram, Instagram) to earn $CMINT, claimable at TGE. [Join the airdrop](https://app.creatormint.live/?widget=airdrop)

### What's live today

* **Presale contract** (devnet) — 7-layer instant referral program (12% total, paid in USDT) plus a 2% buyer cashback
* **Staking contract** (devnet-ready) — fixed-APY tiers with cooldown and claim
* **Vesting contract** (devnet-ready) — TGE unlock, cliff, and linear vesting for team, treasury, and marketing allocations
* **Genesis Airdrop** — community rewards for completing social tasks and for referrals, recorded now and distributed at TGE

### On the way to mainnet

Before CreatorMint accepts real funds, a few gates need to close: legal counsel sign-off, a multisig for admin and treasury control, a third-party smart-contract audit, the Pyth price oracle (replacing the current admin-set SOL price), and the mainnet $CMINT token mint.


---

# 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.creatormint.live/readme.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.
