Withdraw Asset From An EVM Vault
evm-withdraw-from-vaultWithdraw USD-equivalent assets from an EVM vault on chains like Ethereum, Polygon, Base, and Optimism. Specify vault ID, USD amount, and receiving wallet address to execute.
Instructions
Withdraw certain USD-equivalent asset from a vault on Ethereum/EVM chains, including: mainnet, polygon, base, optimism, arbitrum, hyperliquid, plasma
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultId | Yes | Ethereum/EVM Vault ID to withdraw from, in the format of {chainId}:{vaultAddress}, example: 8453:0xx...yy...zz | |
| amountUsd | Yes | Withdrawal amount (*USD*) | |
| requestId | No | SYSTEM PARAMETER | f1a5a8db-f8d0-4fb2-b1e1-8957e4d1b92a |
| amountNative | No | Withdrawal amount in the lowest denomination of the share token | |
| evmWalletAddress | Yes | User's EVM wallet address to receive withdrawn funds |