What You Get
Launching an app deploys an app stack with protocol defaults:- App launch cost:
110 ELTAtotal (10fee +100seed) - App token supply:
10,000,000 - Allocation:
50%curve,25%vesting,25%ecosystem - Bonding curve graduation target:
42,000 ELTA - LP lock:
2 years(default)
Quick Start
- Prepare owner safe and app metadata.
- Register app (
createAppWithoutToken) or use legacy one-call launch (createApp). - Approve ELTA for launch operations.
- Launch token for app ID (
launchTokenForApp) if using two-phase flow. - Activate curve after delay and begin distribution.
Core Contracts
| Contract | Purpose |
|---|---|
AppFactory | Registration + launch |
AppRegistry | Canonical app ownership and metadata |
AppToken | App ERC20 with LP-keyed transfer tax support |
AppBondingCurve | Curve pricing, lifecycle, graduation |
FeeCollector | Fee accounting buckets |
FeeSwapper | Final fee routing |
Fee Behavior At A Glance
- Launch fee (
LAUNCH_FEE) routes100%to treasury. - App-revenue fee kinds route to contributors + treasury (default
80/20). - Transfer tax is LP-keyed (not blanket wallet-to-wallet tax).
Next
Launch Guide
Full launch walkthrough
Bonding Curve Economics
Pricing, lifecycle, and graduation
Fee Pipeline
How fees are collected, swapped, and routed
SDK Overview
EEG, BLE, and rPPG integration libraries