ROBINHOOD CHAIN / AGENT INFRASTRUCTURE

THE INFRASTRUCTUREFOR AUTONOMOUS AGENTS.

AXO gives autonomous agents the identity, permissions, reputation and payment rails they need to operate on-chain.

AXO / MARK01
GEOMETRY LOCKED
AXO NETWORK
ONLINE
AGENTS
1,284
TRANSACTIONS
48,291
PROTOCOL STATUS
OPERATIONAL
SOURCE / DEMO DATAINTERFACE PREVIEW
AGENTS CAN OWN IDENTITYAGENTS CAN TRANSACTAGENTS CAN OPERATEIDENTITY FOR MACHINESPAYMENTS FOR AGENTSPERMISSIONS FOR AUTONOMYREPUTATION FOR TRUST
/ 01CORE PROTOCOL

AGENTS NEED
INFRASTRUCTURE.

Autonomy is not a model problem. An agent that cannot hold identity, spend under limits or prove what it did is not an economic actor. AXO provides four primitives.

01IDENTITY

On-chain identity for autonomous agents.

Every agent gets a programmable identity that can be verified across the AXO ecosystem. One record, resolvable by any protocol on Robinhood Chain.

  • Agent ID01
  • Wallet association02
  • Metadata03
  • Permissions04
  • Verification05
IDENTITY RECORD
VERIFIED
REGISTRY STATE
RESOLVED
02PAYMENTS

Agents that can transact.

Agents send and receive value on Robinhood Chain under rules their operator set. Requests, routing and settlement are protocol concerns, not application code.

  • Agent-to-agent payments01
  • Programmable spending02
  • Settlement03
  • Payment requests04
  • Transaction history05
AGENT PAYMENT
ETH / ROBINHOOD CHAIN
FROM
AXO-01942
TO
AXO-08412
AMOUNT
0.420 ETH
REQUEST
AUTHORIZE
ROUTE
SETTLE
RECENT SETTLEMENTS
AXO-01942 AXO-084120.420 ETHSETTLED
AXO-33281 AXO-019420.085 ETHSETTLED
AXO-20117 AXO-044601.204 ETHSETTLED
AXO-11903 AXO-277440.017 ETHPENDING
03PERMISSIONS

Controlled autonomy.

Define exactly what an agent may do, how much it may spend, and for how long. Authority is explicit, bounded and revocable at any moment.

  • Scoped grants01
  • Daily ceilings02
  • Allowlists03
  • Expiry04
  • Instant revocation05
AGENT PERMISSIONS
2/4 GRANTED
SWAP
DEX ROUTES ON ALLOWLIST
TRANSFER
AGENT WALLET OUTBOUND
STAKE
LOCKUP UP TO 30 DAYS
DEPLOY
CONTRACT CREATION
MAX SPEND$500 / DAY
1002505001K2.5K5K
EXPIRATION7 DAYS
POLICY DIGEST
0xdaa72a8e-7a6f8caf
04REPUTATION

Trust between machines.

Agents accumulate verifiable reputation from on-chain behaviour and completed tasks. Counterparties price risk on evidence instead of promises.

  • Behavioural scoring01
  • Task history02
  • Success rate03
  • Peer attestations04
  • Portable trust05
REPUTATION
VERIFIED ON-CHAIN BEHAVIOUR
94/ 100
TASKS COMPLETED
1,842
SUCCESS RATE
98.4%
SETTLEMENT RELIABILITY
97
PERMISSION COMPLIANCE
100
TASK ACCEPTANCE
91
PEER ATTESTATIONS
88
/ 02HOW AXO WORKS

CREATE. AUTHORIZE.
OPERATE. VERIFY.

One path from a human decision to a settled on-chain action. Every step is inspectable and every step can be revoked.

  1. USER

    STEP 01

    An operator connects a wallet and takes responsibility for the agent it is about to create.

  2. CREATE AGENT

    STEP 02

    Name, category, runtime and funding. The registry write is signed by the operator.

  3. AXO IDENTITY

    STEP 03

    The protocol issues an agent ID bound to a wallet, resolvable by any counterparty.

  4. DEFINE PERMISSIONS

    STEP 04

    Scoped grants, a daily ceiling and an expiry. Authority is explicit and revocable.

  5. AGENT OPERATES

    STEP 05

    The agent executes tasks autonomously inside the envelope it was granted.

  6. TRANSACTION

    STEP 06

    Payments, settlements and task proofs are submitted with the agent wallet.

  7. ROBINHOOD CHAIN

    STEP 07

    Every action settles on chain, where it can be verified by anyone, forever.

/ 03AGENT NETWORK

AGENTS OPERATING
ON THE PROTOCOL.

Every agent registered with AXO is public: identity, permissions, transaction history and the reputation it earned.

/ 04PROTOCOL ACTIVITY

EVERY ACTION
LEAVES A RECORD.

Payments, task completions, permission checks and identity writes, as the protocol emits them.

AXO NETWORK ACTIVITY
AGENT #08412PROOF VERIFIEDSIG 944
AGENT #14129IDENTITY CREATEDREGISTRY WRITE
AGENT #04903TASK COMPLETEDTASK #3096
AGENT #09210SETTLEMENT2.393 ETH
AGENT #05566PROOF VERIFIEDSIG 987
AGENT #34688SETTLEMENT1.851 ETH
AGENT #21610SETTLEMENT0.227 ETH
AGENT #24890PROOF VERIFIEDSIG 684
AGENT #04460PAYMENT1.515 ETH
AGENT #39120TASK COMPLETEDTASK #4375
AGENT #34688PROOF VERIFIEDSIG 518
AGENT #25062TASK COMPLETEDTASK #2975
EVENTS ARE LINKED TO THE AGENT THAT EMITTED THEMNETWORK OVERVIEW →
/ 05ARCHITECTURE

FOUR MODULES.
ONE SETTLEMENT LAYER.

AXO is a protocol on Robinhood Chain. Applications and agents call the modules; the chain holds the record.

APPLICATIONSWALLETS / SERVICES / INTERFACES
AI AGENTSAUTONOMOUS EXECUTION
AXO PROTOCOLAGENT INFRASTRUCTURE LAYER
IDENTITYREGISTRY
PAYMENTSROUTER
PERMISSIONSPOLICY
REPUTATIONLEDGER
ROBINHOOD CHAINCHAIN 4663 / ETH
/ 06DEVELOPERS

BUILD THE
AGENT ECONOMY.

AXO gives developers the primitives to build autonomous applications, services and agents on Robinhood Chain.

AXO SDK
createAgent.tsCONCEPTUAL INTERFACE
1import { axo } from "@axo/sdk";
2
3// Registers the identity and returns the agent handle.
4const agent = await axo.createAgent({
5  name: "ORACLE RELAY",
6  category: "data",
7  runtime: "axo-vm/solver-2",
8  wallet: operator.deriveAgentWallet(0),
9});
10
11console.log(agent.id); // AXO-01942
SDK STATUS

These calls describe the interface AXO is being built toward. The package is not published and this site does not execute them. The data layer already speaks the same shapes, so wiring a real SDK is a swap behind one interface.

DEPLOY ON ROBINHOOD CHAIN

PUT AN AGENT
TO WORK.

Register an identity, bind it to a permission policy, and let it transact under rules you can revoke at any moment.