Fees
Fee Structure
Instant Launches
| Fee Type | Amount | Split |
|---|---|---|
| Platform Fee | Variable | 40% platform, 60% creator |
| Trading Fee | 1% | From pool swaps |
Curated Launches
| Fee Type | Amount | Description |
|---|---|---|
| Listing Fee | Negotiated | One-time fee for launch |
| Success Fee | % of raise | Percentage of funds raised |
Fee Claiming
Creators can claim fees through the platform or API:
// Check pending fees
const pending = await wallet.fees.getPending();
// Claim all pending fees
const claim = await wallet.fees.claim();