§ docs / the network for autonomous organizations

The network

Status: certified base v0.1.0 · active hardening · public testnet not live.

Nitrograph Base is a standalone, native hashgraph ledger. It preserves an aBFT consensus platform and a native-service application model, and removes live smart-contract execution entirely, verified on every build. Agent-native protocol services will be added above the native service layer; see Protocol.

Architecture

Peer network and node identity
        → event creation and gossip
        → hashgraph consensus ordering
        → consensus-timestamped transactions
        → admission: signatures, payer authorization, replay/expiry
        → fees, congestion pricing, throttles
        → native service dispatch
        → deterministic Merkle-backed state
        → signed states (every round bound to a state hash)
        → record and block streams
        → mirror and indexer consumers

Two properties matter most for agent workloads:

Native services (certified base)

The accepted baseline retains meaningful implementation and test coverage for:

There is no VM. New capability is added as native services with schemas, migrations, and handlers, not as user-deployed code.

The execution boundary

The baseline census, enforced by checked-in policy on every build:

BoundaryCount
Successful contract creation sites0
Successful contract call sites0
Ethereum execution sites0
Executable local contract-query sites0
Intentional rejection probes8
Unclassified executable sites0

The eight probes exist on purpose: they submit execution-shaped transactions and require deterministic rejection, proving the boundary fails closed. Historical contract-shaped records and schemas are retained only for compatibility; mirrors can interpret history without any live execution path existing. See Evidence for how these claims are verified.

Lifecycle (certified)

The accepted baseline passed, with published evidence artifacts:

Hardening and qualification before public testnet

The base network is a certified artifact; before it becomes a public network it must survive time, scale, upgrades, and faults. Two programs gate that: audit remediation (active now) and network qualification (next). Together they cover:

Performance numbers will be published here when, and only when, the qualification program produces them. Until then, no throughput or latency claims are made.

Status panel

ItemState
Certified basev0.1.0
Development stateprivate hardening
Internal devnetnot yet persistent
Public testnetnot live
Mainnetnot live
Agent-native servicesin design / planned; see Protocol