# Send Stellar to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stellar",
    "name": "Stellar",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/stellar",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/stellar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/stellar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stellar",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "stellar",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T21:33:20.050Z",
      "expiresAt": "2026-05-10T21:33:20.050Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stellar",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stellar",
        "contentDisposition": "attachment; filename=\"stellar-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "stellar"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/stellar"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/stellar",
    "downloadUrl": "https://openagent3.xyz/downloads/stellar",
    "agentUrl": "https://openagent3.xyz/skills/stellar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stellar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stellar/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T21:33:20.050Z
- Expires at: 2026-05-10T21:33:20.050Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/stellar)
- [Send to Agent page](https://openagent3.xyz/skills/stellar/agent)
- [JSON manifest](https://openagent3.xyz/skills/stellar/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/stellar/agent.md)
- [Download page](https://openagent3.xyz/downloads/stellar)