On testnets you can try sponsorship without a dashboard API key. Use the staging MEE environment and Biconomy’s shared testnet gas tank. No dashboard configuration, no API key with sponsorship enabled, and no billing setup required.Documentation Index
Fetch the complete documentation index at: https://docs.biconomy.io/llms.txt
Use this file to discover all available pages before exploring further.
For general testnet setup (staging node URL, supported chains, limitations), see Working with Testnets.
Testnet setup (no API key)
Use the SDK helpersgetDefaultMEENetworkUrl and getDefaultMEENetworkApiKey with true to point to the staging environment where all supported testnets are available:
Execute sponsored supertransaction on testnet
When executing, passsponsorship: true and use the same staging URL and shared gas tank via sponsorshipOptions:
getDefaultMeeGasTank(true) returns the testnet sponsorship gas tank used by the staging environment.
Active testnets (staging)
The following testnet chains support sponsored transactions on staging:| Chain | Chain ID |
|---|---|
| Arc Testnet | 5042002 |
| Avalanche Fuji Testnet | 43113 |
| Base Sepolia | 84532 |
| Chiliz Spicy Testnet | 88882 |
| Fluent Testnet | 20994 |
| Mocaverse Testnet | 222888 |
| OP Sepolia | 11155420 |
| Plasma Testnet | 9746 |
| Sei Testnet | 1328 |
| Sepolia | 11155111 |
| Sonic Testnet | 14601 |
| World Chain Sepolia | 4801 |
Quickstart repos
You can run sponsorship on testnets with zero config using these quickstarts. Clone, install, and run—no API keys or private keys required:- Chiliz Spicy Testnet —
git clone https://github.com/bcnmy/chiliz-spicy-quickstart.gitthenbun iandbun run index.ts