A donation button that works everywhere. No Stripe. No PayPal. No bank accounts. Just a wallet address and 3KB of JavaScript.
β¦ Each particle is a USDC transfer flowing on Base Network β real-time agent economy visualization
Interactive terminal replay. Click Play to watch the full flow β from adding the widget to receiving a donation.
Just a wallet address. No identity verification, no bank accounts. Works for anyone, anywhere.
Built on Base (Coinbase L2). Transactions cost less than a penny. Donors keep 99.9%.
Every donation on-chain. Your community can verify exactly where funds go.
Any website, any framework, any platform. If it has a script tag, it works.
MetaMask, Rabby, or any Base wallet. One click, done.
Vanilla JavaScript. No React, no Vue, no build tools. Just 3KB.
The numbers speak for themselves.
| Feature | DonateX | Stripe | PayPal |
|---|---|---|---|
| Fees | 0% | 2.9% + $0.30 | 3.49% + $0.49 |
| KYC | No | Yes | Yes |
| Bank Account | No | Yes | Yes |
| Settlement | Instant | 2-7 days | 1-3 days |
| Global | Everyone | Limited | Limited |
| $1 Donation | $0.999 | $0.67 | $0.47 |
Everything you need to integrate DonateX.
Add to any HTML page. Only data-wallet is required.
<!-- Minimal --> <script src="widget.js" data-wallet="0xYOUR_ADDRESS" ></script> <!-- Full options --> <script src="widget.js" data-wallet="0xYOUR_ADDRESS" data-currency="USDC" data-amounts="1,5,10,25" data-position="bottom-right" data-label="Donate" ></script>
Verify donations on-chain. Build dashboards and badges.
# Verify a transaction GET /donatex/api/verify ?tx=0x... &wallet=0x... # Recent donations GET /donatex/api/recent ?wallet=0x... &limit=10 # Donation stats GET /donatex/api/stats ?wallet=0x...
All data attributes. Only wallet is required.
data-wallet Your Base address required data-currency Token to accept "USDC" data-amounts Preset buttons "1,5,10,25" data-position Button location "bottom-right" data-label Button text "Donate"
Clone, copy, or download. Zero build step.
# Clone the repo git clone https://github.com/wilnowilx/aetheriusxapi.git cp aetheriusxapi/donatex/widget.js ./your-project/ # Or download directly curl -O https://raw.githubusercontent.com/.../widget.js
Paste a transaction hash to verify it on-chain.
One line of code. Zero fees. Global access.
Get the Widget β