> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/en/owners/tsb-bridge/bridge-land-to-ethereum.md).

# Bridge LAND to Ethereum

## Important Notes

{% hint style="info" %}
**POTENTIAL BLOCKERS**

If you do not get a prompt from your wallet asking you to confirm the transaction, disable all adblocking and pop-up blocking extensions on your browser temporarily, and try again.

If there is still no wallet prompt, then try a different browser. Particularly if you are using Brave, which our The Sandbox community members report doesn't always behave nicely with non-Brave wallets.
{% endhint %}

{% hint style="warning" %}
**TRANSACTION TIMING**\
It can take ten minutes to an hour for transferred LANDs or SAND to be reflected in your wallet depending on network congestion. There may also be a few minutes delay for your account at The Sandbox to update and reflect completed transactions.
{% endhint %}

{% hint style="info" %}
**TRACKING YOUR TRANSACTIONS**

You need to use [**PolygonScan**](https://polygonscan.com/) when tracking transactions on the Polygon network, and [**Etherscan**](https://etherscan.io/) when tracking transactions on the Ethereum network.
{% endhint %}

## Instructions

{% tabs %}
{% tab title="Step 1" %}

### Step 1

Log in to your account and access the bridge page on The Sandbox: [**https://sandbox.game/me/profile**](https://sandbox.game/me/profile)**.**

<figure><img src="/files/DWro2eXL648ApLRxrCSS" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 2" %}

### Step 2

Select the LAND(s) that you want to withdraw to Ethereum L1, then click on **Confirm Withdraw**.

<figure><img src="/files/gDUHiS5j2AaAOQdslk9R" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 3" %}

### Step 3

A pop-up will appear on the right of the screen that allows you to review the LANDs selected for transfer and the estimated gas fees that the transaction will incur. Click on **Confirm** if you are satisfied with the information.

<div align="left"><figure><img src="/files/nRK6piDzt9tzmzRDY1Dh" alt=""><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Step 4" %}

### Step 4

The LANDs have reached the checkpoint. Click on the action required to continue the withdrawal process.&#x20;

<figure><img src="/files/4kbh6aSjpLgYKVXILzSU" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Step 5" %}

### Step 5

The transaction has now reached the checkpoint. Click **Confirm**.

![](/files/OMjIQwWlNUMBcxQPOeW4)

You will be able to check the status of your transaction at any time by clicking on the **Transaction History**.&#x20;

![](/files/0C3JgeksnAMBXb6SWT6L)
{% endtab %}

{% tab title="Step 6" %}

### Step 6

Once the transaction is successful, the LAND will appear on the left of the screen. Congratulations! Your LAND has now been withdrawn to the Ethereum network. You will be able to view them here:&#x20;

<figure><img src="/files/ZHs6RGGTn4nnJOS0YfiF" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://docs.sandbox.game/en/owners/tsb-bridge/bridge-land-to-ethereum.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.
