Indigo CDP & Loan Management
Manage Collateralized Debt Positions (CDPs) on the Indigo Protocol.
Prerequisites
- @indigoprotocol/indigo-mcp server running
MCP Tools
-
open_cdp — Open a new CDP
-
deposit_cdp — Deposit collateral into a CDP
-
withdraw_cdp — Withdraw collateral from a CDP
-
close_cdp — Close a CDP and reclaim collateral
-
mint_cdp — Mint iAssets against a CDP
-
burn_cdp — Burn iAssets to reduce CDP debt
-
analyze_cdp_health — Check CDP health and liquidation risk
-
liquidate_cdp — Liquidate an unhealthy CDP
-
redeem_cdp — Redeem iAssets against a CDP
-
freeze_cdp — Freeze a CDP
-
merge_cdps — Merge multiple CDPs into one
-
leverage_cdp — Open a leveraged CDP position via ROB
-
get_all_cdps — List all CDPs
-
get_cdps_by_owner — List CDPs by owner
-
get_cdps_by_address — List CDPs by address
Sub-skills
-
CDP Basics — Open, deposit, withdraw, close
-
Mint & Burn — Mint and burn iAssets
-
CDP Health — Analyze health, liquidation risk
-
Liquidation — Liquidate, redeem, freeze, merge
-
Leverage — Leveraged CDP via ROB
References
-
MCP Tools Reference — Detailed tool parameters and return types
-
CDP Concepts — Collateral ratios, liquidation, iAssets, and more