> For the complete documentation index, see [llms.txt](https://docs.pivy.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pivy.me/basics/fees/gas-fees.md).

# Gas Fees

## Sponsored Gas

With PIVY, **you**, as the **receiver**, don't need to worry about gas during withdrawal. Most PIVY transactions are **gas-free** as PIVY ***sponsors*** the gas for common payment assets and we’re adding more! Support may expand to new assets as **demand grows** or through future **partnerships**.<br>

If a token isn’t eligible or the sponsor limit (*currently unlimited*) is reached, PIVY automatically uses your [**dedicated gas account**](#pivy-gas-account) to cover withdrawal gas fee, ensuring every withdrawal completes smoothly **without revealing your main wallet**.

For the full list of supported tokens, check the *list* below.

{% tabs %}
{% tab title="General" %}
**Assets supported on all chains:**

* Native coins
* Stablecoins (USDC, USDT)
  {% endtab %}

{% tab title="Sui" %}
**Assets&#x20;*****only*****&#x20;available on Sui:**

* Sui
  {% endtab %}

{% tab title="Solana" %}

{% endtab %}
{% endtabs %}

## PIVY Gas Account

(insert image of where gas wallet is or video)

Each user also gets a dedicated **PIVY Gas Wallet**.\
It’s your backup for rare cases where:

* The token you’re using isn’t eligible for sponsored gas
* The daily sponsor limit has been reached (*if any*)

{% hint style="info" %}
You can refill your PIVY Gas Account anytime with native coins for future withdrawals.
{% endhint %}


---

# 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://docs.pivy.me/basics/fees/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.
