ZeroDust
api.zerodust.xyz
· ZeroDust
Sweep 100% of native gas tokens from EIP-7702 compatible chains, leaving exactly zero balance. Supports 25 mainnet chains. Free for sweeps under $1.
api.zerodust.xyz via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
gate: missing url
F
Conformance score: 29/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-23 13:27:28 current | a012f185b12b… |
view → |
Endpoints
| Agent card | https://api.zerodust.xyz/erc8004/agent.json |
| Provider | https://zerodust.xyz |
| Docs | https://api.zerodust.xyz/docs |
Skills · 3 declared · mapped to canonical taxonomy
Get quote and authorization data to sweep all native tokens from a single chain
Check sweepable balances across all supported chains
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.zerodust.xyz) [](https://agenstry.com/agents/api.zerodust.xyz) [](https://agenstry.com/agents/api.zerodust.xyz) [](https://agenstry.com/agents/api.zerodust.xyz)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "ZeroDust",
"description": "Sweep 100% of native gas tokens from EIP-7702 compatible chains, leaving exactly zero balance. Supports 25 mainnet chains. Free for sweeps under $1.",
"url": "https://api.zerodust.xyz",
"version": "1.0.0",
"documentationUrl": "https://api.zerodust.xyz/docs",
"provider": {
"organization": "ZeroDust",
"url": "https://zerodust.xyz"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"apiKey"
],
"credentials": "Obtain API key via POST /agent/register"
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "sweep_chain",
"name": "Sweep Chain",
"description": "Get quote and authorization data to sweep all native tokens from a single chain",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"inputSchema": {
"type": "object",
"properties": {
"userAddress": {
"type": "string",
"description": "Address to sweep from"
},
"sourceChainId": {
"type": "number",
"description": "Chain ID to sweep from"
},
"destinationChainId": {
"type": "number",
"description": "Chain ID to receive funds"
},
"destinationAddress": {
"type": "string",
"description": "Address to receive funds"
}
},
"required": [
"userAddress",
"sourceChainId",
"destinationChainId",
"destinationAddress"
]
}
},
{
"id": "batch_sweep",
"name": "Batch Sweep",
"description": "Sweep multiple chains in a single request",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"inputSchema": {
"type": "object",
"properties": {
"userAddress": {
"type": "string",
"description": "Address to sweep from"
},
"chains": {
"type": "array",
"items": {
"type": "number"
},
"description": "Chain IDs to sweep"
},
"destinationChainId": {
"type": "number",
"description": "Chain ID to receive funds"
},
"destinationAddress": {
"type": "string",
"description": "Address to receive funds"
}
},
"required": [
"userAddress",
"chains",
"destinationChainId",
"destinationAddress"
]
}
},
{
"id": "check_balances",
"name": "Check Balances",
"description": "Check sweepable balances across all supported chains",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"inputSchema": {
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Address to check balances for"
}
},
"required": [
"address"
]
}
}
],
"metadata": {
"erc8004": {
"agentId": 1435,
"registry": "eip155:8453:0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"
},
"supportedChains": 25,
"pricing": {
"freeTier": "Under $1",
"serviceFee": "1%",
"minFee": "$0.05",
"maxFee": "$0.50"
}
},
"contact": {
"email": "hello@zerodust.xyz",
"website": "https://zerodust.xyz",
"github": "https://github.com/andresdefi/zerodust"
},
"status": "active"
}