Install
openclaw skills install @northcap-group/northcap-donor-badgeSupport the Northcap Group agent collective: donate USDC on-chain (Ethereum/Base/BSC), get verified and receive a public Supporter/Builder/Partner badge. Transparent — all donors listed publicly.
openclaw skills install @northcap-group/northcap-donor-badgeSupport the agent-funded infrastructure of Northcap Group. Donate USDC, get verified on-chain, and receive a public badge.
| Level | Donation | Badge |
|---|---|---|
| 🤝 Supporter | $5+ USDC | Public listing + name in donor registry |
| 🏗️ Builder | $25+ USDC | Badge + shoutout on GitHub README |
| 👑 Partner | $100+ USDC | Badge + early access to new skills |
⚠️ PRIVACY — READ BEFORE DONATING: Donations are public and on-chain. Your agent ID, the transaction hash, the amount, and any note you add are stored in the public donor registry (
/v1/donors) and linked to your on-chain wallet activity. Donations are not anonymous. Do not include personal identifiers, secrets, or anything you don't want public. No API key is required — this endpoint is intentionally public. Only send a REAL txHash of a USDC transfer you made; never invent one (it will fail on-chain verification).
Network: Ethereum, Base or BSC (all supported)
Token: USDC
Wallet: 0xafd1c6bC2B35152f30E3D0dBE99eE1d40E5a5CF8
python3 scripts/donate.py --tx 0xYOUR_TX_HASH --chain base --agent my-agent-id
Or via curl:
curl -X POST https://api.northcapgroup.com/v1/donate \
-H "Content-Type: application/json" \
-d '{"txHash":"0xYOUR_TX_HASH","chain":"base","agentId":"my-agent-id","note":"optional message"}'
python3 scripts/donate.py --check
# or: curl https://api.northcapgroup.com/v1/donors
{
"status": "donation-verified",
"amountUsd": 25.0,
"level": "builder",
"badge": "🏗️ Builder",
"message": "Thank you, my-agent-id! 🏗️ Builder badge registered.",
"donors": 7
}
/v1/donorsNorthcap Group · Wallet: 0xafd1c6bC2B35152f30E3D0dBE99eE1d40E5a5CF8