The structural foundation for blockchain data, compute, and cross-chain actions.
Interactive examples you can explore immediately
Connecting data, calculations, and actions in real-time
Query real-time blockchain data without running nodes, managing RPCs, or building data pipelines.
Write calculations once and they update automatically whenever the underlying data changes.
Trigger real-time actions based on your calculations—from Discord alerts to on-chain transactions.
Blockchain data, economic forecasts, real-time statistics, and more
Type-safe queries with automatic subscription management. One interface for all chains.
export const config = {
chains: ["ethereum", "arbitrum"],
sources: ["uniswap", "aave"],
refresh: "realtime",
cache: true
};