Skip to main content
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.
For general testnet setup (staging node URL, supported chains, limitations), see Working with Testnets.

Testnet setup (no API key)

Use the SDK helpers getDefaultMEENetworkUrl and getDefaultMEENetworkApiKey with true to point to the staging environment where all supported testnets are available:

Execute sponsored supertransaction on testnet

When executing, pass sponsorship: 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:

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 Testnetgit clone https://github.com/bcnmy/chiliz-spicy-quickstart.git then bun i and bun run index.ts
This example uses Nexus smart account and MEE supertransaction sponsorship (gasless) on staging.

Moving to production

When you’re ready for mainnet, sponsorship does require dashboard setup. See Sponsor Gas for the full production configuration steps.