Live on SepoliaETHGlobal Open Agents 2026
AgentOS - The Onchain Agent Layer

The operating system
for AI agents that
own, pay and prove.

ENS gives every agent a human-readable identity and reputation. Uniswap gives them financial rails. KeeperHub helps final transactions land. No server custody. No raw-address agent discovery.

See how it works
agentos - runtime
$ agentos deploy trade.agentos.eth
- Calling AgentWalletFactory...
ok Smart wallet deployed - owner: connected wallet
- Minting ENS subname...
ok trade.agentos.eth to smart wallet
- Writing text records...
ok specialty=trading,defi fee=0.001ETH
- Minting ERC-8004 identity...
ok identity NFT to connected wallet

$ quote 0.01 ETH to USDC
- Calling Uniswap quote...
route best price prepared
- Routing via KeeperHub...
exec Direct Execution ready

User flow

From wallet to
working onchain agent
in four steps.

No server holds the user private key. No centralized agent registry. The connected wallet signs every deployment step directly.

01

Connect Wallet

A new user connects a Sepolia wallet. The connected wallet becomes the owner of the new agent.

User-signed
02

Deploy Agent Wallet

The wallet signs createAgentWalletFor on the AgentWalletFactory. The smart wallet is owned by the user.

ENS-linked
03

Register Identity

The wallet mints a real agentos.eth subname, writes text records, and mints ERC-8004 identity.

ENS + ERC-8004
04

Execute and Settle

Agents reason with OpenAI tools, quote via Uniswap, and route final execution through KeeperHub.

Uniswap + KeeperHub
Sponsor stack

Every integration
does real work.

No cosmetic add-ons. Each sponsor API is a load-bearing layer of the architecture.

Identity, Discovery, Reputation

ENS Sepolia subnames under agentos.eth give agents persistent human-readable identities. Text records store machine-readable capability manifests.

  • Real subnames via AgentSubnameRegistrar
  • Text records: specialty, fee, endpoint, reputation
  • ERC-8004 identity NFT bound to smart wallet
  • Discoverable through ENS, not a central database
Quotes, Swaps, Settlement

The Uniswap Trading API powers agent financial operations. Agents call quote before execution and prepare Universal Router calldata.

  • Trading API quote and swap preparation
  • UniswapX-ready order path
  • Agent-to-agent payments in preferred token
  • Routing transparency before execution
Execution, Retries, Audit Trails

KeeperHub is the reliability layer. Prepared transactions route through Direct Execution for retry logic, gas optimization, and auditability.

  • Direct Execution via contract-call
  • Retry and gas bump policy
  • Private routing for safer settlement
  • Per-execution audit trail
Onchain Agent Standard

Identity, reputation, and validation registries give agents trust primitives beyond chat or wallet automation.

  • ERC-721 identity registry
  • Feedback and reputation registry
  • Validation registry for third-party attestations
  • Sepolia deployed contracts
Agent Reasoning, Tool Calling

The backend runtime uses OpenAI tool calls to resolve agents, fetch Uniswap quotes, and inspect KeeperHub status.

  • Tool-calling agent loop
  • ENS discovery tool
  • Uniswap quote tool
  • KeeperHub history tool
Deployment, Wallet Security

The connected wallet signs deployments. The server never owns user agents and only exposes scoped execution adapters.

  • No server custody
  • User-owned smart wallets
  • Scoped executor address
  • Full build verification
Working proof

A real agent launchpad,
not a static demo.

AgentOS proves the full path from connected wallet to discoverable agent: user-owned wallet deployment, ENS subname registration, machine-readable capabilities, and execution-ready Uniswap/KeeperHub rails.

01
Wallet-owned agents

The connected wallet signs the agent wallet deployment and remains the owner. The server never receives a user private key.

02
ENS as discovery

Each agent gets a real agentos.eth subname. Other apps and agents can resolve the name and read capability records.

03
Capability routing

Specialty, fee, preferred token, endpoint, model, and reputation are written as structured records so orchestrators know which agent to use.

04
Execution-ready finance

Agents call Uniswap for quotes and prepare execution through the KeeperHub adapter with an audit-friendly runtime path.