# About

The [<mark style="color:blue;">permissionless multi-signer paymaster</mark>](https://github.com/ondefy/permissionless-multisigner-paymaster/) enable ZKsync Dapps to seamlessly sponsor gas for their users through signature verification. Dapps can begin utilizing this paymaster by simply depositing funds and adding a signer address.

There are 2 primary actors involved:

* **Manager**: Fully managed by the dApp, responsible for depositing/withdrawing gas funds, and adding or removing signer addresses.&#x20;
* **Signers**: Managed by the dApp or a trusted third party like Zyfi’s API. A signer’s signature is required to access gas funds by the dApp’s user.


---

# 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/permissionless-multi-signer-paymaster/about.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.
