SkillHub

indigo-stability

v1.0.0

Manage Stability Pool positions on the Indigo Protocol.

Sourced from ClawHub, Authored by Angelos Kappos

Installation

Please help me install the skill `indigo-stability` from SkillHub official store. npx skills add adacapo21/indigo-stability

Indigo Stability Pools

Manage Stability Pool positions on the Indigo Protocol.

Prerequisites

  • @indigoprotocol/indigo-mcp server running

MCP Tools

  • get_stability_pools — List all stability pools
  • get_stability_pool_accounts — List accounts in a stability pool
  • get_sp_account_by_owner — Get stability pool account by owner
  • create_sp_account — Create a new stability pool account
  • adjust_sp_account — Adjust deposit in a stability pool account
  • close_sp_account — Close a stability pool account
  • process_sp_request — Process a pending stability pool request
  • annul_sp_request — Cancel a pending stability pool request

Sub-skills

  • Pool Queries — Pool state, accounts, owner lookup
  • Pool Management — Create, adjust, close accounts
  • Request Processing — Process and cancel requests

References

  • MCP Tools Reference — Detailed tool parameters and return types
  • Stability Pool Concepts — Pool mechanics, rewards, and request lifecycle