Skip to Content
WaaP for AgentsStarter Agents

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

AgentWhat it doesSpends
DCA AccumulatorSwaps a fixed USDC amount on Base at your cadence, with a per-buy cap, a slippage guard and a running cost basisUSDC, up to the per-cycle amount
Gem HunterFinds low-cap tokens with momentum, screens each for honeypots and rugs, buys the survivors on your approvalWithin your caps
Airdrop FarmerWorks the eligibility tasks for opportunities you approved, using its own wallet and its own allowlistWithin your caps
Claim WatchDetects the moment a farmed airdrop becomes claimable, then claims it or hands offGas to claim

Agents that watch

These are read-only today. They find things and tell you; you act.

AgentWhat it does
Security GuardAudits token approvals, watches for silent proxy upgrades behind approvals you already gave, audits a contract before you interact
Gas & Claims ReminderFinds money already earned and uncollected across wallets and chains, and the cheapest moment to transact
Privacy GuardChecks 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.

CLI CommandsSigning, policy and 2FA from a terminalPrivilegesActing inside a scope without a prompt each timeAgent PatternsShapes that work, and ones that do notRecipesLonger builds, start to finish
Last updated on