Origins
Percolator is an open-source, sharded perpetual futures DEX protocol designed for Solana. It was created and open-sourced by Solana co-founder Anatoly Yakovenko (@toly) in October 2025 as an experimental, high-performance perps engine. The protocol leverages Solana’s speed and scalability through a unique “slab” system — a sharded matching engine that processes trades in parallel across independent units maintained by liquidity providers. This minimizes contagion risks found in traditional DEXs and enables atomic trade execution in a single transaction.Timeline
October 2025 — Launch
Yakovenko uploaded the initial GitHub repositories, including the risk engine, CLI, and matcher program. He described Percolator as “implementation-ready” but explicitly for educational and research purposes — unaudited and experimental. The architecture consists of:- A Router program for collateral management
- Slab programs for matching and settlement
- A CLI for trading, keeper operations, and market management
February 2026 — SOV & Self-Sovereign Markets
On Solana devnet, Percolator evolved with community forks and active testing. Yakovenko proposed using it for SOV (self-sovereign / store-of-value) setups where tokens back their own inverted perpetual markets. The SOV model:- The memecoin IS the collateral in its own perpetual market
- Admin keys are burned for immutability
- Trading fees accrue in an insurance fund as a soft burn mechanism
- Supply is effectively locked over time through accumulated fees
Toly’s Dev Philosophy
Yakovenko’s engagement with Percolator has been characteristically direct and meme-driven, blending technical insights with provocative encouragement to fork and experiment: On using AI for audits, Yakovenko advised forkers to use LLMs for specs and verification, ending with “Don’t trust, verify.” — the ethos purple.trade follows with its byte-for-byte source verification.From Fork to Platform
purple.trade maintains all four protocol repositories and builds the trading frontend on top of the Percolator engine. Original development stemmed from Yakovenko’s repositories (aeyakovenko/percolator-prog, aeyakovenko/percolator-cli). See the Repositories section for full documentation on each component.Percolator programs are deployed on both Solana devnet and mainnet. See the Programs & Deployments page for current addresses and verified build details.