Skip to main content
Generaldvcrn

cardano-balances

Query wallet balances, addresses, and UTxOs on the Cardano blockchain.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--cardano-balances
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/adacapo21--cardano-balances/skills/cardano-balances/SKILL.md -o .claude/skills/cardano-balances.md

Drops the SKILL.md into .claude/skills/cardano-balances.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Cardano Wallet Balances

Query wallet balances, addresses, and UTxOs on the Cardano blockchain.

Prerequisites

  • @indigoprotocol/cardano-mcp server running

MCP Tools

  • get_balances — Retrieve all balances and native assets for the connected wallet
  • get_addresses — Retrieve all Cardano addresses for the connected wallet
  • get_utxos — Retrieve all UTxOs for the connected wallet

When to use

Use this skill when the user asks about:

  • Wallet balances or ADA amount
  • Native tokens or assets in their wallet
  • Wallet addresses
  • UTxO details or UTXO inspection

Data interpretation

  • Balances are returned in lovelace (1 ADA = 1,000,000 lovelace). Always convert to ADA for display.
  • Native assets are identified by policyId + nameHex.
  • The name field provides a human-readable label when available.