Skip to main content

What You Get

Launching an app deploys an app stack with protocol defaults:
  • App launch cost: 110 ELTA total (10 fee + 100 seed)
  • 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

  1. Prepare owner safe and app metadata.
  2. Register app (createAppWithoutToken) or use legacy one-call launch (createApp).
  3. Approve ELTA for launch operations.
  4. Launch token for app ID (launchTokenForApp) if using two-phase flow.
  5. Activate curve after delay and begin distribution.

Core Contracts

ContractPurpose
AppFactoryRegistration + launch
AppRegistryCanonical app ownership and metadata
AppTokenApp ERC20 with LP-keyed transfer tax support
AppBondingCurveCurve pricing, lifecycle, graduation
FeeCollectorFee accounting buckets
FeeSwapperFinal fee routing

Fee Behavior At A Glance

  • Launch fee (LAUNCH_FEE) routes 100% 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