How Etch works
Tokens that carry their own media, a pool nobody can pull, and fees that pay creators and burn $ETCH.
What Etch is
Etch launches tokens that carry their own media. A token's image, animation, sound, website or 3D model is stored in Robinhood Chain's state, as the code of a contract, rather than linked from a server or IPFS. The token's image(), sound() and friends return playable data: links, so any wallet, app or contract can read the file back byte for byte, for as long as the chain exists.
Launching
One transaction does everything, in this order:
- Each media file is written as its own contract.
- The token is created: 1,000,000,000 supply, no owner, nothing mutable afterwards.
- A Uniswap v4 pool opens holding the whole supply.
- Your buy, if you make one, goes in first. Nobody can trade before it.
The chain caps what fits in one transaction; the launch page measures your launch against it as you build it.
| Transaction size | 95,000 bytes, measured on mainnet |
| Gas per transaction | 32M |
| Media per launch | about 90 KB across all files |
| Full 90 KB launch | about 22M gas |
| Media kinds | image · motion · sound · website · 3D |
| Launch fee | none |
The curve
The pool is the bonding curve. The launcher puts the whole supply into a single Uniswap v4 position, from the starting price down to the lowest price v4 allows. Each buy walks the price up; Uniswap holds the ETH. It behaves like a constant-product curve with about 2 ETH of virtual liquidity at the start: buying half the supply costs about 2 ETH, buying 80% about 8.
There is no graduation. The token trades on Uniswap from its first block, so any Uniswap interface or router can trade it, and the liquidity never moves. The launcher has no function that removes liquidity; the only changes it ever makes to a position are the first deposit and zero-size updates that collect fees.
Fees and burns
Every trade pays a 1% pool fee to the position the launcher holds. Collecting it is permissionless: anyone can press Collect on a token's page, and the split is fixed in the contract.
| Creator | 0.0050 ETH per ETH traded |
| Buyback and burn | 0.0040 ETH, spent on $ETCH and sent to 0x…dEaD |
| Treasury | 0.0010 ETH |
| Sells | pay the fee in the token; split creator / treasury |
$ETCH, the platform token, was launched on Etch itself as token number one. The buyback reserve is spent by a keeper that sets a minimum price from the price it sees, so nobody can push the price up and make the platform buy at the top. The keeper can only buy $ETCH and burn it; it can't move the reserve anywhere else.
If a creator's wallet refuses ETH (some contracts do), their share is credited instead of blocking the collection, and they can claim it from their portfolio at any time.
Media
Files are written with a CREATE whose code is a stop byte followed by the file, so they can never run as contracts. Robinhood Chain allows contracts of about 96 KB, well past Ethereum's 24 KB, which is what lets a single file reach 90 KB. The site serves each file from chain state at /api/media/<token>/<kind>, and every token page can verify the bytes against the chain.
Websites run sandboxed: inline CSS and JavaScript only, an opaque origin, no cookies or storage, and no requests except the token's own live numbers at /api/t/<token>.
Wallets
Any browser wallet works for trading. A full-media launch is a transaction of up to 95 KB, and some extension wallets won't sign one that large. For those, Etch offers a launch wallet: a key made and kept in your browser, as Scribe does on Solana. Fund it, launch, then withdraw or export the key. It never leaves your browser.
Selling signs an EIP-2612 permit and sells in the same transaction, so there is never a separate approval.
Contracts
| Chain | Robinhood Chain (4663) |
| EtchLauncher | 0xcA483B531ACDF7b8a22581F4aCD654Ee16576358 |
| EtchRouter | 0xf9eA9b30AF8E91Be65b02Dcf0Ef48607F88406FC |
| $ETCH | 0x643EF326eF9Ae556b8bf8225B92C1fe4aEA276B6 |
| Uniswap v4 PoolManager | 0x8366a39CC670B4001A1121B8F6A443A643e40951 |
Risks
The contracts are unaudited until stated otherwise. Tokens launched here are memecoins with no promise of value; a creator can sell the tokens they bought. Liquidity can't be pulled, but prices can fall to near zero. Nothing here is financial advice. Etch is not affiliated with Robinhood Markets.