Wallet, payments, markets, monitoring. All structured as agent skills. Point any AI at Stelagent and it knows what to do.
Copy this prompt. Paste it into any AI agent.
Every capability is structured, typed, and documented so AI agents can use it without hand-holding. You just run commands.
Every command is a skill with trigger phrases. AI agents discover, route, and invoke the right tool automatically. No manual integration needed.
Login, balance, transfer. Agents manage wallets end to end. OTP auth, key management, and session persistence built in.
Agents pay per API request via the HTTP 402 protocol. Micropayments on Stellar: fast, cheap, and built for machine-to-machine commerce.
Stream transactions, payments, and effects via Horizon SSE. Agents watch the network and react to events as they happen.
A single skill — stelagent-cli — covers the full Stellar surface. AI agents match intent to action automatically, and expose the same commands as an MCP server for tool-use.
Authentication
Wallet login via email OTP · Session management and recovery
Querying
Account details and history · Asset search and order books · Network fee stats
Transacting
XLM and custom asset transfers · x402 micropayments for API access
Monitoring
Real-time streaming via Horizon SSE · Transactions, payments, and effects
wallet Commands
npx stelagent wallet login -e you@example.comRequest OTPnpx stelagent wallet verify -e you@example.com -o 123456Verify OTPnpx stelagent wallet addressShow public keynpx stelagent wallet balanceCheck balancesnpx stelagent wallet transfer -t GDXXX... -a 10Send XLMnpx stelagent wallet logoutClear sessionaccount Commands
npx stelagent account details <address>Account infonpx stelagent account transactions <address>TX historynpx stelagent account payments <address>Payment historynpx stelagent account effects <address>Account effectsassets Commands
npx stelagent assets search -c USDCSearch assetsnpx stelagent assets orderbook -s native -b USDC:GAXYZ...Order bookpayments Commands
npx stelagent send GDXXX... 100 -a USDC:GAXYZ...Send assetnpx stelagent pay https://api.example.com/premiumx402 micropaymentnetwork Commands
npx stelagent feeFee statsmonitor Commands
npx stelagent monitor transactions <address>Stream TXsnpx stelagent monitor payments <address>Stream paymentsnpx stelagent monitor effects <address>Stream effectsStelagent ships an AGENTS.md that any AI can read and act on immediately. No setup, no configuration. Just point your agent at it.
No install required. Always the latest version. Structured JSON output that humans and machines can both read.
$ npx stelagent wallet login -e you@example.com$ npx stelagent pay https://api.example.com/premium