> For the complete documentation index, see [llms.txt](https://mora-1.gitbook.io/moraswap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mora-1.gitbook.io/moraswap/getting-started/bridge-guides.md).

# Bridge Guides

The NeonPass is the way to transfer your assets back and forth between Solana & Neon. This guide will show you how to use it.

### Requirements <a href="#set-up-metamask-with-aurora-mainnet" id="set-up-metamask-with-aurora-mainnet"></a>

* Metamask Wallet
* Phantom Wallet
* Gas tokens (NEON on Neon & SOL on Solana)

### How to Bridge <a href="#set-up-metamask-with-aurora-mainnet" id="set-up-metamask-with-aurora-mainnet"></a>

Make sure that the icons of these wallets are displayed at the top right.

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

Go to <https://neonpass.live/> and connect your Metamask wallet.

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

Choose the route you want to follow (from Neon to Solana in this case).

Choose your asset and the amount that you want to transfer then click **Next.**

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

Click Select Wallet to connect your Phantom wallet to NeonPass then click **Next**.

<figure><img src="/files/2Z7WOI9AdsHq5sPt5ZV0" alt=""><figcaption></figcaption></figure>

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

Read the details of the upcoming transfer of tokens and click **Confirm**.

<figure><img src="/files/6TtBqqy7zH9U6AcUgXOC" alt=""><figcaption></figcaption></figure>

Confirm the transaction in your Metamask, once you confirm, the transaction will start.

<figure><img src="/files/54HI6YSvexcgUdKymtMu" alt=""><figcaption></figcaption></figure>

Approve the transaction in the Phantom window, which will display the amount transferred and fee charged in SOL tokens. You should receive a notification that the token transfer was successful.

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

Open the View on Solana Explorer page to see the results of transferring funds using NeonPass.

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

The Token Balance Change tab shows the change in balances upon completion of the procedure.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://mora-1.gitbook.io/moraswap/getting-started/bridge-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
