Launch tokens with reserve vesting & DAO governance
API and agents for tokenization—vesting, treasury, DAO. Real infrastructure for serious projects on Solana.
Etch is the programmatic side. Signal is the human-facing interface (film.fun)—forms and UI. Etch is for API and agent-driven launches.
Everything you need to launch
Built for teams that need real infrastructure: vesting, treasury, and on-chain governance—not just a token drop.
Time-Based Vesting
Streamflow-powered vesting contracts with configurable cliff and linear unlock schedules.
DAO Governance
Realms V2 integration for on-chain proposals, voting, and treasury management.
Instant Liquidity
Meteora dynamic AMM pools created automatically at launch with your reserve allocation.
Metaplex Metadata
Full SPL token metadata with name, symbol, image, and custom attributes.
Reserve Protection
Configure what percentage of supply goes to vesting vs. liquidity vs. DAO treasury.
Webhook Notifications
HMAC-signed webhooks notify your systems when milestones are reached.
How it works
One API flow: vesting, DAO treasury, and liquidity—built for serious launches.
Create Launch
POST /api/launch with your token config. We validate and queue the job.
POST /api/launch
{
"name": "MyToken",
"ticker": "MTK",
"totalSupply": 1000000000,
"reservePercent": 20
}Automatic Setup
Our workers mint the token, create metadata, set up vesting, and provision the DAO.
// Automatically: // 1. Mint SPL token // 2. Create Metaplex metadata // 3. Setup Streamflow vesting // 4. Create Realms DAO // 5. Add Meteora liquidity
Go Live
Webhook fires when ready. Your token is live with full vesting + governance.
// Webhook payload:
{
"event": "launch.complete",
"mint": "ABC123...",
"pool": "DEF456...",
"dao": "GHI789...",
"vesting": "JKL012..."
}Ready to launch?
Full tokenization stack for serious projects: vesting, treasury, DAO. No smart contract deployment required.