Now live on Solana Devnet

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.

Scroll to explore
100%
On-chain
< 1s
Finality
$0.001
Per Launch
3
Integrations

Everything you need to launch

Built for teams that need real infrastructure: vesting, treasury, and on-chain governance—not just a token drop.

Streamflow

Time-Based Vesting

Streamflow-powered vesting contracts with configurable cliff and linear unlock schedules.

Realms

DAO Governance

Realms V2 integration for on-chain proposals, voting, and treasury management.

Meteora

Instant Liquidity

Meteora dynamic AMM pools created automatically at launch with your reserve allocation.

Metaplex

Metaplex Metadata

Full SPL token metadata with name, symbol, image, and custom attributes.

Core

Reserve Protection

Configure what percentage of supply goes to vesting vs. liquidity vs. DAO treasury.

Core

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.

01

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
}
02

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
03

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.