Skip to main content
Generaldvcrn

cardano-staking

Check stake delegation and available ADA rewards for the connected wallet.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--cardano-staking
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-staking/skills/cardano-staking/SKILL.md -o .claude/skills/cardano-staking.md

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

Cardano Staking

Check stake delegation and available ADA rewards for the connected wallet.

Prerequisites

  • @indigoprotocol/cardano-mcp server running

MCP Tools

  • get_stake_delegation — Retrieve the staked pool ID and available ADA rewards

When to use

Use this skill when the user asks about:

  • Staking status or delegation
  • Which stake pool they are delegated to
  • Available staking rewards
  • ADA rewards they can claim

Data interpretation

  • poolId is the bech32 pool identifier (e.g. pool1...).
  • availableAdaRewards is already in ADA (not lovelace).