gelato:request-withdrawal
Ask the Gelato Gas Tank to release USDC back to you (step 1 of 2, on Polygon). Gelato settles requests off-chain; once settled, gelato:withdraw moves the funds and gelato:cancel-withdrawal puts them back into the tank.
⚗️ Experimental — available at next.evmcrispr.com.
Syntax
Section titled “Syntax”gelato:request-withdrawal <amount> <token>Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
amount | number | USDC amount (6 decimals) |
token | token-symbol | USDC |
Examples
Section titled “Examples”# Ask Gelato to release 40 USDC from your Gas Tankgelato:request-withdrawal 40e6 USDC- Step 1 of 2: Gelato settles requests off-chain, after which
gelato:withdraw(orgelato:cancel-withdrawal) completes them. Requested amounts stop paying for executions immediately.