Check stake delegation and available ADA rewards for the connected wallet.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill cardano-staking --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cardano Staking?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-cardano-staking)More formats (shields.io, HTML) on the badges page.
---
name: cardano-staking
description: "Check stake delegation and available ADA rewards for the connected wallet."
allowed-tools: Read, Glob, Grep
license: MIT
metadata:
author: indigoprotocol
version: '0.1.0'
openclaw:
emoji: "🥩"
requires:
env: [SEED_PHRASE]
install:
- kind: node
package: "@indigoprotocol/cardano-mcp"
---
# 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).
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!