# How to Bridge GAS Using the NeoLine Chrome Extension?

The NeoLine Chrome Extension has integrated the Neo Native BRIDGE, supporting GAS \[Deposit] and \[Withdraw] between Neo N3 and Neo X within the wallet.

**The specific steps are as follows:**

### 1. Switch to the correct network

Open the NeoLine chrome extension and select the source network you want to bridge.&#x20;

For example, if you want to bridge GAS from Neo N3 to Neo X, you must first switch the wallet's current network to Neo N3 before proceeding with the bridging process.

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

### 2. Enter the Bridge Amount

* After switching networks, go to the wallet home page and click \[Bridge];&#x20;
* Enter the amount you want to bridge;&#x20;
* If your source chain is Neo N3, the destination chain will default to Neo X.

{% hint style="info" %}
**Footnote:**

1. Please note that for the initial phase of the Neo X main net launch, only the GAS bilaterally bridging service will be available. There will be a cap of 100,000 GAS bridged from N3 to X for the first weeks to ensure the bridge service operates properly and smoothly. This measure is in place to mitigate risks and ensure a seamless user experience. As the bridge service proves its stability, the provider will gradually lift the GAS amount cap and expand the service to include NEO tokens and other assets.<br>
2. The bridge contract charges 0.1 GAs, and the platform does not charge any other fees.
   {% endhint %}

### 3. Select Target Chain Address

* Click on \[Select address] next to the target chain.
* Choose the target chain address you want to bridge to.

You can enter the target chain address manually, select an existing account, or choose from the address book.

### 4. Confirm Information

* After clicking \[Deposit], carefully verify the amount, source chain address, and target chain address.&#x20;
* Once confirmed, click \[Yes].&#x20;

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

### 5. View Transaction

* After clicking \[Yes], you will enter the transaction processing page. You can stay on this page to view the progress or close it and check the status in the "Bridge" section.
* The transaction record on the Bridge page only shows the last completed or ongoing transaction. Clicking on the spinning icon will display the details of the current transaction.

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

To view more transaction records, go to the Assets page, click on the asset to view or copy the address, and then visit the explorer.


---

# 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://tutorial.neoline.io/create-and-manage-neo-x-wallet/how-to-bridge-gas-using-the-neoline-chrome-extension.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.
