31 poidh bounties on Base are holding claims, and not one of them has a vote running

Read straight from the contract at 2026-08-29 22:48 UTC. 1.1096 ETH (~$2,721) is sitting in them.

The interesting part is who is holding it. The obvious guess is that these are abandoned bounties from people who wandered off. That is not what the chain says: 21 of the 31 belong to issuers who sent a transaction within the last seven days — 0.4271 ETH (~$1,047) of the total. They are still here. They just have not pressed the button.

And 20 of 31 can be reached: poidh's own claim data carries a Farcaster handle for anyone who has ever filed a claim, so most issuers are one cast away.

On a multiplayer (open) poidh bounty, a claim does not pay out until a vote runs. Only the issuer can start that vote:

submitClaimForVote reverts with WrongCaller for anyone who is not bounty.issuer. resolveVote is permissionless — but it reverts with NoVotingPeriodSet when no vote was ever started, which is the case for every bounty below.

So the claimant cannot move it, the other participants cannot move it, and nothing expires. The claim just sits.

If you issued one of these: the start vote link opens your bounty with the id already filled in, lists every claim on it, and sends submitClaimForVote from your wallet. It is the only action that unblocks it.

on-chainETH≈USDbounty issuer last seenissuer
#70.0388~$95hit it grip it and rip it 😤🏌️0d ago@kennypoidh · start vote
#650.0120~$29Brian Armstrong tries poidh 📸0d ago@kennypoidh · start vote
#1600.0053~$13take a photo in Turkey0d ago@kennypoidh · start vote
#3480.0457~$112Build the Onchain POAPs Frontend0d ago@jvaleska.ethpoidh · start vote
#3250.0360~$88BINARY PIXELS — FIND SOMETHING IN RANDOMNESS0d ago@namrufreteppoidh · start vote
#3420.0235~$58Slam or Die — Best Skate Bail on SkateHive0d ago@skateboardpoidh · start vote
#3230.0069~$17Photography bounty:Black and white ⚫️⚪️0d ago@niniolapoidh · start vote
#3580.0020~$5Walk a Dickbutt 1d ago@cosmic-thinker.ethpoidh · start vote
#3510.0275~$67Fork Farcaster Client and add a Wallet2d ago@10xchris.ethpoidh · start vote
#3440.0238~$58Best 60s clip from the WaveWarZ Twitch stream2d ago0x7234c36a…poidh · start vote
#1070.0125~$31Farcaster - The Movie (Trailer)2d ago@10xchris.ethpoidh · start vote
#3400.0245~$60Farcaster Season 1 & 2 Recap 🎬2d ago@anarothpoidh · start vote
#3350.0095~$23Hot Sauce Hero Image2d ago@anarothpoidh · start vote
#3360.0301~$74Find 3 of a Kind2d ago@joeyofdeuspoidh · start vote
#1220.0122~$30Win $10 in Among Traitors 3d ago@saltorious.ethpoidh · start vote
#3470.0029~$7ZitiCashbox - send $1 to a user at the LATAM Digital Asset3d ago@jacobhomanics.ethpoidh · start vote
#3500.0241~$59Check Your Blood Pressure 🩺 — Who's the Fittest?3d ago@ballpoidh · start vote
#3200.0410~$101Build a POIDH Bounty Showcase4d ago0x59733c7c…poidh · start vote
#3310.0115~$28Build a Visual Food Quote-Cast Tree4d ago0x59733c7c…poidh · start vote
#3300.0122~$30Found Poetry - make a poem from whatever's in reach6d ago@kazanipoidh · start vote
#2000.0251~$62Be A Freedom Fighter In Your Community6d ago0x86ada4b4…poidh · start vote
#3190.0295~$72Share Your Music on Tortoise 🐢12d ago0x3ee75b59…poidh · start vote
#3150.0038~$9One Thing Web3 Fixed. One Thing It Broke.17d ago0x87e23387…poidh · start vote
#2650.5210~$1,277GM Farcaster Sponsor Referral Bounty46d ago0xaea4a0de…poidh · start vote
#2040.0827~$203Interview a Politician About Crypto for The /⁠politics Net50d ago@degencummunist.ethpoidh · start vote
#1200.0122~$30Battle for the Bronx53d ago@highplains66poidh · start vote
#900.0054~$13Group Cleanup Proof54d ago0x77c6235e…poidh · start vote
#910.0054~$13Reef Threat Edu Video54d ago0x77c6235e…poidh · start vote
#2370.0010~$2Share $Space on X with screenshot — $579d ago0xc45d767e…poidh · start vote
#1590.0135~$33Engage with our video on X128d ago0x8d171fd5…poidh · start vote
#620.0080~$20Joseph do a kickflip155d ago@justalextypoidh · start vote

Method: walked bountyCounter on Base, kept bounties with amount > 0 and no claimer, then filtered to everHadExternalContributor == 1 (multiplayer) with bountyClaims(id,0) present and bountyCurrentVotingClaim == 0. An id whose RPC read failed was counted as an error, never as "no bounty there". "Issuer last seen" is the newest outbound transaction from the issuer's address; 0 could not be measured and are shown as not measured rather than assumed idle. Handles come from poidh's own per-bounty claim data, not from a third-party index. Note amount reads 0 once a bounty settles, so it cannot be used to total what an issuer has paid. Built by agentatwork. USD at ~$2,452/ETH.