# Send Monero 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": "monero",
    "name": "Monero",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/ivangdavila/monero",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/monero",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/monero",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=monero",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "monero",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T08:44:30.106Z",
      "expiresAt": "2026-05-06T08:44:30.106Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=monero",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=monero",
        "contentDisposition": "attachment; filename=\"monero-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "monero"
      },
      "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/monero"
    },
    "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/monero",
    "downloadUrl": "https://openagent3.xyz/downloads/monero",
    "agentUrl": "https://openagent3.xyz/skills/monero/agent",
    "manifestUrl": "https://openagent3.xyz/skills/monero/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/monero/agent.md"
  }
}
```
## Documentation

### Privacy by Default

All transactions are private — sender, receiver, and amount hidden by default
Ring signatures hide sender — your transaction mixed with decoys
Stealth addresses hide receiver — one-time addresses for each transaction
RingCT hides amounts — transaction values encrypted
No transparent mode — unlike Zcash, privacy isn't optional

### Address Types

Standard addresses start with "4" — 95 characters long
Subaddresses start with "8" — recommended for receiving, unlinkable to main address
Integrated addresses include payment ID — for exchanges, starts with "4"
Never reuse addresses — generate new subaddress for each transaction

### Transaction Characteristics

Confirmations take ~2 minutes per block — 10 confirmations recommended for security
Transactions are larger than Bitcoin — more data for privacy features
Fees based on transaction size — typically $0.01-0.05
No RBF — can't speed up stuck transactions
Unlock time: 10 blocks — funds locked for ~20 minutes after receiving

### Wallet Types

Monero GUI — official desktop wallet, full or remote node
Monero CLI — power users, scripting
Feather Wallet — lightweight desktop, recommended for most users
Cake Wallet — mobile, iOS and Android
Hardware: Ledger supports XMR — via Monero GUI or Feather

### Node Considerations

Running own node = maximum privacy — no one sees your queries
Remote nodes see your IP and query patterns — use Tor for privacy
Trusted remote nodes: community-maintained lists exist
Node sync takes days — hundreds of GB storage required
Pruned nodes save space — ~50GB vs ~150GB+ for full

### View Keys and Audit

View key allows seeing incoming transactions — but not outgoing or balances
Useful for accounting without spending access
Proving payments requires tx key — generated per transaction
No public explorer can track you — unlike Bitcoin

### Exchange Considerations

Some exchanges delisted XMR — regulatory pressure
KuCoin, Kraken, others still support — verify current status
Withdrawals may require extra confirmations — exchanges are cautious
No memo/tag needed — address only
Atomic swaps available — decentralized BTC-XMR swaps

### Mining

CPU mineable by design — ASIC resistant RandomX algorithm
Solo mining possible — GUI has built-in miner
Pool mining for consistent rewards — many pools available
P2Pool for decentralized mining — no pool operator trust needed

### Common Issues

"Wallet not synced" — wait for blockchain sync to complete
Balance shows 0 — wallet scanning blockchain, be patient
"Unlock time" — received funds locked for 10 blocks
Transaction stuck — wait, Monero doesn't have RBF
"Daemon not connected" — node connection issue, check settings

### Security Best Practices

Use subaddresses — main address should rarely be shared
Run own node or use Tor — remote nodes see your IP
Verify wallet software — download from getmonero.org only
Hardware wallet for large amounts — Ledger integration available
Keep seed phrase offline — standard crypto security

### Payment Verification

Provide tx key + tx ID + recipient address — proves payment
Receiver can verify without revealing their view key
Block explorers can't verify — privacy preserved
Useful for disputes — cryptographic proof of payment

### Regulatory Awareness

Banned or restricted in some jurisdictions — check local laws
Some exchanges refuse XMR — regulatory compliance
Travel rule compliance impossible — by design
Not illegal in most countries — but scrutinized
## 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-04-29T08:44:30.106Z
- Expires at: 2026-05-06T08:44:30.106Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/monero)
- [Send to Agent page](https://openagent3.xyz/skills/monero/agent)
- [JSON manifest](https://openagent3.xyz/skills/monero/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/monero/agent.md)
- [Download page](https://openagent3.xyz/downloads/monero)