veil - Private transactions and shielded transfers on Base via Veil Cash
Deposit ETH into private pools and execute withdraw/transfer operations using ZK proofs for privacy on Base
Tags
Updated: 2026-02-18Typical Inputs
Typical Outputs
What this skill does
- generate Veil keypair
- store keypair locally
- verify configuration status
- check relay health
- query private balance
- query queue balance
- build unsigned transaction
- request Bankr signing
- submit deposit transaction
- execute private withdraw
- execute private transfer
- execute merge operation
Inputs
- RPC URL
- Bankr API key
- ETH amount
- recipient address
- Veil keypair
- Base wallet address
Outputs
- unsigned transaction data
- signed transaction
- Veil key files
- balance information
- transaction receipt
- status reports
Requirements
- Node.js runtime
- curl command-line tool
- jq JSON processor
- Base RPC endpoint
- Bankr API access
- Veil SDK installation
