gate_prepaid_deposit
Deposit stablecoin into pre-paid balance to pay for future gate_fetch calls without per-request transactions. The full amount counts against the daily spending cap and can be withdrawn later.
Instructions
Deposit stablecoin into the Solinkify pre-paid balance so future gate_fetch calls debit it without a per-request transaction. Moves money: the full deposit counts against the daily spending cap at once, and the balance can be withdrawn later.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | Stablecoin to deposit. Must match the token the target endpoints price in, since balances do not convert between tokens. Defaults to USDC. | USDC |
| amount_usd | Yes | Amount to deposit, in whole currency units (1.5 means $1.50, not 1500000 base units). Must be positive and within the remaining daily cap. |