For Testnet, a preconfigured policy is already in place. Therefore, you
are not required to create a Gas Station policy for this quickstart guide.
-
The following EVM chains support smart contract accounts (SCAs) for
gasless transactions:
- Arbitrum: Mainnet, Sepolia testnet
- Avalanche: Mainnet, Fuji testnet
- Base: Mainnet, Sepolia testnet
- Ethereum: Mainnet, Sepolia testnet
- Optimism: Mainnet, Sepolia testnet
- Polygon: Mainnet, Amoy testnet
- Unichain: Mainnet, Sepolia testnet
- Aptos supports externally owned accounts (EOAs)
- Solana supports externally owned accounts (EOAs)
1. Create a Wallet
To create a wallet, follow our comprehensive quickstart guide on creating your first developer-controlled wallet. Remember, you must create an SCA wallet for EVM chains to perform gasless transactions while you must create an EOA wallet on Solana. Once the wallet is successfully created, note down the wallet’s address from step 3. Alternatively, if you prefer to use user-controlled wallets, follow the Create Your First Wallet guide.2. Fund the Wallet
Next, you will fund your wallet with a token to provide an asset for conducting transactions. In this guide, we will transfer USDC into the wallet using the USDC faucet. While on the , provide your wallet’s address to complete the process. Alternatively, if you prefer to deposit a native token, you can visit the ETH or MATIC faucets.3. Send a Transfer
Follow the instructions in the quick start guide Transfer Tokens from Wallet to Wallet. This guide will walk you through sending a transaction without requiring gas. Once completed, you can head to the developer dashboard policies page and view the sponsored transaction within the respective policy. For those using user-controlled wallets, follow the Send an Outbound Transfer instead.Congratulations on successfully sending a gasless transaction! With Circle taking care of the complexities, you can fully concentrate on providing a delightful user experience without the hassle of intricate setup. To expand your knowledge and explore further, please visit the following resources:
- Gas Station Overview: Get familiar with Gas Station, its functions, and how it can be used in your app.
- Policy Management: Understand how to manage Gas Station policies effectively and view gas-sponsored transactions.
- Billing for Sponsored Gas Fees: Understand how you will be billed for sponsored gas fees.
- Paymaster & Fee-Payer: Dive deeper into the concept of Paymaster and its role in gasless transactions.