indigo-stability
Manage Stability Pool positions on the Indigo Protocol.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adacapo21/indigo-stabilityWhat This Skill Does
The indigo-stability skill provides a comprehensive interface for interacting with the Indigo Protocol, a decentralized synthetic asset platform on the Cardano blockchain. It empowers the OpenClaw AI agent to manage Stability Pool positions directly through the Indigo MCP server. Stability Pools are a core component of the protocol, where users deposit iUSD to facilitate the liquidation of under-collateralized positions, thereby earning rewards and maintaining system stability. With this skill, the agent can programmatically query the status of various pools, monitor individual account states, create new stability positions, adjust existing deposits, and handle the lifecycle of pending requests such as processing or annulling them. By automating these tasks, the skill removes the manual complexity associated with managing DeFi positions, ensuring users can react quickly to protocol changes or market fluctuations.
Installation
To integrate this skill into your environment, ensure you have the @indigoprotocol/indigo-mcp server configured and running. Install the skill by executing the following command in your terminal within the OpenClaw environment:
clawhub install openclaw/skills/skills/adacapo21/indigo-stability
Ensure that your environment variables and wallet configurations are correctly set to allow the MCP server to sign transactions and interface with the protocol successfully.
Use Cases
- Automated Yield Management: Monitor your stability pool positions and increase deposits when rewards reach specific thresholds.
- Risk Mitigation: Quickly exit stability pools or close accounts when you want to rebalance your portfolio or minimize exposure to liquidations.
- Portfolio Monitoring: Fetch detailed snapshots of all your active Stability Pool accounts across multiple pools to keep track of your performance.
- Operational Efficiency: Process pending exit requests or clear stalled transactions without manual blockchain interactions.
Example Prompts
- "Check all the stability pools currently available and tell me which ones have the highest reward APR."
- "Look up my current stability pool account for the iBTC pool and tell me how much iUSD I have deposited."
- "Adjust my position in the iETH stability pool by adding 500 iUSD and process any pending requests associated with that account."
Tips & Limitations
- Prerequisites: Always confirm the Indigo MCP server is active before triggering skills; failures are often due to the MCP server failing to heart-beat.
- Transaction Fees: Remember that every adjustment, creation, or closure of an account results in a blockchain transaction which incurs network fees; ensure your wallet is sufficiently funded with ADA.
- Request Lifecycle: Note that some actions in the Indigo protocol involve a delay or a pending request state; always verify if a request needs to be processed before expecting the balance to reflect changes.
- Security: Always verify the transaction details presented by the agent before final confirmation to prevent accidental asset loss.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adacapo21-indigo-stability": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
indigo-redemption
Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
cardano-transactions
Sign and submit Cardano transactions with explicit user confirmation.
cardano-balances
Query wallet balances, addresses, and UTxOs on the Cardano blockchain.
indigo-governance
Query Indigo Protocol governance data including protocol parameters, polls, .
indigo-ipfs
Store and retrieve data on IPFS and query collector UTXOs for the Indigo Protocol.