# Zyfi (Paymaster)

Zyfi is a Paymaster-as-a-Service that focuses on flexibility and ease of integration. It was created as a way to accelerate the adoption of paymasters in the zkSync ecosystem.

DApps can either propose to their users to pay with any ERC-20 traded on zkSync (currently more than 80), or decide to sponsor part or all of the transaction gas cost with their own custom logic.

All is powered by a Paymaster [API](https://docs.zyfi.org/integration-guide/quick-start) that abstracts complexities away from developers, so that they can focus on building their product.

Website: <https://docs.zyfi.org/>

### Deployment status

* :white\_check\_mark: **Cronos zkEVM Mainnet (Chain-id : `388` )**

Deployment completed. The docs are the same for all chains. Use the Cronos zkEVM chain ID (388).

* :white\_check\_mark: **Cronos zkEVM Sepolia Testnet (Chain-id : `282` )**

Deployment completed. The docs are the same for all chains. Use the Cronos zkEVM testnet chain ID (282).


---

# 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-zkevm.cronos.org/for-developers/developer-tools/zyfi-paymaster.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.
