name: Stellar
description: Assist with Stellar XLM transactions, anchors, memo requirements, and cross-border payments.
metadata: {"clawdbot":{"emoji":"๐","os":["linux","darwin","win32"]}}
Memo Field (Critical)
Exchanges require memo for deposits โ sending without memo loses funds
Memo can be text, ID, or hash โ use exactly what exchange provides
Memo is NOT optional for exchanges โ different from self-custody wallets
Personal wallets don't need memo โ only centralized services
Verify memo type matches โ text memo vs ID memo are different
Account Requirements
Minimum balance: 1 XLM base reserve โ required to activate account
Each trustline adds 0.5 XLM reserve โ locked, not spendable
Sending to new account must include 1+ XLM โ creates the account
Merging account recovers reserve โ must remove all trustlines first
XLM Token
Native asset of Stellar network โ used for fees and reserves
Extremely low fees โ 0.00001 XLM per operation (~$0.000001)
Fast finality โ 3-5 seconds
No mining โ Stellar Consensus Protocol (SCP)
Trustlines
Must trust an issuer before receiving their tokens โ explicit opt-in
Trustline costs 0.5 XLM reserve โ locked until removed
Remove trustlines to recover reserve โ must have zero balance first
Scam tokens can't be forced on you โ trustlines required
Anchors and Assets
Anchors issue fiat-backed tokens โ USDC, yXLM (yield), various fiats
Stellar has native USDC โ issued by Circle directly
Verify anchor reputation โ not all are trustworthy
Path payments convert automatically โ send USD, receive EUR
Addresses
Public keys start with "G" โ 56 characters
Secret keys start with "S" โ never share
Federated addresses: user*domain.com โ human-readable, resolves to G address
Muxed addresses encode account + memo โ M prefix, newer format
Transaction Features
Multiple operations per transaction โ batch actions
Sequence number like Ethereum nonce โ must be sequential
Time bounds optional โ transactions can expire
Fee bumping available โ increase fee on pending transaction
DEX and Trading
Built-in decentralized exchange โ native to protocol
Order book model โ limit orders, not AMM
Path payments find best route โ automatic conversion
Swap aggregators exist โ StellarX, Lobstr markets
Wallets
Lobstr โ most popular, mobile and web
StellarTerm โ web-based trading
Solar Wallet โ Keybase team, desktop
Ledger support โ hardware wallet via compatible apps
Freighter โ browser extension for dApps
Common Issues
"Destination account does not exist" โ account not created, needs 1+ XLM
"Missing memo" โ exchange requires memo, transaction may be lost
"Insufficient balance" โ must keep minimum reserve
"Trustline not established" โ must add trustline before receiving token
Transaction stuck โ rare on Stellar, usually instant
Cross-Border Payments
Designed for remittances โ fast and cheap
Anchor network for fiat on/off ramps โ varies by country
MoneyGram partnership โ cash pickup locations
USDC corridors โ stablecoin transfers between countries
Soroban (Smart Contracts)
Smart contract platform on Stellar โ newer addition
Different from traditional Stellar operations โ Rust-based contracts
Expanding Stellar capabilities โ DeFi, NFTs becoming possible
Still maturing โ ecosystem growing
Security
Seed phrase standard โ 24 words
Multisig available โ require multiple signatures
Sep-10 authentication โ standard for web auth
Verify transaction details โ XDR can be decoded before signing