Verifying Paymaster Reference

This is a reference guide page, describing only the technical specification for the Verifying Paymaster. Please see the Verifying Paymaster overview page for the full collection of documentation, including tutorials, how-to guides, and conceptual guides for the Verifying Paymaster.

Our verifying paymasters allows you to sponsor User Operations on-chain with our paymaster contracts.

In exchange for sponsoring the on-chain gas fees, we deduct from your balance off-chain.

The following chains are supported

ChainMainnetTestnet
Ethereumβœ… (ethereum)βœ… (sepolia)
βœ… (goerli)
Arbitrumβœ… (arbitrum)βœ… (arbitrum-goerli)
Polygonβœ… (polygon)βœ… (mumbai)
Optimismβœ… (optimism)βœ… (optimism-goerli)
Gnosisβœ… (gnosis)βœ… (chiado-testnet)
Lineaβœ… (linea)βœ… (linea-testnet)
Baseβœ… (base)βœ… (base-goerli)
Avalanche C-Chainβœ… (avalanche)βœ… (avalanche-fuji)
Scrollβœ… (scroll)βœ… (scroll-alpha-testnet)
βœ… (scroll-sepolia-testnet)
Celoβœ… (celo)βœ… (celo-alfajores-testnet)
BSCβœ… (binance)
DFK Chainβœ… (dfk-chain)βœ… (dfk-chain-test)
Klaytnβœ… (klaytn-cypress)
Xai Orbitβœ… (xai-goerli-orbit)
Nautilusβœ… (nautilus)
opBNBβœ… (opbnb)

All calls are in JSON-RPC format and have to be made to the following URL: https://api.pimlico.io/v1/{chain}/rpc?apikey=[YOUR_API_KEY_HERE]

Where {chain} is the chain variable (such as goerli or polygon) as found in the table above.