Starter Agents
Seven agents you can fork and run. Each one holds a wallet it cannot drain: the agent holds no key, signing passes a policy gate the agent does not control, and the spend cap is enforced beneath the agent rather than by its own code.
All seven are keyless and self-sustaining. They read public RPC and public APIs, run in a container you own, and depend on no service of ours being up.
Agents that transact
| Agent | What it does | Spends |
|---|---|---|
| DCA Accumulator | Swaps a fixed USDC amount on Base at your cadence, with a per-buy cap, a slippage guard and a running cost basis | USDC, up to the per-cycle amount |
| Gem Hunter | Finds low-cap tokens with momentum, screens each for honeypots and rugs, buys the survivors on your approval | Within your caps |
| Airdrop Farmer | Works the eligibility tasks for opportunities you approved, using its own wallet and its own allowlist | Within your caps |
| Claim Watch | Detects the moment a farmed airdrop becomes claimable, then claims it or hands off | Gas to claim |
Agents that watch
These are read-only today. They find things and tell you; you act.
| Agent | What it does |
|---|---|
| Security Guard | Audits token approvals, watches for silent proxy upgrades behind approvals you already gave, audits a contract before you interact |
| Gas & Claims Reminder | Finds money already earned and uncollected across wallets and chains, and the cheapest moment to transact |
| Privacy Guard | Checks whether your own wallets are linkable, and whether any leaks a public identity |
Running one
Each agent is a SKILL.md and its scripts. Two ways to run one:
- Deploy it on Agent Exchange , which gives it a container and a wallet, and keeps you as the controller.
- Self-host it. Fork it, set the mandate and the caps, give it a wallet with
waap-cli, and run it wherever you run things.
Either way the agent holds no key and the caps sit beneath it.
Related
Last updated on