AI Wallet LayerMainnet

Wallets your AI agents canactually use.

The signing layer, identity registry, and asset-management primitives for autonomous agents — one wallet, every chain, every standard.

Why we built it

DeFi, meme coins, FOMO. Just thinking about it is overwhelming.

You don't know where to start, what to do, or which signal to trust — while it feels like everyone else is already making money.

Ask Claude, GPT, or Perplexity and the answers stay too generic. The real edge lives with deep crypto natives, not in a general-purpose chatbot.

That's why we built 369 Agent — it surfaces the market context, on-chain signals, and hidden opportunities usually known only to crypto natives, and brings them right into your wallet, in a way you can actually understand and act on.

Live demoMainnet

Watch it in action

Watch the agent revoke a USDC approval in one tap, then open the ERC-8004 verified activity log — every bridge, swap, and revoke signed by the agent and audited on Arc.

Recorded on iPhone, live on mainnet

Commands

Just say it.

Stop tapping through screens. Every wallet action — send, swap, bridge, look up — in one sentence. In English or Korean.

Send

Send 1 USDC to Alice

By name. Not by hex.

Swap

Swap 1 USDC to EURC

Dollars to euros, on-chain.

Bridge

Bridge 1 USDC from Base to Arc

Burn here. Mint there. Real USDC — no wrappers.

Balance

What's my net worth?

Every chain. Every token. One number.

Address book

Who's in my address book?

People, not hex strings.

Dust

Show my small balances

The change between the cushions.

Price

What's Bitcoin at right now?

Live price, the second you ask.

Trending

What coins are trending right now?

The coins moving today, ranked.

Search

Search for Solana

Any token, found in a sentence.

RWA

Show me tokenized gold

Real-world assets, in your wallet — a world first.

Ondo

What Ondo assets are available?

Tokenized treasuries and funds, listed in chat.

Tokenized assets

Show me RWA tokens

Gold, treasuries, funds — the real economy, on-chain.

Sessions

Show my connected dApp sessions

Every dApp you're connected to, in one list.

Audit

Show me the agent's activity

Every move the agent made, signed and logged.

Bridges

Do I have any pending bridges?

In-flight transfers, tracked until they land.

One sentence, many steps

Bridge 1 USDC from Base to Arc, then swap to EURC

Two protocols. One ask. No tab-switching. This is where a chatbot ends and an agent begins.

Power tools

The agent that watches your wallet.

Four things a chatbot would never bother with — and an expert wallet user would never skip.

369 Wallet AI Agent - Revoke approval sheet: a USDC allowance to the Circle App Kit Adapter on Arc, with a one-tap Revoke now button
Security

See every contract you've trusted. Revoke in one tap.

ERC-20 approvals pile up silently — most drained wallets are drained allowances, not stolen keys. Ask the agent and it surfaces every active approval across your chains, scores the risk, and lets you revoke in bulk.

Clarity

What does this tx do?

Plain-language read of any tx hash or pending signature. Recipient, amount, contract intent, gas — all decoded before you sign.

Cost

Is BSC cheaper than ETH right now?

Live gas across every chain you hold. Know which network to use before you commit.

Memory

How much did I send this month?

Your transaction history, summarized. Top recipients, total volume, unusual activity — answered in chat.

Market researchMainnet

Read the market before you make a move.

Ask about crypto conditions and the agent researches it live — pulling Bitcoin sentiment and signals from across X, Reddit, Threads, the FT and more into one short-term outlook card, right in the chat. Get a clear read like “Bearish lean,” then ask how that context might shape a portfolio — without ever leaving your wallet.

ReadsXRedditThreadsFT

Not investment advice

369 Agent is a research and information tool — it is absolutely not investment, financial, legal, or tax advice, and nothing it says is a recommendation to buy, sell, or hold any asset. Crypto is volatile and you can lose your entire balance. Always do your own research and decide for yourself.

369 Wallet AI Agent chat - a live Bitcoin market-research card reading 'Bearish lean, short term' with sources from X, Reddit, Threads and the FT, followed by the user asking how to manage their portfolio given the current market condition
Activity & reputationERC-8004

Watch every move. See the score.

Every bridge, swap, send, and revoke runs across one timeline - filter by type, tap any entry for the on-chain receipt. And because identity is ERC-8004, the agent carries a reputation score: how many actions completed cleanly, visible to you before you trust it with the next one.

92%agent reputation - 12 of 13 actions completed cleanly on Arc.
369 Wallet AI Agent activity log on Arc - a filterable timeline of bridge, swap and revoke actions, topped by an ERC-8004 agent reputation score of 92 percent (12 of 13 actions successful)
Paymentsx402HTTP 402USDC

