> For the complete documentation index, see [llms.txt](https://docs.gr1d.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gr1d.network/build-with-gr1d/gr1d-chain-info/bridge-to-gr1d-testnet.md).

# Bridge to GR1D Testnet

### Bridging Assets on the GR1D Testnet

Ready to test out cross-chain functionality? Let’s bridge some assets between Sepolia (L1) and the GR1D Testnet (L2). It’s all done through the [GR1D Testnet Bridge](https://testnet-bridge.gelato.network/bridge/gr1d-testnet-1). Here’s how you do it:

1. **Connect MetaMask** to the Sepolia testnet.
2. Set up the bridge with:
   * **Source**: Sepolia Testnet (L1)
   * **Destination**: GR1D Testnet (L2)
3. **Choose your asset** (e.g., Sepolia ETH or any ERC-20 deployed there).
4. Enter the **amount** and confirm the transaction.
5. **Sign in MetaMask** and let the bridge do its thing. You should see the assets on GR1D Testnet in a few minutes.


---

# 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.gr1d.network/build-with-gr1d/gr1d-chain-info/bridge-to-gr1d-testnet.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.
