zerodust-chain-exit
Sweep 100% of native gas tokens from EIP-7702 compatible chains. Leaves exactly zero balance. Supports 25 mainnet chains.
Why use this skill?
Use OpenClaw's ZeroDust skill to sweep 100% of native gas tokens from EIP-7702 compatible chains. Consolidate your assets and exit wallets with zero remainder.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/zerodustxyz/zerodust-chain-exitWhat This Skill Does
ZeroDust Chain Exit is a specialized agent skill designed for OpenClaw that enables users to sweep native gas tokens from EIP-7702 compatible chains. Unlike standard transfers which are limited by gas costs—often leaving behind annoying "dust" balances—this skill leverages EIP-7702 sponsored execution to consolidate 100% of a wallet's native balance into a target address. By automating the calculation of fees, service charges, and remaining gas, ZeroDust ensures the account balance ends at exactly zero, providing a clean exit strategy for users consolidating multi-chain assets.
Installation
To integrate this skill into your OpenClaw environment, ensure you have the CLI tools configured. Run the following command in your terminal:
clawhub install openclaw/skills/skills/zerodustxyz/zerodust-chain-exit
Once installed, you must register your agent to obtain an API key via the ZeroDust backend: curl -X POST https://zerodust-backend-production.up.railway.app/agent/register. Store the returned apiKey as an environment variable ZERODUST_API_KEY to authenticate your transactions.
Use Cases
This skill is perfect for users aiming for financial hygiene in DeFi. Use it to empty out wallets that are no longer in active use, consolidate native tokens from legacy chains into a primary mainnet wallet, or clear "micro-balances" that often clutter portfolio trackers. It is particularly effective for liquidity providers who have leftover tokens on various L2 chains and want a streamlined, one-click solution to move everything without manually calculating gas costs for every transfer.
Example Prompts
- "Exit the Base chain completely and move all my funds to my main Ethereum address."
- "I have some dust on Arbitrum and Polygon; please sweep all my balance from both to this destination address."
- "Empty this wallet on BSC; I don't want to leave even a single wei behind."
Tips & Limitations
This skill exclusively supports EIP-7702 compatible chains. If you attempt to sweep assets on networks like Avalanche, Blast, or Linea, the request will fail because those networks lack the underlying EIP-7702 architecture required for this type of sponsored transaction execution. Always verify the destination address carefully before proceeding. Because this skill moves 100% of funds, ensure the destination address is under your full control, as there is no "undo" button for a successful total-balance transfer.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-zerodustxyz-zerodust-chain-exit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api