> For the complete documentation index, see [llms.txt](https://support.ellipal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.ellipal.com/docs/ellipal-pay/do-i-need-to-pay-gas-fees-with-ellipal-pay.md).

# Do I Need to Pay Gas Fees with ELLIPAL Pay?

**✅ Card Spending Is Always Gasless**

Using your ELLIPAL Pay card for purchases is a completely gasless experience.

* No gas tokens required
* No extra fees

How it works: ELLIPAL Pay automatically sponsors the gas fees required for your card transactions. We cover the network costs in the background, so you don’t need to worry about them.

***

**⚠️ On-Chain Crypto Actions Require Gas**

You only need to pay gas fees when performing on-chain blockchain actions that are unrelated to direct card spending.

These include:

* Sending funds from your ELLIPAL Pay Safe to another crypto wallet
* Swapping tokens on a decentralised exchange (DEX)
* Interacting with smart contracts outside of ELLIPAL Pay

Network fee token:

Gnosis Chain uses xDai as its gas token. The fees are typically less than €0.01, but you must hold a small amount of xDai in your Safe to complete these actions.

***

**Summary: Do You Pay Gas?**

| <p>Action <br></p>                                  | <p>Do You Pay Gas?<br></p>                 |
| --------------------------------------------------- | ------------------------------------------ |
| <p>Paying with your card (in-store/online) <br></p> | <p>❌ No (sponsored by ELLIPAL Pay)<br></p> |
| <p>Sending crypto to another wallet<br></p>         | <p>✅ Yes (paid in xDai)<br></p>            |
| <p>Swapping tokens on-chain<br></p>                 | <p>✅ Yes (paid in xDai)<br></p>            |


---

# 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://support.ellipal.com/docs/ellipal-pay/do-i-need-to-pay-gas-fees-with-ellipal-pay.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.
