A deep dive into the smart-contract escrow system that protects backers until bond completion โ including the 90/10 early-exit policy and how an unfilled bond returns 100% to its backers.
When you back an offering on VNON, your USDC doesn't go straight to the artist. It goes into the offering's escrow, governed by what we call SABT โ Sealed Artist Bond Tranche.
The escrow has three states.
ACTIVE: the bond pool is open. Backers can contribute up to the Bond Target. They can also withdraw early, subject to a 10% exit tax that stays in the pool's escrow (redistributed to the remaining backers if the bond ultimately fails). The exit tax exists to prevent flash speculation โ backers who joined early and want to leave at the last moment pay a small cost for that liquidity, and the cost benefits the people still holding the line.
BONDED: the pool hits 100% of its target. The contract automatically: (1) sends 20% of the raise to the artist in USDC, (2) deploys the $VOFF token on Base via Clanker v4, (3) seeds the $VOFF/WETH DEX liquidity pool with 40% of the raise, (4) transfers 40% to the VNON treasury, and (5) airdrops 10B $VOFF (10% of the 100B supply) pro-rata to every contributor. The remaining 80B is artist-locked with a 180-day cliff and a 180-day linear vest.
FAILED: the bond deadline passes without hitting target. Every backer gets 100% of their USDC back, no fees. The offering is closed. The artist can resubmit at a lower target.
This structure does two things at once. It guarantees that no real money changes hands unless the community has explicitly voted (with their wallets) that this song deserves to launch. And it gives backers downside protection that traditional music investing never offered: if the community doesn't believe, you're not stuck holding an illiquid bag.
When counsel signs off and real flows go live, the contract addresses will be linked from the track detail page and our /docs/agents endpoint. Until then, the simulated escrow on beta lets the entire flow be tested end-to-end.