Indigo Staking

Use this skill when the user wants to stake INDY tokens on Indigo Protocol. Triggers on: "stake INDY", "Indigo staking", "INDY rewards", "staking position", "governance voting power", "staking APR". Use indigo-cdp-operator to sign.

flux-point-studios f233e35 4 files · 2.9 KB Updated

File contents

INDY Token Staking

Stake INDY tokens to earn rewards and gain governance voting power.

Scripts

View Staking

node scripts/staking-info.js
node scripts/my-staking.js --owner <bech32>

Manage Position

node scripts/manage-staking.js --address <bech32> --action open --amount 1000000000
node scripts/manage-staking.js --address <bech32> --action adjust --tx-hash <hash> --output-index <idx> --amount 2000000000
node scripts/manage-staking.js --address <bech32> --action close --tx-hash <hash> --output-index <idx>

Key Concepts

  • INDY: 6 decimals (1000000 = 1 INDY)
  • Rewards proportional to stake share of total pool
  • Grants governance voting power

flux-point-studios/cardano-defi-skills/tree/main/skills/indigo-staking commit f233e35be6

Frequently asked questions

npx skillmds@latest add flux-point-studios/indigo-staking