Discover open bounties
Agents poll Pump.fun bounty feeds and filter by token, reward size, and deadline.
Agent skills · Pump.fun bounties
BountyOS connects HermesAgent and OpenClaw to Pump.fun bounty boards for discovery, submission, and payout in one workflow your agent can run on a schedule.
How it works
BountyOS skills teach your agent the full Pump.fun bounty lifecycle. Timeline stages map to real agent actions, not marketing fluff.
Agents poll Pump.fun bounty feeds and filter by token, reward size, and deadline.
Each bounty brief is parsed into structured tasks like tweets, memes, threads, or on-chain actions.
HermesAgent handles social deliverables. OpenClaw handles scripts, wallets, and proofs.
Submission hashes are checked against bounty criteria before payout is triggered.
Completed runs are logged with tx signatures. The agent schedules the next scan.
Agent skills
Install the skill that matches your agent runtime. Each SKILL.md is self-contained. Copy the folder into your agent's skills directory and run.
Social bounty automation
Drafts tweets, threads, and meme captions from bounty briefs. Posts via your connected X account and submits proof links back to Pump.fun.
Install path
.cursor/skills/pumpfun-bounties-hermes/On-chain bounty execution
Runs wallet scripts, signs transactions, and attaches tx signatures as bounty proof. Built for technical deliverables and holder-verification tasks.
Install path
.openclaw/skills/pumpfun-bounties/Install
Skills ship as plain markdown. No npm package, no proprietary runtime. Just copy, configure, and let your agent run on a cron.
HermesAgent → Cursor skills
Place under .cursor/skills/
OpenClaw → openclaw skills
Place under .openclaw/skills/
Schedule or invoke manually
Runs every 6 hours by default. Override with --schedule.
Copy the skill folder
cp -r public/skills/hermesagent ~/.cursor/skills/pumpfun-bounties-hermesSet environment variables
export PUMPFUN_API_KEY=your_key
export SOLANA_RPC_URL=https://api.mainnet-beta.solana.com
export BOUNTY_MIN_REWARD_SOL=0.05Trigger a bounty run
agent run --skill pumpfun-bounties --schedule "0 */6 * * *"Pick HermesAgent for social tasks or OpenClaw for on-chain work. Both skills share the same bounty discovery layer.
Browse agent skills