# Filling the Paymaster

You have two options for adding funds to the paymaster:

1. Using your own wallet
2. Using the project treasury

<div data-with-frame="true"><figure><img src="/files/G6tnSVjdJk0OmHfJZDeV" alt="" width="481"><figcaption></figcaption></figure></div>

To add funds to the paymaster **from your connected wallet**, select the “Deposit directly” option. Selecting Refill will kick off a transaction on your wallet and directly transfer funds to the paymaster, which can be used immediately.

To add funds to the paymaster **from your project treasury**, leave the “Deposit directly” option unchecked. Selecting Refill will lead into proposal creation. Only once the resulting proposal has been approved and executed will the funds be transferred from the project treasury to the paymaster.

<br>


---

# 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.decentdao.org/app/user-guide/gasless-voting/filling-the-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.
