> For the complete documentation index, see [llms.txt](https://docs.roguechain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roguechain.io/rogue-protocol/rogue-chain/ultra-low-gas-fees.md).

# Ultra-Low Gas Fees

There are two main reasons why Rogue Chain can charge such low gas fees. Firstly, as an AnyTrust layer 3 chain we store our transaction data off-chain and only post a small hash that represents that data onto the parent chain. As opposed to being a full rollup layer 3 which posts the full rollup of all our transaction data onto the parent chain every hour which can get very expensive in gas fees. This significantly reduces our layer 2 gas costs.&#x20;

Secondly, unlike other EVM chains that have a mempool, all transactions on Rogue Chain are processed instantly by the Sequencer in the order they arrive. So not only do we have very high throughput capabilities, but also users don't need to increase gas prices to compete for block space.

The current price per unit of gas is fixed at 0.0000001 ROGUE (100 Gwei). This means the average gas cost of placing a bet transaction is about 0.031 ROGUE. With a projected token price of $0.001 at TGE this means the average cost of an on-chain bet transaction is $0.000031, or about 3 thousandths of a cent.

There are several advantages to ultra-low gas fees, both for our players and for Rogue. Players of any size can enjoy betting on our games without being killed by high gas fees that make it impossible to win. And we can post game results on-chain every couple of seconds and pay out winning bets instantly without worrying about high gas costs making the game unviable.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roguechain.io/rogue-protocol/rogue-chain/ultra-low-gas-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
