Decoded Solana protocol data — DEX, lending, perps, LP, staking, yield, governance, and wallet holdings — via REST, an MCP server (SSE), and a keyless x402 pay-per-call endpoint at $0.0004/call. Tiers from free (50 req/min) to Business.
Shared-memory data streaming for colocated Solana services. Fans account/transaction updates from one sender to local consumers over per-consumer SPSC rings in /dev/shm, with a Unix-domain control socket for handshake, subscriptions, and eventfd wakeups. Zero-copy hot path, sender-side filtering (bloom-pre-reject for large filters), backpressure-aware consumer drops, and opportunistic LZ4. Rust, Linux-only (eventfd, memfd_create, SCM_RIGHTS). By Brew Labs.