# Enterprise Mode With Zero Fees

Gas fees are a significant hurdle for user onboarding. It is confusing to explain to newcomers why they need to buy ETH or TRX to use USDT, why transaction fees fluctuate, and why fees might exceed the transaction value.

LightLink's [Enterprise Mode](/lightlink-protocol/building-on-lightlink/enterprise-mode-overview.md) offers a solution for dApps and enterprises to provide their users with gasless transactions (zero fees), thereby simplifying onboarding.

<figure><img src="https://lh7-us.googleusercontent.com/cnL82vF3sWSVCbbR7AtwAcp7Ut7hS9I9R1uVFfUrG13Ar4L2tgALVWWzrLcX5utVEj5AZDqbMx9Sp2eQHQs4VrLqnB2Spc9NRw49fqFTUgSIVZg6bgy_snW9Bx3pmRjAGM-WsxE7VtChxaiT01KXGiw" alt=""><figcaption></figcaption></figure>

dApps and enterprises pay a fixed price in stablecoins for a set amount of gas units and register smart contracts to utilize that gas. Their users send transactions with the gasPrice parameter set to 0, enabling on-chain operations without needing any tokens in their balances.


---

# 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.lightlink.io/lightlink-protocol/about-lightlink/enterprise-mode-with-zero-fees.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.
