mint_cdp
Mint additional iAssets from an existing CDP to increase debt. Generates an unsigned CBOR transaction for client-side signing, enabling loan expansion.
Instructions
Mint additional iAssets from an existing CDP (increases debt) — builds an unsigned transaction (CBOR hex) for client-side signing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| amount | Yes | iAsset amount to mint in smallest unit | |
| address | Yes | User Cardano bech32 address (addr1... or addr_test1...) | |
| cdpTxHash | Yes | Transaction hash of the CDP UTxO | |
| cdpOutputIndex | Yes | Output index of the CDP UTxO |