# Free of Charge

One of the biggest obstacles to the mass adoption of Blockchain technology right now is the way it is used, which is not "user friendly" for the average user. Namely, for each interaction with the public Blockchain, the user pays "gas", that is, he has to pay for the use of the Blockchain with cryptocurrencies. Therefore, the user must keep cryptocurrencies in his web3 wallet and be familiar with their safe use. This, of course, discourages the average user from using this technology, and in the end they usually opt for less private, centralized solutions.

The DEXPIRY application uses the latest [*<mark style="color:green;">Account Abstraction</mark>*](https://docs.optimism.io/app-developers/tools/wallets/account-abstraction) technology to hide interactions with the Blockchain and allows users to use it completely free of charge. All transactions are billed in the background and exclusively from the DEXPIRY system administrator address. This principle removes the user's need to store cryptocurrencies and pay for transactions and provides the already familiar web2 experience of interacting with applications, while not compromising other benefits that come with Blockchain technology


---

# 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.dexpiry.com/dexpiry_public_eng/free-of-charge.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.
