Leveraging Particle’s Omnichain Paymaster
Natively used by Particle’s Smart Wallet-as-a-Service and openly available for use, Particle Network offers an Omnichain Paymaster for cross-chain gas sponsorships derived from a single USDT deposit. Specifically, Particle’s Omnichain Paymaster allows a developer to deposit USDT on a given host chain, currently either Ethereum or BNB Chain, to then be automatically converted to the native token of the EVM chain on which the user is requesting a sponsorship. This significantly simplifies the experience of using Paymasters and is available for free through the Particle dashboard. This page will dive into an overview of funding and using Particle’s Omnichain Paymaster.Using Particle’s Omnichain Paymaster
There are two different ways in which you may use Particle’s Paymaster. The first is natively through one of the many AA SDKs Particle Network offers. If you intend to go this route, Particle’s Paymaster is automatically enabled, and thus no additional configuration is needed. If you’re using it on Testnets, it will automatically sponsor transactions for free. Alternatively, if you’d like to use the RPC directly within a separate account abstraction interaction flow, then this is possible via https://paymaster.particle.network, which has both standard Paymaster methods:pm_sponsorUserOperation
pm_paymasterBalance


before_paymaster_sign
and after_paymaster_sign
. An example of both can be seen below:
JSON