Docs/Technical Specs
🔧

Technical Specs

Architecture, latency targets, and integration details for power users and developers building on top of Manic.

Blockchain & Execution

BlockchainSolana (Mainnet-Beta)
Consensus mechanismTower BFT (Proof of History + Proof of Stake)
Target block time~400ms
Order confirmation target< 1 block (sub-second)
RPC infrastructurePrivate validator endpoints + load-balanced RPC clusters
Transaction priorityCompute unit pricing (priority fees) applied automatically

Order Routing

Order typesMarket, Limit, Stop
Execution modelOn-chain, non-custodial, wallet-signed
Slippage controlUser-configurable per trade (0.1% – 5%)
MEV protectionPrivate mempool routing where available
Partial fillsSupported for limit orders

Token & Market Support

Token standardSPL Token (Solana Program Library)
Market data sourceOn-chain order books + Pyth Network price feeds
Supported marketsSolana-native pairs (full list published at launch)
Price feed latency< 500ms end-to-end from chain to UI

Wallet Integration

Wallet adapter@solana/wallet-adapter (standard)
Supported walletsPhantom, Backpack, Solflare, and any wallet-adapter-compatible wallet
Key custodyNon-custodial — private keys never leave the user's device
ConnectionWalletConnect v2 + browser extension injection

Frontend & Infrastructure

FrameworkNext.js 15 (App Router)
HostingVercel Edge Network
CDNGlobal edge caching for static assets
UI latency (TTFB)< 80ms (edge-cached pages)
Real-time dataWebSocket subscriptions to Solana account changes

Note: Specifications are subject to change as Manic exits early access. Final production specs will be locked and published at general availability. Join our Discord for the latest updates.