cardano-cli-staking

Generate Cardano staking command templates for delegation and rewards withdrawal.

8|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Flux-Point-Studios/cardano-agent-skills --skill cardano-cli-staking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cardano-cli-staking
Source: https://github.com/Flux-Point-Studios/cardano-agent-skills/tree/main/skills/cardano-cli-staking
Command: npx skills add https://github.com/Flux-Point-Studios/cardano-agent-skills --skill cardano-cli-staking

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides guidance and templates for registering stake keys, delegating to stake pools, and withdrawing rewards on the Cardano network, simplifying complex staking operations.

Core Features & Use Cases

  • Staking Guidance: Learn the steps and understand the concepts behind stake key registration, delegation, and reward withdrawals.
  • Template Generation: Get ready-to-use command templates for various staking operations.
  • Docker Fallback: Seamlessly use cardano-cli within a Docker container if not installed locally.
  • Use Case: A user wants to delegate their ADA to a specific stake pool. This skill provides the exact commands and explanations needed to create the necessary certificates, build, sign, and submit the delegation transaction.

Quick Start

Provide command templates for registering a stake key on the testnet.

Frequently Asked Questions about cardano-cli-staking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate my ADA to a stake pool using cardano-cli?

To delegate ADA to a stake pool using cardano-cli, you need to generate a delegation certificate, then build, sign, and submit the transaction using the provided command templates.

What are the steps to register a stake key on the Cardano network?

Registering a stake key on the Cardano network involves creating a stake address verification key, generating a registration certificate, and submitting the transaction on-chain using cardano-cli commands.

Can I run cardano-cli staking commands without installing the node locally?

Yes, you can execute cardano-cli staking commands without a local installation by utilizing the built-in Docker fallback to run the commands seamlessly within a containerized environment.

How do I withdraw staking rewards from a Cardano stake address?

Withdrawing staking rewards from a Cardano stake address requires building a transaction that consumes the reward balance, signing it with the stake key, and submitting it to the network.

Does this Cardano staking guidance support Conway era commands?

Yes, the staking operations and command templates provided for stake key registration, delegation, and rewards withdrawal operate on the Cardano network using Conway commands.