
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
elizaos-plugin-zerodust
Advanced tools
ZeroDust plugin for ElizaOS - sweep native gas tokens to exactly zero balance
ElizaOS plugin for sweeping native gas tokens to exactly zero balance using EIP-7702.
npm install @elizaos/plugin-zerodust
Set your ZeroDust API key:
export ZERODUST_API_KEY=zd_your_key_here
Or in your agent's character file:
{
"settings": {
"secrets": {
"ZERODUST_API_KEY": "zd_your_key_here"
}
}
}
curl -X POST https://zerodust-backend-production.up.railway.app/agent/register \
-H "Content-Type: application/json" \
-d '{"name": "My ElizaOS Agent", "agentId": "eliza-001"}'
Save the apiKey from the response - it's only shown once.
Add the plugin to your agent:
import { zerodustPlugin } from '@elizaos/plugin-zerodust';
const agent = {
plugins: [zerodustPlugin],
// ... other config
};
Check sweepable balances across all supported chains.
Triggers:
Example:
User: check my dust balances for 0x1234...
Agent: **Sweepable Balances**
| Chain | Balance | USD |
|-------|---------|-----|
| Arbitrum | 0.004 ETH | $9.54 |
| Polygon | 18.95 POL | $2.03 |
...
Sweep 100% of native balance from a single chain.
Triggers:
Example:
User: exit Arbitrum to Base
Agent: **Sweep Quote**
From: Arbitrum (42161)
To: Base (8453)
Balance: 0.004 ETH
You'll Receive: ~0.00388 ETH
Fee: 1% (min $0.05, max $0.50)
...
Batch sweep from multiple chains to a single destination.
Triggers:
Example:
User: consolidate everything to Base
Agent: **Batch Sweep Preview**
Destination: Base (8453)
Chains to sweep:
| Chain | Balance | USD |
|-------|---------|-----|
| Arbitrum | 0.004 ETH | $9.54 |
| Polygon | 18.95 POL | $2.03 |
| Optimism | 0.0008 ETH | $1.72 |
Total Value: ~$13.29
...
| Chain | ID | Native Token |
|---|---|---|
| Ethereum | 1 | ETH |
| Optimism | 10 | ETH |
| BSC | 56 | BNB |
| Gnosis | 100 | XDAI |
| Unichain | 130 | ETH |
| Polygon | 137 | POL |
| Sonic | 146 | S |
| X Layer | 196 | OKB |
| Fraxtal | 252 | FRAX |
| World Chain | 480 | ETH |
| Sei | 1329 | SEI |
| Story | 1514 | IP |
| Soneium | 1868 | ETH |
| Mantle | 5000 | MNT |
| Superseed | 5330 | ETH |
| Base | 8453 | ETH |
| Plasma | 9745 | XPL |
| Mode | 34443 | ETH |
| Arbitrum | 42161 | ETH |
| Celo | 42220 | CELO |
| Ink | 57073 | ETH |
| BOB | 60808 | ETH |
| Berachain | 80094 | BERA |
| Scroll | 534352 | ETH |
| Zora | 7777777 | ETH |
Not Supported: Avalanche, Blast, Linea, Apechain (no EIP-7702)
Full API docs: https://zerodust-backend-production.up.railway.app/docs
MIT
FAQs
ZeroDust plugin for ElizaOS - sweep native gas tokens to exactly zero balance
We found that elizaos-plugin-zerodust demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.