Hive Embed Bounty · live

$250 upfront, then 20% USDC
on every receipt you mint.

The first 3 builders to ship a public LangGraph or CrewAI agent that mints and checks a Hive receipt earn $250 USDC right away, plus 20% USDC commission on the next $10,000 of receipts minted with their referrer tag. The cap is $2,000 commission per builder.

Checking remaining slots…
Slots
2
Whoever gets confirmed first wins. Hive receipts timestamp your submission order on chain.

How the commission works

When you register, you get a referrer code (like bounty_a1b2c3d4). Pass it as the tag in your pip-package callback. Every paid receipt minted with that tag gets credited to you and counts toward your $10K commission window.

Receipts you mint $0 → $10,000 USDC counted toward your window
You earn $0 → $2,000 USDC paid weekly on Base 8453
Free-tier receipts Don't count only paid-tier mints count (PQ, swarm, x402)
Downstream use Also counts if someone using your repo keeps your tag in place

Eligibility

Quickstart for builders

# 1) install one of the pip packages
pip install git+https://github.com/srotzin/langchain-hive.git
# or
pip install git+https://github.com/srotzin/crewai-hive.git

# 2) register here and get your referrer_code (call it once)
curl -s -X POST https://receipts.thehiveryiq.com/v1/bounty/register \
  -H "Content-Type: application/json" \
  -d '{"handle":"@your_x","repo_url":"https://github.com/you/agent",
       "verify_url":"https://thehiveryiq.com/verify/?id=PLACEHOLDER",
       "framework":"langgraph"}'

# 3) wire the returned referrer_code into your agent:
#    HiveCallbackHandler(tag="bounty_xxxx")  (langchain-hive)
#    HiveStepCallback(tag="bounty_xxxx")     (crewai-hive)

# 4) push the repo public, run it once to mint a verified receipt,
#    reply to the bounty tweet with repo + verify URL.

Claim a slot

Fill this out once you have a public repo and at least one minted receipt that checks out:

Live leaderboard

Loading…

Getting paid

All payouts settle in USDC on Base 8453 from the Hive treasury 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E. The up-front $250 pays out within 24 hours of confirmation. Commission adds up weekly, and you can check your status any time at thehiveryiq.com/bounty/status/ (or the raw API at /v1/bounty/status/<your_code>). Lost your code? Use the recover-by-repo tool on the status page.

Private by design. Hive does not store your prompts. Every request is already receipted by a one-way SHA-256 fingerprint, not the words. Proof, not surveillance.