Real-time markets need
real-time Solana data.
Tei is being prepared for the Eitherway Quicknode track. Quicknode is the production RPC and WebSocket layer for low-latency odds, portfolio reads, and transaction confirmation.
The free-tier demo uses dedicated Quicknode RPC with conservative polling and cached priority-fee estimates to avoid rate limits. The codebase keeps WebSocket subscriptions and priority-fee execution paths ready for higher-throughput production settings.
Set NEXT_PUBLIC_SOLANA_RPC_PROVIDER=Quicknode and provide Quicknode endpoints for production demos.
Devnet during beta development, mainnet-beta for final submission.
Market accounts subscribe over WebSockets when configured, with polling retained as a resilient fallback.
Trading transactions estimate compute-unit pricing through Quicknode's Priority Fee API when the add-on is available.