# Setting up Gasless Voting

{% hint style="info" %}
Before you enable gasless voting, you’ll need to be sure that you have enough native currency in the project treasury to cover the required staking cost! For Ethereum, this is 0.1 ETH. You can reclaim these funds at a later date.
{% endhint %}

To set up gasless voting, visit the General tab of the settings menu for your project and toggle on Gasless Voting.

<div data-with-frame="true"><figure><img src="/files/97Y2nYZ4HnVllmz8Ausf" alt=""><figcaption></figcaption></figure></div>

Then select Create Proposal and carry through with proposal creation, voting, and execution.

Once the proposal to enable gasless voting has been executed, you can return to the settings menu and add funds to the paymaster.

<div data-with-frame="true"><figure><img src="/files/3VjUiiHj074nrs9BTHwP" alt=""><figcaption></figcaption></figure></div>

<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/setting-up-gasless-voting.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.
