Why we built this
AI inference today is centralized, permissioned, and economically misaligned. A handful of companies control access to the compute that powers modern intelligence.
We built Feedable Network to change that. Not with promises or whitepapers, but with working code. Proof of Feed is a consensus mechanism where miners earn by doing real work.
On this block, intelligence became a public utility. No permission required.
Built on
Blazil
233,894 TPSThe co-located inference engine every miner node runs. LMAX Disruptor ring buffer, Tract ONNX runtime, io_uring I/O.
TigerBeetle
Deterministic VSREvery FeedProof is anchored into a TigerBeetle TransferId. Atomic, deterministic, and verifiable by any validator in one query.
Aeron IPC
Sub-microsecondThe IPC channel between miner and Blazil. Shared-memory transport over /dev/shm. No network hop between proof and inference.
libp2p
P2P networkingBlocks and transactions gossip via gossipsub. Peer discovery via Kademlia DHT. Every node participates equally.
The entire protocol is open source
Every crate is public on GitHub. Fork it. Audit it. Build on it.
What we're building toward
| Phase | Milestone |
|---|---|
| v0.1 | fc-crypto, fc-proof, fc-chain compiles — unit tests green |
| v0.2 | fc-aeron + fc-ledger connected to local Blazil — integration tests |
| v0.3 | fc-consensus BFT — single-node devnet, genesis block mined |
| v0.4 | fc-p2p — 3-node devnet, blocks gossiping |
| v0.5 | fc-rpc — submit inference job end-to-end |
| v0.6 | Full devnet — PoF live, SLA enforcement, slashing |
| v1.0 | Testnet launch — public, incentivized |
| v1.1 | Mainnet launch — genesis block, 21M F in circulation |