Infrastructure

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.

Current demo modeQuicknode free-tier conservative mode

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.

Primary ProviderPublic RPC

Set NEXT_PUBLIC_SOLANA_RPC_PROVIDER=Quicknode and provide Quicknode endpoints for production demos.

Clusterdevnet

Devnet during beta development, mainnet-beta for final submission.

Live UpdatesPolling fallback

Market accounts subscribe over WebSockets when configured, with polling retained as a resilient fallback.

Transaction LandingPriority fee aware

Trading transactions estimate compute-unit pricing through Quicknode's Priority Fee API when the add-on is available.

How Quicknode strengthens Tei

Odds updatesMarket account subscriptions update prices as AMM liquidity changes.
Portfolio readsPosition and market accounts load through a dedicated RPC endpoint.
Trading UXSimulation, send, and confirmation flows avoid overloaded public RPC.
Priority feesBuy, sell, claim, and resolve flows can add Quicknode-recommended compute-unit pricing.
Beta analyticsStable infrastructure gives testers a product-grade first trading session.