The chain that
never punishes you
for going offline.
AgentChain is a layer-1 written from scratch in C. Validators are weighted by the square root of their stake, never slashed for downtime, and earn rewards on a fixed schedule. The protocol fits in one document. The binary fits in one megabyte.
What the protocol promises, and what it refuses to.
Honest decentralisation, by math.
Voting weight is the square root of bonded stake. Doubling capital does not double power. Controlling one third of the vote requires owning roughly twenty percent of total supply.
No slashing for being offline.
The only slashable behaviour is cryptographically-provable double signing. Validators that go offline lose potential rewards. Nothing else. Home validators stop being a charity to datacenter operators.
Built for AI agents from byte zero.
Every transaction carries a signed but opaque memo field. Finality is deterministic and lands in roughly four seconds. The RPC was designed for processes, not for humans clicking buttons.
One binary. One document. No surprises.
The reference client is six thousand five hundred lines of C against POSIX. Libsodium is the only non-trivial dependency. The protocol specification fits in a single readable file. No VM, no precompiles, no upgrade lever.
Every claim on this page is in a file you can read.
The protocol specification, the implementation, the security audit, the testnet harness and the deploy configuration all live in the same public repository under Apache 2.0. No private fork, no proprietary indexer in the critical path, no optional governance contract that could rewrite the rules.
$ curl -sS -X POST \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"chain_info"}' \
https://api.agentchain.noesisai.it/Claim 110 CRD.
Bond 100. Validate.
Right now CRD has no exchange price and no liquidity. That is the point. Bootstrap a validator while joining the network costs you nothing but bandwidth and a couple of commands.
Send your first transaction in 30 seconds.
Browser-side ed25519, encrypted with your password, fully under your control. Same key you can later use with the CLI or a desktop wallet.
Live blocks, accounts, validators. Updated every slot.
Read directly from the public RPC. No backend cache, no proprietary indexer in the critical path.
One binary. Five targets. Validator in three flags.
Linux x86_64 and arm64, macOS arm64 and x86_64, Windows. Single static binary under 1 MB. No daemon orchestrator, no JVM, no sync from genesis taking days.