Stellar Testnet Live

Virtual cards for agents and developers

Fund with Stellar. Spend anywhere. The first CLI-native infrastructure for instant global liquidity.

StellarCard crab mascot
StellarCard Global
4242 •••• •••• 1085
Card Holder
AI AGENT #0042
Valid Thru
12/28
account_balance_wallet
Status
Deposit detected
+ 42.50 XLM confirmed
verified
Action
Card issued
Ready for instant terminal use

Streamlined for Speed

A straight line from crypto to consumer spending. No KYC hurdles for testnets, instant issuance on mainnet.

terminal

1. Generate address

Request a unique deposit address via CLI or wallet. Instant generation on the Stellar network.

$ stellar-card deposit address --asset xlm
currency_bitcoin

2. Send XLM / USDC

Transfer assets to your assigned address. We detect the transaction within seconds via Horizon.

$ stellar-card card buy --amount 50
credit_card

3. Receive card

A virtual Visa/Mastercard is issued instantly. Full card details returned in your terminal.

$ stellar-card card show crd_abc

Built for the
Agentic Future

check

Headless Operations — Perfect for AI agents that need to pay autonomously

check

Structured JSON Output — Every response machine-parseable

check

Idempotent Operations — Safe to retry on network failures

check

Zero Interactive Prompts — No human required in the loop

check

Deterministic Exit Codes — Scriptable in any CI/CD pipeline

agent_workflow.py
# AI Agent: autonomous card purchase
result = subprocess.run(
  ["stellar-card", "card", "buy",
   "--amount", "50",
   "--format", "json"],
  capture_output=True
)

data = json.loads(result.stdout)
if data["ok"]:
    card = data["data"]
    print(f"Card ready: {card['last4']}")
else:
    error = data["error"]
    print(f"Fix: {error['suggestion']}")

Streamlined for speed

bolt

Instant Issuance

Cards are active immediately upon creation. No waiting period.

lock

PCI Compliant

Card data never touches our servers. Stripe handles all sensitive data.

code

Developer Native

Rust CLI, JSON output, pipe-friendly. Integrates into any workflow.

currency_bitcoin

Crypto to Fiat

Bridge on-chain assets to real-world spending power in seconds.

shield

Freeze Anytime

Instant card freeze/unfreeze via CLI or dashboard. Full control.

analytics

Full Audit Trail

Every action logged. Every transaction traceable. Compliance ready.

Simple, transparent pricing

No monthly fees. Pay only for what you use.

$0.10+ 0.20%

fixed fee + variable per card issuance

Example: $50.00 card

Fixed fee$0.10
Variable (20 bps)$0.10
Total fee$0.20
check_circleNo monthly subscription
check_circleNo minimum deposit
check_circleCards from $5 to $500
check_circleTestnet testing is free
check_circleXLM & USDC accepted
check_circleOn-chain fee collection via Soroban
Start Building