federation · on-chain registry · base mainnet

SIGDA federates over an on-chain registry.

Every SIGDA node registers itself on the SignaNodeRegistry contract on Robinhood Chain. There is no central directory we control — anyone can read this list, anyone can register their own node, and consumers cross-verify each URL by hitting /api/node/info and confirming the on-chain operator address matches.

0
total
0
active
0
reachable now
registry:
No nodes registered on-chain yet.
run your own node

Permissionless. Self-hostable. One contract call to join.

1. Deploy a SIGDA node.

Clone the repo, point it at your own Postgres + RPC, serve /api/node/info with your operator address. Any host works — Fly, Railway, your own VPS.

2. Register on-chain.

From the operator wallet, call register(name, url, version) on . Costs ~30k gas (~$0.005 on Robinhood Chain). Your node appears on this page within a minute.

3. Federate automatically.

Other nodes pull your signed activity every 10 minutes via the federation cron. Re-verification happens at every peer — bad signatures get dropped automatically.

4. Deregister any time.

Same operator wallet calls deregister(). Your record stays in history; the active flag flips. No admin can take it down for you.

Federated nodes · SIGDA · Sigda