# Gas Refuel

## What is Gas Refuel&#x20;

Powered by LayerZero, the Gas Refuel feature brings significant convenience to Web3 users.

Gas Refuel allows users to seamlessly convert the native token of one blockchain into the native token of another—quickly, easily, and at a very low cost.

## Gas Refuel vs Bridge

{% columns %}
{% column valign="middle" %}

<h3 align="center">Gas Refuel</h3>

* Convert native tokens from one blockchain to another
* Supports converting from one chain to multiple chains in a single transaction
* Very low transaction fees
* Currently supports only EVM-compatible chains&#x20;
  {% endcolumn %}

{% column %}

<h3 align="center">Bridge</h3>

* Transfer any type of token from one blockchain to another
* Supports only one destination chain per transaction
* Fees are relatively higher (depending on the chain), generally more expensive&#x20;
* Supports a wide range of blockchains (depending on the service provider)
  {% endcolumn %}
  {% endcolumns %}

## How to Use Gas Refuel

To use the Gas Refuel feature in the KEYRING PRO Wallet app, follow these steps:

1. Select the native token you want to spend
2. From the menu, choose **“Multi-chain Gas Refuel”** (this option is only available for native tokens on EVM-compatible chains)
3. Select the destination chain(s) — you can choose multiple chains at once
4. Set the amount you want to send per chain (this amount will be sent to each selected chain, not the total)
5. Confirm the transaction, and you're done

<figure><img src="/files/qnP3oEEEoiEcvPBsLWRv" alt=""><figcaption></figcaption></figure>

## FAQ About Gas Refuel

### What chains does Gas Refuel support?

Gas Refuel currently supports **EVM-compatible chains (Ethereum Virtual Machine)** through LayerZero.

When you use the Gas Refuel feature in KEYRING PRO Wallet, the app will automatically display all supported chains. You can simply select from the available options.

### Can I select multiple chains at once?

Yes, you can select multiple chains in a single transaction.

### Is the gas amount split across selected chains?

No.

The amount you set is applied **per chain**, not divided.

**Example:**

* You set: **0.1 ETH**
* You select: **3 chains**

→ You will send **0.1 ETH to each chain**\
→ Total: **0.3 ETH**

### Are there any fees for using Gas Refuel?

Yes.

All blockchain transactions require fees paid to network validators.

Gas Refuel uses infrastructure provided by LayerZero, so:

* Fees are determined by LayerZero
* Costs are typically **low**
* Often **more efficient than traditional bridging methods**, since it avoids multiple manual steps

### Is Gas Refuel developed by KEYRING PRO Wallet?

No.

This feature is **powered by LayerZero** and integrated into KEYRING PRO Wallet.

KEYRING PRO Wallet is responsible for:

* User interface (UI)
* Simplified user experience

LayerZero handles:

* Transaction execution
* Fees
* Speed
* Routing and processing logic

### What should I know when using this feature?

Cross-chain transactions via LayerZero are becoming increasingly popular due to their efficiency and convenience.

However:

* KEYRING PRO Wallet relies entirely on LayerZero’s infrastructure
* Issues related to transaction processing (e.g. delays, failures) may originate from LayerZero

If you encounter such issues, it’s recommended to contact **LayerZero support directly** for the most effective assistance.


---

# 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://help.keyring.app/keyring-pro/how-to-use/gas-refuel.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.