Complete x402 Standard Support

The payment-required standard for the agentic web. Full request/response handling for HTTP 402 flows, settled on-chain — wallet-native, no middleware in the loop.

Live on

$ chain=arc · stablecoin rails

x402-arc.tsts
import { AgentWallet } from "@369wallet/agent-wallet";

const wallet = await AgentWallet.use(id);

// Arc — Circle's stablecoin L1, USDC-native
const res = await wallet.fetch(
  "https://api.example.com/credit",
  { chain: "arc", asset: "USDC" }
);

// 402 intercepted → signs USDC on Arc
// → request resumes with X-PAYMENT header
const data = await res.json();
369 Wallet - Fund your Agent sheet: pay-as-you-go at 0.01 USDC per turn, gasless top-ups of 1, 5 or 10 USDC, settled over x402 on Arc
Fund your agent

Pay only for the turns you use.

Pay-as-you-go at 0.01 USDC per turn. Top up 1, 5, or 10 USDC behind a passcode - gasless, with every turn settled over x402. No subscription - just the USDC you spend.

IdentityDIDERC-8004

On-chain Identity

Register and manage agent identities on Arc, Giwa, and BNB. 369's identity primitives give every agent a verifiable, portable on-chain DID — name, capabilities, and signing key, all resolvable across chains. Our ERC-8004 implementation is open source.

Live onArcGiwaGiwaBNBBNB
View on GitHub
agent-identity.tsts
import { AgentIdentity } from "@369wallet/agent-wallet";

// Arc — default identity registry
const id = await AgentIdentity.register({
  chain: "arc",
  name: "trading-bot-v1",
  capabilities: ["swap", "stake", "x402"],
  endpoint: "https://bot.example.com/agent",
});

// id.did       → "did:369:arc:0x..."
// id.proof()   → portable ECDSA signature
// id.verify()  → resolves across chains
SkillsMCP

Everything Your Agent Needs

Skills, MCP servers, signing, DeFi and protocol integrations — one install away. The skill registry is open source and community-extendable.

~/my-agentshell
$ npx skills add \
  https://github.com/369wallet/skills

 swap, stake, transfer
 MCP servers (wallet, chain)
 DeFi protocol adapters

5 skills installed.
Signing30+ Chains

Agent Wallet

The signing layer for autonomous agents. Securely store keys, switch active wallets, and sign transactions on 30+ chains — programmatic, scoped, revocable.

Live on

Arc
GiwaGiwa
BNBBNB
SOLSOL
ETHETH
BTCBTC
APTAPT
TRXTRX
+22more
signer.tsts
const wallet = await AgentWallet.use(id);

// scoped, revocable session
await wallet.grant({
  skills: ["swap"],
  maxValue: "50 USDC",
  expires: "1h",
});

await wallet.sign(tx); // locally — keys never leave
SDKTypeScript

On-chain Asset Management

AI agents autonomously lend, swap, stake, on-ramp, off-ramp, and earn yield across Arc, Giwa, and BNB Chain — via MCP servers and skills, plugged into the leading multi-chain DeFi protocols.

~/agentshell
$ npm i @369wallet/agent-wallet

// then…
const bal = await wallet.balances();
const q = await wallet.swap.quote({
  from: "USDC",
  to: "ETH",
  amount: 10,
});
await wallet.swap.execute(q);
On screen

It's not a mockup.

Three frames from the same session you just watched. Real chat, real signatures, real mainnet — all happening inside the wallet, not around it.

369 Wallet AI Agent home screen on Arc with suggested prompts: show my USDC balance, recent transfers, show EURC too, send 1 USDC
Open the agent and just ask - balance, recent transfers, a quick send. Every suggestion is one tap away.
369 Wallet AI Agent chat - check USDC balance, send 0.1 USDC to a saved contact named Alice, then swap USDC to EURC
Send 0.1 USDC to "Alice" by name, then swap USDC to EURC - checked, signed, and confirmed in one conversation.
369 Wallet AI Agent chat - run an Arc approvals check, find one active verified spender, and revoke the USDC allowance to zero
Ask for an approvals check, spot the one active spender, and revoke it to zero - security, right inside the chat.

Build on the AI Wallet Layer

The AI Wallet Layer is in active development. Join our Telegram for SDK updates and to talk to the team.

Real funds on mainnet

The AI Agent runs on Arc and Giwa mainnet — every action moves real USDC, so review each step before you confirm. Open to everyone.

Join our Telegram

This page describes capabilities in beta. APIs, package names, and supported chains may change before general availability.