indigo-cdp
Manage Collateralized Debt Positions (CDPs) on the Indigo Protocol.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adacapo21/indigo-cdpWhat This Skill Does
The indigo-cdp skill provides a comprehensive interface for interacting with the Indigo Protocol on the Cardano blockchain. It empowers OpenClaw agents to manage Collateralized Debt Positions (CDPs) programmatically, allowing for the collateralization of assets to mint iAssets. This skill abstracts complex protocol interactions into actionable tools, enabling users to monitor health, adjust leverage, manage debt, and perform sophisticated operations like merging positions or executing liquidations. Whether you are managing long-term decentralized debt or optimizing a leveraged position, this skill serves as the primary gateway for Indigo Protocol automation.
Installation
To integrate this skill into your environment, ensure you have the @indigoprotocol/indigo-mcp server configured and running. Open your terminal and execute the following command:
clawhub install openclaw/skills/skills/adacapo21/indigo-cdp
Once installed, ensure your OpenClaw agent is configured with the necessary blockchain connectivity to interact with the Indigo smart contracts on the Cardano mainnet.
Use Cases
- Automated Portfolio Management: Set up triggers to automatically deposit collateral if your health ratio dips near liquidation thresholds.
- Yield Farming Optimization: Leverage assets to mint iAssets and participate in liquidity pools while maintaining safe collateralization levels.
- Strategic De-leveraging: Systematically burn iAssets to reduce debt during market volatility, or merge multiple smaller CDPs to consolidate management overhead.
- Liquidation Monitoring: Regularly analyze CDP health across your portfolio to receive early warnings or automate emergency actions before liquidation occurs.
Example Prompts
- "OpenClaw, please analyze the health of my current CDPs and tell me how close I am to a liquidation event based on current ADA prices."
- "I want to increase my position. Mint 500 iUSD against my existing CDP, but only if my collateralization ratio stays above 200%."
- "Merge all my active CDPs into one central position to simplify my debt management and collateral tracking."
Tips & Limitations
Always exercise caution when automating financial transactions. Ensure your collateral ratios provide a sufficient buffer against extreme market volatility. The liquidate_cdp tool is highly specific and should be used with verified data. Always verify that your MCP server connection is secure and updated to the latest version. This skill does not guarantee profit and carries inherent risks associated with decentralized finance and protocol-specific liquidation logic.
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-cdp": {
"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.