Open-source skills for the 369wallet Agent — a signing layer, identity registry, and asset-management toolkit for autonomous agents on Circle Arc, Upbit Giwa, and BNB Chain.
369wallet is a multi-chain wallet. The Agent layer turns it into a programmable surface for autonomous software — agents that can hold identity, sign with scoped permissions, manage assets, and pay over HTTP.
This repository is the public catalog of skills that expose those capabilities to any agent runtime (MCP clients, LLM agents, custom orchestrators).
| Chain | Role |
|---|---|
| Arc (Circle) | Native USDC, HTTP 402 settlement |
| Giwa (Upbit) | L2 throughput |
| BNB | Mainstream EVM coverage |
Skills declare their supported chains in the SKILL.md frontmatter.
agent-wallet— Scoped, revocable session-key signing.multichain-signing— Unified signing across Arc · Giwa · BNB.did-identity— Portable on-chain DID with ECDSA proofs.
swap-skill— Quote and execute token swaps.stake-skill— Stake, claim, unstake.transfer-skill— Native and ERC-20 transfers.balance-portfolio— Per-chain balances and aggregated portfolio.
x402-payment— HTTP 402 flows settled in USDC on Arc.
mcp-wallet-server— Wallet operations over MCP.mcp-chain-server— Read-only chain operations over MCP.
defi-adapters— Plug-in DeFi protocol adapters.
369wallet-guide— Orientation for first-time readers and agents.
Every skill folder follows the same shape:
<skill-name>/
├── SKILL.md # Machine-readable spec (frontmatter + body)
├── README.md # Human-readable quick reference
├── examples/ # Runnable demos
└── resources/ # ABIs, chain constants, configs
See AGENTS.md for contribution standards and CONTRIBUTING.md for workflow.
Public beta. APIs and chain coverage may evolve before general availability.
