Skip to content

How to use the Verifying Paymaster

Paymasters are entities that user operations can delegate the responsibilities for gas fee payments for. You can interact with paymasters using JSON-RPC requests.

To get access to the paymaster, you need to sign up to the Pimlico dashboard, create a Pimlico API key. Next, load up some balance to your Pimlico account in the payment methods page or add your card. Then, using the API key, you can make the following JSON-RPC requests to the paymaster:

If you would like an end-to-end example of how to use the Verifying Paymaster, please refer to tutorial 1 of the permissionless.js documentation.