# 2.3 Gas Abstraction & Meta-Transactions

One of the primary friction points in Web3 is the requirement to hold ETH for gas. Accessth creates a natively gasless environment through a sophisticated Paymaster architecture.

Because the user is authorizing the movement of value, the protocol can programmably deduct the execution cost from the value being moved. The user acts as the "Director," and the Solvers (Nodes) act as the "Executors."

Definition: The Economic Abstraction Layer\
A mechanism wherein the Accessth protocol interprets the user's Intent, calculates the necessary gas costs on the underlying L1 or L2, pays that gas on behalf of the user, and deducts the equivalent value from the user's Permission Set in a single atomic transaction.

This results in a UX where the concept of "gas" is completely invisible to the end-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.accessth.xyz/part-2/2.3-gas-abstraction-and-meta-transactions.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.
