> For the complete documentation index, see [llms.txt](https://blitz-trade.gitbook.io/blitz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blitz-trade.gitbook.io/blitz/blitz-trade-v1-features/gas-rebates.md).

# Gas Rebates

Gas fees can be a major challenge to both the adoption and user experience of a dApp.&#x20;

Users are required to hold chain-native tokens in order to interact with a dApp on any given blockchain.&#x20;

For instance, to send an Arbitrum transaction, one must have ETH to cover the associated gas fees.&#x20;

This necessitates that new users acquire these cryptocurrency tokens prior to using a dApp, introducing several multistep interactions before the user can even start trading on the dApp.&#x20;

\
Blitz Trade alleviates this with partial (now) or complete (in Blitz v2) gas abstraction.

In v1, Blitz Trade covers a portion of the gas fees users pay using their gas rebates from the network.&#x20;

This can be helpful in both growing and retaining a user base through a smooth onboarding and transaction process.

### How does it work?

<figure><img src="/files/JuKk2eOgh8hCBm8B93tL" alt=""><figcaption><p>Gas Rebates in Blitz Trade (v1)</p></figcaption></figure>

When a user opens a position on Blitz Trade, they receive a fixed amount of 0.002 ETH as gas rebates which can be claimed to their 1CT wallet in real-time.<br>

Since the average gas fees on the Arbitrum network oscillate between 0.002-0.004, a one-time top-up of the 1CT account is typically sufficient to fund gas for future trades.&#x20;

### To learn how to claim your rebates visit the guide:

{% content-ref url="/pages/hmIlkoyEnHQeaRLgZRrk" %}
[How to Claim Gas Rebates?](/blitz/guides/how-to-claim-gas-rebates.md)
{% endcontent-ref %}


---

# 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:

```
GET https://blitz-trade.gitbook.io/blitz/blitz-trade-v1-features/gas-rebates.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.
