0%
Scroll for more

The agent discovers,
the evidence decides,
the agent pays.

An autonomous routing layer where agents discover services through ENSv2, evaluate providers with on-chain evidence, and pay for the best option themselves.

Autonomous routing,
from discovery to instant settlement.

ENSv2 discovers. The Graph evaluates. AI scores. Hedera settles. x402 unlocks. Zero human intervention in the execution loop.

AUTONOMOUS PIPELINE RUNTIME
HEDERA TESTNETENSv2 NATIVEx402 STANDARD
STAGE 01 OF 05ENSv2 · Machine Directory
ENS RESOLVED

Machine-Readable Service Discovery

The agent queries ENSv2 for candidates providing required capabilities without central gatekeepers or hardcoded provider endpoints.

Query
ocr.*.eth
Network
ENSv2 (Hedera Native)
Candidates Found
3 Verified Services
Endpoint Protocol
x402-v1 / HTTPS
ens_discovery_lookup.json
// 1. ENSv2 machine discovery query
QUERY ens_records("ocr.*.eth", { capability: "invoice_ocr" })

--> RESOLVED CANDIDATES:
[
  {
    "domain": "ocr.alpha.eth",
    "endpoint": "https://alpha.example/ocr",
    "price": "0.010 HBAR",
    "hederaAccount": "0.0.4829103"
  },
  {
    "domain": "ocr.beta.eth",
    "endpoint": "https://beta.example/ocr",
    "price": "0.007 HBAR",
    "hederaAccount": "0.0.3920194"
  },
  {
    "domain": "ocr.gamma.eth",
    "endpoint": "https://gamma.example/ocr",
    "price": "0.012 HBAR",
    "hederaAccount": "0.0.5102941"
  }
]
< 850ms
Average End-to-End Latency
0.010 HBAR
Machine Micro-Settlement Unit
0 Humans
In the Loop · Fully Autonomous
100% On-Chain
Hedera Consensus Timestamped