Hive Embed Bounty · live

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

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.

Checking remaining slots…
Slots
2
First-confirmed wins. Submission order timestamped on chain via Hive receipts.

How the commission works

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.

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 (PQ, swarm, x402)
Downstream use Also counts if a user of your repo keeps your tag

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://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.

Claim a slot

Fill this once you have a public repo and at least one minted, verifiable receipt:

Live leaderboard

Loading…

Settlement

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>.