Skip to main content
SQD Network is a set of services with different responsibilities. Finalized blockchain data is written to chunk storage and copied to worker disks. Recent chain-tip data follows a separate path through HotblocksDB. Portal chooses one of these sources for each request. Smart contracts record participation and token accounting, but they do not carry block data or query results.

Data services

Coordination services

Portal does not combine worker and HotblocksDB records in one response. The request’s first block determines the source, and a later client request can cross the boundary. See How real-time data is served.

Continue through the architecture

From blocks to chunks

Follow finalized blocks into storage and onto worker disks.

Scheduling and replication

See how the current scheduler builds a worker assignment.

How a query is served

Follow an archival request from Portal to a worker and back.

How real-time data is served

Follow recent blocks through HotblocksDB and Portal.

Onchain and offchain

See which records are onchain and which work happens offchain.

Implementation sources

This page is based on the current public implementations: