# Ultra-Low Gas Fees

One of the key driving forces behind building our own custom blockchain was the ability to reduce gas fees significantly. There are currently many decentralized casinos running on mainstream chains but they are unuseable because the gas fees to place a bet are so high - typically between $0.35 to $0.75 per bet. This is like an extra house edge working you that makes it impossible to have any chance of winning, especially for smaller players.&#x20;

Rogue Chain is a layer 3 blockchain that utilizes Arbitrum's AnyTrust technology, meaning that we keep most of our rollup data off-chain, only storing the hashes that represent the data onto the Arbitrum One parent chain. This is similar to how NFT images are stored off-chain on IPFS and only the unique link that points to that image is posted on-chain.&#x20;

Our transaction data is still available and fully verifiable by any watchtower node. But posting only a small hash on-chain that points to our data instead of posting the complete rollup data of thousands of our transactions every hour significantly reduces our layer 2 gas costs, making it possible to drastically reduce our gas fees.&#x20;

Currently it costs around one hundredth of a cent in gas fees to place a bet transaction on Rogue Chain. This makes our betting games accessible to all players, regardless of their bet size. It also opens up the possibility of us subsidizing players' gas costs from our fees on winnings by using Account Abstraction to completely eliminate gas fees from the betting experience.&#x20;

Low gas fees also make it financially viable for us to create fast-paced games like Rogue Trader that post up to 30 game results per minute on-chain. It also allows us to pay out your winning bets to your wallet instantly in the same transaction that settled your bet instead of making you claim your winnings in a separate transaction so that we can save on gas fees.

All in all, lower gas fees equate to a better user experience, faster paced games and instant payouts.


---

# 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.roguechain.io/rogue-protocol/rogue-introduction/blockchain-betting/ultra-low-gas-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.
