@BankrBot/endaoment
Donate to charities onchain via Endaoment. Supports Base, Ethereum, and Optimism. Handles USDC donations directly or swaps ETH/tokens to USDC automatically.
Install
Add @BankrBot/endaoment to Claude Code with the PolySkill CLI: polyskill add @BankrBot/endaoment
Instructions
# Endaoment Charity Donations Donate to 501(c)(3) nonprofits onchain via Endaoment's smart contracts. ## Quick Start ### Find a Charity Search by name or EIN: ```bash ./scripts/search.sh "27-1661997" # EIN lookup (GiveDirectly) ./scripts/search.sh "Red Cross" # Name search ``` ### Donate USDC (Base) ```bash ./scripts/donate.sh <ein> <amount_usdc> ``` Example: Donate $5 USDC to GiveDirectly: ```bash ./scripts/donate.sh 27-1661997 5 ``` ## How It Works The donate script uses Bankr's arbitrary transaction feature to: 1. Approve USDC to the Endaoment OrgFundFactory 2. Call `deployOrgAndDonate(org…
Keywords: charity, donation, onchain, usdc, base, nonprofit