Indigo CDP & Loan Management for Openclaw

A specialized toolset for managing Indigo Protocol Collateralized Debt Positions, including minting, health analysis, and automated liquidations.

adacapo21
v1.0.0
Mar 11, 2026
0
812
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install indigo-cdp

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install indigo-cdp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Indigo CDP & Loan Management?

The Indigo CDP & Loan Management skill is designed to provide seamless interaction with the Indigo Protocol, allowing developers and users to manage synthetic assets and collateralized debt via an AI-driven interface. By leveraging these Openclaw Skills, users can programmatically interact with the decentralized finance ecosystem to handle complex debt management tasks that would otherwise require manual intervention.

This skill focuses on efficiency and risk management within the Cardano ecosystem. It enables the creation and maintenance of iAssets while providing robust tools for monitoring collateralization ratios, ensuring that positions remain healthy and protected from liquidation. Whether you are a retail user or a developer building complex financial automations, this skill provides the necessary primitives for complete loan lifecycle management.

Indigo CDP & Loan Management Use Cases

  • Automating the creation of new CDPs to mint iAssets against collateral.
  • Monitoring and maintaining CDP health to avoid liquidation during market volatility.
  • Managing leveraged positions via the Real-time Oracle Bridge (ROB).
  • Batch processing for merging multiple debt positions or liquidating unhealthy ones.
  • Querying CDP positions by owner or address for portfolio tracking.

How Indigo CDP & Loan Management Works

  1. Connect to the protocol by ensuring the @indigoprotocol/indigo-mcp server is active and accessible.
  2. Query existing positions using tools like get_cdps_by_owner to assess current debt and collateral levels.
  3. Utilize management tools such as deposit_cdp or withdraw_cdp to adjust collateralization levels based on market conditions.
  4. Execute mint or burn operations to adjust iAsset supply and manage the total debt of a position.
  5. Run analyze_cdp_health periodically to evaluate liquidation risks and trigger preventative measures if necessary.

Indigo CDP & Loan Management Setup

To utilize this skill, you must have the Indigo MCP server running and integrated into your environment. Follow these steps to prepare the environment for Openclaw Skills:

# Install the necessary MCP server
npm install -g @indigoprotocol/indigo-mcp

# Configure your agent to recognize the MCP server tools
# Ensure your wallet/address is properly configured for transaction signing

Indigo CDP & Loan Management Data Schema & Taxonomy

The skill processes and returns structured data related to CDP state and health. Key data points include:

Attribute Description
CDP ID Unique identifier for the debt position within the protocol.
Owner The blockchain address governing the position.
Collateral The quantity and type of assets locked in the CDP.
Debt The current amount of iAssets minted against the collateral.
Health Factor A calculated ratio indicating the distance to liquidation.
Leverage Multiplier used for ROB-based leveraged positions.

Indigo CDP & Loan Management Advanced Features

  • Leverage-as-a-Service: Open highly leveraged positions using specialized ROB tools.
  • Multi-Agent Liquidation: Support for scanning the entire protocol and executing liquidations for profit.
  • CDP Merging: Consolidate fragmented debt positions into a single manageable unit.
  • Deep Health Analytics: Simulations of price drops to determine the exact safety margin of a position.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*