Indigo Stability

Use this skill when the user wants to manage Indigo stability pool positions. Triggers on: "stability pool", "deposit iUSD", "Indigo pool", "liquidation rewards", "stability account", "earn from liquidations". Use indigo-cdp-operator to sign.

flux-point-studios 1d64554 4 files · 3.3 KB Updated

File contents

Indigo Stability Pools

Deposit iAssets into stability pools to earn ADA from liquidations + INDY rewards.

Scripts

View Pools

node scripts/pools.js
node scripts/my-accounts.js --owner <bech32>

Manage Account

node scripts/manage-sp.js --address <bech32> --action create --asset iUSD --amount 1000000000
node scripts/manage-sp.js --address <bech32> --action adjust --asset iUSD --amount 500000000 --tx-hash <hash> --output-index <idx>
node scripts/manage-sp.js --address <bech32> --action close --tx-hash <hash> --output-index <idx>

Key Concepts

  • Deposit iAssets → earn ADA when undercollateralized CDPs are liquidated
  • Two-step mechanism: submit request → process in next transaction
  • Also earn INDY staking incentives

flux-point-studios/cardano-defi-skills/tree/main/skills/indigo-stability commit 1d64554252

Frequently asked questions

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