Context
The Agentic Wallet CLI Spec describes how to help an AI agent hold funds, trade, and pay for x402/MPP services on Stellar. Today the CLI lacks first-class wallet primitives and protocol discoverability: agents must hand-assemble contract invoke calls, scrape human-formatted output, and have no guided path to popular Soroban protocols.
This epic closes that gap with the smallest possible net-new surface: two new commands (stellar token, stellar checkout), a relayer integration, CLI-wide structured output/errors, and a skills package that composes existing commands.
Goals (priority order)
- New commands — add
stellar token and stellar checkout to the CLI.
- Skills to discover protocols available on the network.
- Relayer integration — make transaction sponsorship seamless
- Knowledge pushed outward — the "wallet" is a skills package over existing commands; only the token client and the x402 client are new binary surface.
Tasks
Phase 1 — token client + first skill path
Phase 2 — checkout + remaining DeFi skills
Phase 3 — CLI API hardening
Phase 4 — relayer
Context
The Agentic Wallet CLI Spec describes how to help an AI agent hold funds, trade, and pay for x402/MPP services on Stellar. Today the CLI lacks first-class wallet primitives and protocol discoverability: agents must hand-assemble
contract invokecalls, scrape human-formatted output, and have no guided path to popular Soroban protocols.This epic closes that gap with the smallest possible net-new surface: two new commands (
stellar token,stellar checkout), a relayer integration, CLI-wide structured output/errors, and a skills package that composes existing commands.Goals (priority order)
stellar tokenandstellar checkoutto the CLI.Tasks
Phase 1 — token client + first skill path
stellar token: typed SEP-41 + SAC clientstellar-wallet-skills)Phase 2 — checkout + remaining DeFi skills
stellar checkout: x402 / MPP clientPhase 3 — CLI API hardening
--describe)Phase 4 — relayer