> For the complete documentation index, see [llms.txt](https://jeff-world.gitbook.io/jeff-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jeff-world.gitbook.io/jeff-world/introduction/how-to-play-jeff-world/gate-jeff-bridge.md).

# Gate: JEFF Bridge

The JEFF Bridge connects the **Base Chain** with other blockchains, allowing users to seamlessly transfer assets between chains. However, the bridge only supports transfers between wallets owned by the same user.

Currently, the bridge supports transfers between **Ethereum** and **Base Chain**.\
Supported assets:

* **$JEFF Tokens**
* **LAND NFTs**
* **AKDONG NFTs**

***

#### ***※ Important Notes***

* Using the bridge requires gas fees:
  * **$JEFF Tokens** (for Base Chain)
  * **$ETH** (for Ethereum Chain)
* You must connect your MetaMask wallet to your JEFF World account(Go to Mypage) to use the bridge.
* The transfer process consists of **3 steps**:\
  **Approve → Send → Claim**

## How to Access the Bridge

* Log in to the JEFF World homepage.
* Navigate to the **"Bridge"** section in the menu tab.

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

## How to Transfer Assets

### **For $JEFF Tokens (ERC-20)**

*Example: Transferring assets from Ethereum to Base Chain*

1. Select the **ERC-20 Tab** and set the **From Network** and **To Network**.

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

2. Enter the amount to transfer in the **Send** field and click **Approve**.

<figure><img src="/files/m5JSkRwTPzZHZW4KMVUW" alt="" width="563"><figcaption></figcaption></figure>

3. Approve the transaction in your connected MetaMask wallet to complete the approval.

<figure><img src="/files/phfKHJlr5XPV3kRjXXnL" alt="" width="563"><figcaption></figcaption></figure>

4. Click **Send**, then confirm the transfer by clicking **Confirm Transfer**.

<figure><img src="/files/NlegKD33O2oPg1uSxzU5" alt="" width="563"><figcaption></figcaption></figure>

5. Approve the transaction in MetaMask to complete the send process.

<figure><img src="/files/bbqxYDvx1p5Y6WHXCuLE" alt="" width="563"><figcaption></figcaption></figure>

6. Go to the **Claim** page and set the network to **Base Chain**.

<figure><img src="/files/7vD7eWEFWJBONoEOLtKm" alt=""><figcaption></figcaption></figure>

7. Review your sent items and click **Claim** to finalize the transfer and receive your assets.

<figure><img src="/files/6BkzmxeNTqh1HTmeCIXQ" alt="" width="478"><figcaption></figcaption></figure>

8. Enter your **2nd password** to complete the bridge to Base.

<figure><img src="/files/oUj6TyCpH3V7AGkl6ZU7" alt="" width="353"><figcaption></figcaption></figure>

### For LAND & AKDONG NFTs (ERC-721)

Example: Transferring Akdong NFTs from Ethereum to Base Chain

1. Select the **ERC-721 Tab** and set the **From Network** and **To Network**.

<figure><img src="/files/RQGpiapVnUMHwrhjqxfG" alt="" width="375"><figcaption></figcaption></figure>

2. Choose the **NFT Collection** you want to transfer.
   * You can transfer one collection at a time (LAND or Akdong).
   * A maximum of **9 NFTs** can be selected per transfer.

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

3. Verify the selected NFTs and click **Approve**.

<figure><img src="/files/IOU4w4oFVfl3D9oa8AES" alt="" width="375"><figcaption></figcaption></figure>

4. Approve the transaction in your connected MetaMask wallet to complete the approval.

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

5. Click **Send**, then confirm the transfer by clicking **Confirm Transfer**.

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

6. Approve the transaction in MetaMask to complete the send process.

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

7. Go to the **Claim** page and set the network to **Base Chain**.

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

8. Review your sent items and click **Claim** to finalize the transfer and receive your NFTs.

<figure><img src="/files/t7B096tYg55pshRxVrzU" alt="" width="563"><figcaption></figcaption></figure>

9. Enter your **2nd password** to complete the bridge to Base.

<figure><img src="/files/oUj6TyCpH3V7AGkl6ZU7" alt="" width="353"><figcaption></figcaption></figure>

## **History**

You can review the list of transferred assets via the bridge in the **"History" Tab** in **My Page**.

With the JEFF Bridge, transferring your assets across chains has never been easier! 🌟


---

# 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://jeff-world.gitbook.io/jeff-world/introduction/how-to-play-jeff-world/gate-jeff-bridge.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.
