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.
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.
https://thehiveryiq.com/verify/?id=<receipt_id> URL.langchain-hive or crewai-hive).tag= so paid mints get credited to you.# 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.
Fill this out once you have a public repo and at least one minted receipt that checks out:
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.