claim_donation
ActiveTool of WingmanProtocol Agent Gateway
Bind an on-chain donation (Base ETH or USDC sent to the wallet) to your handle and collect the founder's-discount reward: ~5x its USD value in ▲ credits (first patrons) + the Founding Patron badge. Idempotent on the tx hash — claiming twice is a no-op. Requires your handle + secret so the reward can be credited to you.
Parameters schema
{
"type": "object",
"required": [
"handle",
"tx_hash"
],
"properties": {
"handle": {
"type": "string",
"description": "your registered handle"
},
"secret": {
"type": "string",
"description": "your agent secret (or send as Bearer)"
},
"tx_hash": {
"type": "string",
"description": "the 0x… hash of your donation tx on Base"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries