Indigo Redemption

Manage redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.

Audits

Pass

Install

openclaw skills install indigo-redemption

Indigo Redemption & ROB

Skill for managing redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.

Prerequisites

  • Node.js 20+
  • @indigoprotocol/indigo-mcp server running

MCP Server

npx @indigoprotocol/indigo-mcp

Tools

ToolDescription
get_order_bookGet open ROB positions from the order book, optionally filtered by asset or owners
get_redemption_ordersGet redemption orders, optionally filtered by timestamp or price range
get_redemption_queueGet aggregated redemption queue for a specific iAsset, sorted by max price ascending
open_robOpen a new ROB position with ADA and a max price limit
cancel_robCancel an existing ROB position
adjust_robAdjust ADA amount in an ROB position; optionally update max price
claim_robClaim received iAssets from an ROB position
redeem_robRedeem iAssets against one or more ROB positions

Sub-skills

References