deposit_cdp
Add ADA collateral to an existing CDP and generate an unsigned transaction (CBOR hex) for secure client-side signing.
Instructions
Deposit additional ADA collateral into a CDP — builds an unsigned transaction (CBOR hex) for client-side signing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | ||
| amount | Yes | Lovelace amount to deposit | |
| address | Yes | User Cardano bech32 address | |
| cdpTxHash | Yes | Transaction hash of the CDP UTxO | |
| cdpOutputIndex | Yes | Output index of the CDP UTxO |