# Gas

Currently, Merlin Chain uses native BTC (Merlin\_BTC) as the primary gas token for transaction fees, while MERL can also be used as gas in the AA wallet.

* [Merlin\_BTC](/merlin-docs/user-quick-start/how-to/gas/merlin_btc.md)
* [MERL (AA Wallet)](/merlin-docs/user-quick-start/how-to/gas/merl-aa-wallet.md)

### Gas Subsidy for MERL Withdrawals

When you withdraw **MERL tokens** from most of exchanges to your **on-chain wallet**—whether it's an AA Wallet, EVM Wallet, or Bot-generated Wallet—Merlin Chain will automatically airdrop enough gas to cover the first few transactions.

Details:

* If the **withdrawal amount exceeds 100 MERL**(after deducting the exchange’s fees), a Gas subsidy will be automatically applied.
* If you need more Gas, simply visit [**MerlinSwap**](https://merlinswap.org/home), where you can buy more MERL or swap MERL for Merlin\_BTC.

This update provides a **long-term solution** designed to streamline your experience and eliminate concerns about the initial Gas fees on Merlin Chain.


---

# 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.merlinchain.io/merlin-docs/user-quick-start/how-to/gas.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.
