azr0
Open agent
01Index 02Signal 03Agent 04Ledger 05Trajectory 06Log 07Access
Agent network · Robinhood Chain · live

Start from
zer0

Azr0 is an agent runtime with no inherited priors. Every run begins at the origin, collects its own evidence, and reports what it actually found — not what it was told to expect.

Origin 0,0
Agents online
Runs today
Median latency

Noise is the default.
Signal is the work.

Most systems arrive pre-loaded: cached beliefs, stale rankings, borrowed conclusions. They are fast because they skip the part that matters.

Azr0 resets that. An agent wakes with an empty state, a budget, and a question. It gathers, weighs, discards, and hands back a trace you can audit line by line. If it cannot show the path, it does not ship the answer.

Three primitives
Origin

Cold start by design

No memory carried between runs unless you pin it. Same question, same conditions, reproducible trace.

Trace

Every step is receipts

Each retrieval, score, and rejection is written to the run log before a conclusion is allowed to form.

Collapse

One answer, ranked

Competing paths are scored against evidence, then collapsed into a single output with its confidence attached.

0Points on the mark
0Runs completed
0Traces reproducible

Point it at
something hard.

The agent console runs in your browser. Ask it for status, scan the mesh, pull the ledger, or just type help and follow the prompts.

02 · Signal

What Azr0 is,
stated plainly.

An agent is only as good as the evidence it refuses. This is the short version of how we build, and what we will not do to make a demo look faster.

The thesis

Autonomy without accountability is just a faster way to be wrong. Azr0 treats the trace as the product and the answer as a by-product. You get the reasoning path, the sources it kept, and the ones it threw away.

The method

Collect, contest, collapse. Three passes. The second one exists to attack the first — an agent that never argues with itself is an agent repeating its input back to you in a nicer font.

How a run works
Wake

Empty state. The agent receives a question, a budget, and a deadline. Nothing else.

Collect

Sources are pulled in parallel and stamped with time, origin, and a trust weight.

Contest

A second pass tries to break the first. Claims that survive keep their weight; the rest are logged as rejected.

Collapse

Surviving paths are ranked and reduced to one answer, carrying its own confidence score.

Seal

The trace is hashed. Re-run the same input and you can diff the two runs line by line.

Questions people actually ask
Is this another chatbot wrapper?

No. The console is one surface. The runtime is the scheduler, the trace store, and the contest pass — the parts that decide whether an answer is allowed to exist.

Why start cold every run?

Carried memory quietly becomes carried bias. Pinning context is opt-in and always visible in the trace, so you can tell which parts of an answer came from evidence and which came from history.

What happens when the agent is unsure?

It returns the low confidence and the reason for it. A hedged answer with a visible gap is more useful than a clean sentence built on one weak source.

Can I run it against my own sources?

Yes — point it at your endpoints and the same collect / contest / collapse cycle applies. Request access on the Access page.

03 · Agent

Console

A live sandbox of the runtime. Type a command or tap one below. Everything here runs locally in your browser.

azr0 · runtime v0.6.2
azr0>
Budget

Runs are metered

Each run declares its cost before it starts. Overruns stop the run rather than quietly degrading the answer.

Isolation

One agent, one job

No shared scratchpad between tasks. Cross-talk is the fastest way to launder a bad source into a good answer.

Export

Traces travel

Every run exports as a signed JSON trace you can replay, diff, or hand to someone who does not trust you.

04 · Ledger

Supply, plainly
accounted for.

One contract, fixed supply, no mint function. The numbers below are the whole story.

Contract
0x34e0000000000000000000000000000000284ba3

Network: Robinhood Chain · Placeholder address for this build

0Total supply
0Team allocation
0Liquidity burned
Distribution

What the token does

It meters runs. Holding is not the product — spending is. Compute budget, priority in the queue, and access to private source connectors are all denominated in it.

No promises about price live on this page. If a project has to explain why its chart is a feature, it has stopped building.

05 · Trajectory

Where this
is going.

Four phases. Dates move; the order does not.

Shipped
Phase 00

Origin

  • Runtime core: collect, contest, collapse
  • Trace format sealed and versioned
  • Public console
In flight
Phase 01

Mesh

  • Multi-agent scheduling with hard budgets
  • Private source connectors
  • Trace diffing between runs
Queued
Phase 02

Open runtime

  • Self-hosted node release
  • Third-party contest passes
  • Public trace registry
Queued
Phase 03

Autonomy

  • Standing agents on recurring questions
  • Reputation weighted by reproducibility
  • Community-run contest markets
06 · Log

Build log

Short notes, written when something actually changed.

2026 · 07 · 24

Contest pass rewritten

The second pass now runs against a held-out source set, which cut agreement bias on repeat questions by a third. Traces from before this date will diff noisily against new runs.

2026 · 07 · 11

Budgets are hard limits

Runs that exceed their declared budget now stop and return a partial trace instead of finishing on a cheaper path. Loud failure beats quiet degradation.

2026 · 06 · 29

Console opened

The public sandbox went live. Same command surface as the internal runtime, minus private connectors.

2026 · 06 · 02

Trace format v1

Sealed and versioned. Anything that reads a v1 trace will keep reading it.

07 · Access

Request
a key.

Private connectors and higher run budgets are gated. Tell us what you want to point the agent at and we will reply within a few days.

Enter a name we can reply to.
That email does not look right.
Add a line or two so we can route this.

Request sent

We logged it. Expect a reply at the address you gave us.

Direct

Other ways in

Open the console first — most questions answer themselves there. If you need a human, use the form; it reaches the same inbox as everything else.

No route

Off the chart.

That address is not in the index. The origin is still where you left it.

Back to origin