The agent-first CLI
for Stellar.

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.

Built for agents,
usable by humans.

Every capability is structured, typed, and documented so AI agents can use it without hand-holding. You just run commands.

Agent Skills

Every command is a skill with trigger phrases. AI agents discover, route, and invoke the right tool automatically. No manual integration needed.

Agentic Wallet

Login, balance, transfer. Agents manage wallets end to end. OTP auth, key management, and session persistence built in.

x402 Payments

Agents pay per API request via the HTTP 402 protocol. Micropayments on Stellar: fast, cheap, and built for machine-to-machine commerce.

Real-time Monitoring

Stream transactions, payments, and effects via Horizon SSE. Agents watch the network and react to events as they happen.

Agents know what to do.

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.

Skill Capabilities

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 OTP
npx stelagent wallet verify -e you@example.com -o 123456Verify OTP
npx stelagent wallet addressShow public key
npx stelagent wallet balanceCheck balances
npx stelagent wallet transfer -t GDXXX... -a 10Send XLM
npx stelagent wallet logoutClear session

account Commands

npx stelagent account details <address>Account info
npx stelagent account transactions <address>TX history
npx stelagent account payments <address>Payment history
npx stelagent account effects <address>Account effects

assets Commands

npx stelagent assets search -c USDCSearch assets
npx stelagent assets orderbook -s native -b USDC:GAXYZ...Order book

payments Commands

npx stelagent send GDXXX... 100 -a USDC:GAXYZ...Send asset
npx stelagent pay https://api.example.com/premiumx402 micropayment

network Commands

npx stelagent feeFee stats

monitor Commands

npx stelagent monitor transactions <address>Stream TXs
npx stelagent monitor payments <address>Stream payments
npx stelagent monitor effects <address>Stream effects

One prompt.
Any agent.

Stelagent ships an AGENTS.md that any AI can read and act on immediately. No setup, no configuration. Just point your agent at it.

Or run it yourself.

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