Mina Protocol bills itself as the world’s lightest blockchain, maintaining a fixed size of roughly 22 kilobytes regardless of how many transactions have been processed. Built by O(1) Labs, a San Francisco-based company founded in 2017 by Evan Shapiro and Izaak Meckler, Mina achieves this through recursive zero-knowledge proofs called zk-SNARKs.
Most blockchains grow continuously as they process transactions — Ethereum’s full node data exceeds a terabyte. Mina sidesteps this problem by replacing the entire chain history with a single compact proof that anyone can verify. This means running a full Mina node requires virtually no storage, making the network accessible from devices as small as smartphones.
The protocol’s native programming framework, o1js (formerly SnarkyJS), lets developers build “zkApps” — smart contracts that leverage zero-knowledge proofs for privacy and off-chain computation. This enables use cases like proving your age is above 18 without revealing your actual birthdate, or demonstrating creditworthiness without exposing financial details.
Mina’s token launched via an ICO in 2021 and the network has maintained a consistent validator set. O(1) Labs has raised over $90 million in total funding from investors including FTX Ventures, Three Arrows Capital (prior to its collapse), and others. The protocol has focused on developer adoption, launching zkApp tutorials, a grants program, and hackathons. While Mina’s constant-size blockchain is technically impressive, the project competes in a crowded field of zero-knowledge platforms that includes StarkNet, zkSync, and Polygon zkEVM.