dripping-faucet
Installation
SKILL.md
Dripping Faucet
Request tokens from a Radius Network faucet. Handles unsigned and signed drip requests, with on-chain balance verification.
When to Use
- User needs SBC tokens on Radius Testnet or Mainnet
- User wants to fund a new or existing wallet from the faucet
- User asks how to get test funds on Radius
Faucet URLs
| Network | URL | Notes |
|---|---|---|
| Testnet | https://testnet.radiustech.xyz/api/v1/faucet |
Signatures not currently required. ~0.5 SBC per drip. 60 requests/min. |
| Mainnet | TBD | Additional restrictions expected (stricter rate limits, signatures likely required, possible allowlisting). |
Signatures can be re-enabled on testnet at any time. Always handle a
signature_requirederror from/dripby falling back to the signed flow. Never assume unsigned will work permanently.
Related skills