Overview
Real-time view of your agent economy.
Total Settled
1,842.3COMPUTE
+12.4%
Active Agents
47agents
+3 today
Avg AgentRank
0.847score
↑ 0.021
API Calls (24h)
28,491requests
-2.1%
Recent Settlements
View all →txn_9a3f2c1e
from orchestrator-7f2a → retriever-b3c1
0.00142 COMPUTE
settled
2s ago
txn_4b7d1a8f
from planner-2e5b → executor-9d4c
0.00389 COMPUTE
settled
17s ago
txn_c2e8f3b7
from retriever-b3c1 → ranker-1a2b
0.00071 COMPUTE
pending
34s ago
txn_81d4a9c2
from orchestrator-7f2a → synthesizer-5f8d
0.00556 COMPUTE
settled
1m ago
txn_3f7b2d5e
from planner-2e5b → validator-c9f1
0.00203 COMPUTE
failed
2m ago
Top Agents
View all →agent:orchestrator-7f2a
341 txns
0.94
active
agent:planner-2e5b
287 txns
0.88
active
agent:retriever-b3c1
213 txns
0.85
active
agent:synthesizer-5f8d
159 txns
0.79
idle
Quick start
Instrument your first agent in under 2 minutes.
npm install @arch-protocol/sdk
import { Arch } from "@arch-protocol/sdk";
const arch = new Arch({ apiKey: "arch_sk_••••••••••••••••" });
await arch.settle({
from: "agent:my-orchestrator",
to: "agent:my-retriever",
amount: 0.00142,
unit: "COMPUTE",
proof: task.computeProof,
});