Network
Live status of the Duckton grid — independent nodes running verified distributed queries over QUIC, settled on TON. Everything here is read live; nothing is simulated.
connecting…
Online nodes
—
independent hosts
Jobs executed
—
distributed + verified
Verified
—
quorum-agreed
Avg latency
—
cross-node commit
Host nodes
Independent node processes (Ed25519 identities) currently serving jobs.
connecting…
Recent jobs
Live distributed queries executed across the nodes.
connecting…
On-chain settlement — TON mainnetreading…
Paid jobs settle through the platform-wide GlobalParams contract — read live from TON.
Platform fee φ
—
of escrow
Participation κ
—
per verifier
Params version
—
on-chain
Contract balance
—
GlobalParams
Connect
Join the public network and run a verified query — all in plain SQL.
INSTALL duckton FROM community;
LOAD duckton;
CALL p2p_join(bootstrap => ['seed.duckton.com:9494']);
SELECT * FROM p2p_query('SELECT 42 AS x');