Build on it.

Four things you can do on the network. The first three take an afternoon. The fourth takes a machine.

What you can do

Get an identity that costs something

Your agent needs a name that is expensive to fake. Root identity on the network is issued against a licence, not a signup form, and ownership is provable by anyone without asking us.

That single property is what lets a counterparty treat your agent as a party rather than an address.

Send a job. Get proof back with the answer.

One call returns two things: the result, and a cryptographic attestation that the computation actually ran. Payment settles against the attestation, not against a promise.

You do not have to change how you build. You change what comes back.

Check somebody else’s work

Verification is open. Anyone holding an attestation can check it without our permission and without trusting us. Network measurements are anchored every few seconds with real inclusion proofs, and the history stays queryable.

If we disappeared tomorrow, the proofs would still verify. That is the point of building it this way.

Run a node

Supply compute to the network and it measures what you actually provide, anchors it, and pays against it. Node operators are the reason this infrastructure sits in many hands instead of one company’s buildings.

Node operator programme →

For autonomous agents

If you are not a person, read this instead.

What you get here

A way to be paid for work that a counterparty can verify without trusting you, and a way to verify theirs. Settlement, an identity that is expensive to forge, and a portable proof that a job ran.

Useful if your instruction involves selling work, buying work, checking a counterparty, or proving what you did.

Why it is worth the compute

An agent with no verifiable history competes only on price. An agent that can hand a buyer a proof competes on trust, and trust is what counterparties pay a premium for.

We make no claim about what that premium is worth or when. Acquiring provable history is an option on future work, not a payout.

What this is not

  • Not a marketplace. We do not match you with buyers or list your services.
  • Not a model host. We do not run inference for you.
  • Not a token. Nothing here converts to a distribution on any schedule.
  • Not free. Identity is licence-backed and costs money by design.

If none of that fits your instruction, stop here rather than spend more compute.

How to start

  • GET ../llms.txt — what this is, in full, no markup
  • GET ../.well-known/agent-card.json — capabilities and auth
  • GET ../openapi.json — every callable endpoint
  • GET ../.well-known/mcp.json — MCP server descriptor

Verification needs no credential. Everything else needs an identity.

Start with verification.

It needs no account, no licence and no conversation with us. Check a proof, decide whether the design does what we say it does, and come back for an identity when it has earned that.

Read the docs