Withdrawals
This guide covers withdrawing tokens from your private balance to any public Ethereum address.Basic Withdrawal
Withdrawal Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tokenAddress | String | Yes | Token contract address |
amount | String | Yes | Amount in wei (smallest unit) |
recipient | String | Yes | Destination Ethereum address |
Withdrawal Steps
Withdrawals involve zero-knowledge proof generation, which can take up to 30 seconds:| Step | Description |
|---|---|
| Preparing | Preparing withdrawal data |
| Signing | Signing transaction data |
| Proving | Generating zero-knowledge proof |
| Unshielding | Executing withdrawal transaction |
| Unwrapping | Unwrapping WETH to ETH (if applicable) |