Indigo Redemption & ROB
Skill for managing redemptions and Redemption Order Book (ROB) positions on Indigo Protocol.
Prerequisites
- - Node.js 20+
- INLINECODE0 server running
MCP Server
CODEBLOCK0
Tools
| Tool | Description |
|---|
| INLINECODE1 | Get open ROB positions from the order book, optionally filtered by asset or owners |
| INLINECODE2 |
Get redemption orders, optionally filtered by timestamp or price range |
|
get_redemption_queue | Get aggregated redemption queue for a specific iAsset, sorted by max price ascending |
|
open_rob | Open a new ROB position with ADA and a max price limit |
|
cancel_rob | Cancel an existing ROB position |
|
adjust_rob | Adjust ADA amount in an ROB position; optionally update max price |
|
claim_rob | Claim received iAssets from an ROB position |
|
redeem_rob | Redeem iAssets against one or more ROB positions |
Sub-skills
References
技能名称: indigo-redemption
详细描述:
Indigo Redemption & ROB
用于管理Indigo协议上的赎回和赎回订单簿(ROB)持仓的技能。
前提条件
- - Node.js 20+
- 运行中的 @indigoprotocol/indigo-mcp 服务器
MCP服务器
bash
npx @indigoprotocol/indigo-mcp
工具
| 工具 | 描述 |
|---|
| getorderbook | 从订单簿获取公开的ROB持仓,可选择按资产或所有者筛选 |
| getredemptionorders |
获取赎回订单,可选择按时间戳或价格范围筛选 |
| get
redemptionqueue | 获取特定iAsset的聚合赎回队列,按最高价格升序排列 |
| open_rob | 使用ADA和最高价格限制开设新的ROB持仓 |
| cancel_rob | 取消现有的ROB持仓 |
| adjust_rob | 调整ROB持仓中的ADA数量;可选择更新最高价格 |
| claim_rob | 从ROB持仓中领取收到的iAsset |
| redeem_rob | 针对一个或多个ROB持仓赎回iAsset |
子技能
- - 订单簿 — 查询ROB订单簿和赎回订单
- 赎回队列 — 每个iAsset的聚合赎回队列
- ROB管理 — 开设、取消、调整、领取和赎回ROB持仓
参考资料