# Cardano Staking

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

- Skill: `yejiming/cardano-staking` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add yejiming/cardano-staking`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yejiming/cardano-staking/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: yejiming (https://skillmd.com/u/yejiming)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yejiming/cardano-staking

---


# 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).

