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
Chain | Mainnet | Testnet |
---|---|---|
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.