بنقرة واحدة
privacy
Execute private transactions on Base via Veil.cash ZK privacy pools
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Execute private transactions on Base via Veil.cash ZK privacy pools
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | privacy |
| description | Execute private transactions on Base via Veil.cash ZK privacy pools |
Use the privacy tool for private transactions on Base via Veil.cash ZK privacy pools.
The ZK proof breaks the on-chain link between deposit and withdrawal addresses.
| Action | Description | Required Params |
|---|---|---|
| deposit | Send to privacy pool | asset, amount |
| withdraw | Exit pool to an address | asset, amount, recipient |
| transfer | Private-to-private transfer | asset, amount, recipient (shielded key) |
| balance | Check shielded balance | (asset optional) |
| info | Pool info and supported assets | (none) |
| Asset | Pool Denomination |
|---|---|
| ETH | Variable |
| USDC | Variable |
privacy action=deposit asset=ETH amount=0.1
Returns a note hash — user must save this for recovery.
privacy action=withdraw asset=ETH amount=0.1 recipient=0xNewAddress...
Supports ENS names for recipient. Uses relayer for privacy (your wallet doesn't submit the withdrawal tx directly).
privacy action=transfer asset=USDC amount=100 recipient=<shielded_public_key>
Both sender and recipient stay within the pool.
privacy action=balance
privacy action=balance asset=ETH
privacy action=info
Shows supported assets, pool status, and whether @veil-cash/sdk is installed.
@veil-cash/sdk must be installed (pnpm add @veil-cash/sdk). The tool gracefully reports if it's missing.