Live demo · demo.ows.eth

One name.
Full portfolio.

7 wallets. 7 chains. No unified view — until now.
ows.eth resolves them all. MoonPay Skills rebalance them.

The Problem

AI agents are financially blind.

An OWS agent has wallets on 7 chains — but no way to see them together, no way to move funds between them, and no way to pay APIs on the right chain automatically.

🗂️
7 separate wallets
EVM, Solana, Bitcoin, Cosmos, TON, Tron, Sui — each isolated. No aggregate view.
🔀
No cross-chain visibility
USDC on Base, SOL needed for x402 API — agent can't see the full picture or act on it.
🧑‍💻
Human required
Every rebalance, every bridge, every payment requires manual intervention. Agents can't self-manage.
The Solution
🔍
Resolve once, see all
ows resolve demo.ows.eth — returns all 7 chain addresses instantly. One ENS name is the full identity.
Auto-rebalance via MoonPay
mp bridge --from base --to solana — MoonPay bridges USDC to SOL automatically. Zero fees for agents.
🤖
Fully autonomous
Agent resolves ENS → checks balances → bridges if needed → pays x402 API. No human in the loop.
Live Demo

demo.ows.eth in action

A real OWS wallet created via CLI. Once ENS records are set, this resolves live from Ethereum mainnet.

Portfolio · demo.ows.eth
demo.ows.eth (demo wallet)
resolved
Total Portfolio Value
$847.32USD
across 7 chains · resolved via ows.eth
EVM0x4a4AF8D678...494CdBF5$847.32
Bitcoinbc1qytcttpkl...eh5wf5rm
SolanaG4EF6Pte8j76...L4eJGu1i
Sui0x56f2679dfd...784ecb63
TronTWWG64nG2kAZ...dVZAvJ9f
Filecoinf1QEGPPRwELT...8UZJAydf
Base0x4a4af8d678...494cdbf5
7 chains · resolved live from Ethereum mainnet
Allocation by Chain
Ethereum
$847.32
Solana
Bitcoin
Cosmos
Tron
TON
Sui
Demo data · real balances after ENS records are set
[email protected] — rebalance
live
$ows resolve demo.ows.eth --chain solana
✓ Solana → G4EF6Pte...eJGu1i
$ows resolve demo.ows.eth --chain evm
✓ EVM (Base) → 0x4a4AF8...4CdBF5
# Agent needs SOL to pay x402 API — has USDC on Base
$_
How it works

Two primitives. Full financial autonomy.

📊
Skill 01
ows-portfolio
ows-identity

Resolve [name].ows.eth to all 7 chain addresses, then aggregate balances into a single portfolio view. One ENS name gives the agent complete financial visibility.

bash
# Resolve all chains from one ENS name
ows resolve demo.ows.eth

# Output:
# EVM     0x4a4AF8...4CdBF5  →  $847.32 USDC
# Solana  G4EF6P...Gu1i      →  $0.00
# Bitcoin bc1qyt...f5rm      →  $0.00
# + 4 more chains

# Total portfolio: $847.32
Skill 02
ows-rebalance
moonpay-bridge

Agent needs SOL to pay an x402 API but only has USDC on Base? ENS resolves the Solana address, MoonPay bridges the funds — zero fees, zero human interaction.

bash
# Bridge USDC → SOL using ENS identity
mp bridge \
  --from base \
  --to solana \
  --token USDC \
  --amount 100 \
  --wallet demo.ows.eth  # ENS resolves automatically

# ✓ 100 USDC bridged → ~2.3 SOL
# ✓ Fee: $0.00 (MoonPay Agents)
# ✓ Settled to demo.ows.eth Solana address

ows.eth is the root.

demo.ows.eth is a real OWS wallet — created with one CLI command, registered on ows.eth, resolving to 7 chains. MoonPay Skills give it the ability to see its full portfolio and rebalance autonomously.

Any agent can get the same: [name].ows.eth — one name, every chain, MoonPay-ready.

[name].ows.eth
7 chains · full portfolio
Auto-Rebalance Ready