# Create a Gas-less User Experience

**The recommended method to create a gas-less experience for your users is using the Treasury Contracts (**[**read here**](/verona/build-on-verona/accounts/getting-started/treasury-contracts.md)**).**

Fee Granting ([read here](/verona/others/archived/create-a-gas-less-user-experience/fee-granting.md)) is an alternative method, but is **not recommended** since it would require the app to handle the setup and allowance. This method allows for the same experience if you don't want to use Treasury Contract method for your application but note that the recommended method ([Treasury Contracts](/verona/build-on-verona/accounts/getting-started/treasury-contracts.md)) executes the same steps under the hood

{% content-ref url="/pages/AYjtzenfA17M32SEYD1Y" %}
[Enabling Gasless Transactions with Treasury](/verona/build-on-verona/accounts/getting-started/treasury-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/HhGYGM7663IRZs5gwovd" %}
[Fee Granting](/verona/others/archived/create-a-gas-less-user-experience/fee-granting.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.burnt.com/verona/others/archived/create-a-gas-less-user-experience.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.
