# Paymasters Integration

This guide is designed to help you hit the ground running with leveraging the power of ZKsync's native AA.

* The [ERC20 Paymaster guide](/integration-guide/paymasters-integration/erc20-paymaster.md) shows how to use the endpoint to transform normal transactions in gasless ones, where the user is paying with the desired ERC20 token
* The [Sponsored Paymaster guide](/integration-guide/paymasters-integration/sponsored-paymaster.md) provides additional information on how to a Dapp can sponsor part or the whole transaction with custom business logic
* The [API Key Management](/integration-guide/paymasters-integration/api-key-management.md) section helps you understand how the Zyfi API infrastructure works and how to manage it easily.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zyfi.org/integration-guide/paymasters-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
