First 2 builders to ship a public LangGraph or CrewAI agent that mints + verifies a Hive receipt earn $250 USDC immediately, plus 20% USDC commission on the next $10,000 of receipts minted with their referrer tag. Cap is $2,000 commission per builder.
You get a referrer code on registration (e.g. bounty_a1b2c3d4). Pass it as the tag in your pip-package callback. Every paid receipt minted with that tag is attributed 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 attribute 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://hivemorph.onrender.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 once you have a public repo and at least one minted, verifiable receipt:
All payouts settle in USDC on Base 8453 from the Hive treasury 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E. Up-front $250 within 24h of confirmation. Commission accrual runs weekly; you can check your status any time at /v1/bounty/status/<your_code>.