- USDC holders don’t need to source native tokens to transact in USDC.
- End-users pay for network fees in a familiar unit, making network pricing easier to understand.
Paymaster v0.7 denotes the Paymaster that supports
Entrypoint v0.7 and Paymaster v0.8 denotes the Paymaster that supports
Entrypoint v0.8.
Key features
The Circle Paymaster provides many enhancements for new crypto users who may not be familiar with gas fees or native tokens. Paymasters allow you to build and integrate wallets that don’t require native tokens for gas, allowing you to provide users with an experience similar to traditional finance.Reliable execution
Circle ensures that there is always a sufficient amount of native gas token for each supported chain, managing swaps and balances behind-the-scenes to ensure a reliable, consistent experience with the Paymaster smart contracts.Permissionless usage
The Paymaster is an onchain smart contract that any developer can integrate. You don’t need to sign up for a Circle Developer account or generate any API keys. The Paymaster has no dependency on offchain APIs, and you can extend it for your specific use case.Onboarding without native tokens
Using the USDC smart contract, you can set up an ERC-20 approval with the Paymaster without using any native tokens. You can then pay for a smart contract account deployment using USDC set to the pre-deployed account address with a signed permit. This means that you can transact without ever needing to hold the blockchain native token.Supported chains
| EntryPoint | Chains |
|---|---|
| ERC-4337 v0.7 | Arbitrum and Base |
| ERC-4337 v0.8 | Arbitrum, Avalanche, Base, Ethereum, Optimism, Polygon and Unichain |
Related products
Circle Paymaster allows users to pay gas fees in USDC. If you want to sponsor network fees for your users, see Gas Station.Comparison with Gas Station
| Category | Circle Paymaster | Gas Station |
|---|---|---|
| Description | A permissionless smart contract that allows users to pay gas fees in USDC instead of native tokens. | A feature of Wallets that allows developers to sponsor gas fees for their users. |
| Circle account | Not required | Required |
| Compatible wallets | Any ERC-4337-compliant wallet | Circle Wallets |
| Gas fees paid in | USDC | Fiat currency via credit card |
| Pricing model | 10% of the gas fee | 5% of the gas fee |
| Paid by | End user | Developer |