# Bridge

Inception's internal bridge adheres to the **xERC20 standard**, which is a protocol meant to assure interoperability and smooth asset transfer between various Ethereum-compatible networks. This standard enables the development and management of tokenized assets that exhibit consistent behavior and value across numerous blockchains.

The bridge allows the transfer of the following Inception Liquid Restaking Tokens (Native or Isolated) to key networks such as:

| Network      | LRT                         |
| ------------ | --------------------------- |
| **Ethereum** | inwstETHs, amphrLRT, inLBTC |
| **Arbitrum** | inwstETHs                   |
| **Base**     | inwstETHs                   |
| **Zircuit**  | inwstETHs                   |

Future versions will include bridge support for new networks, each carefully selected and rigorously tested for adoption, stability, and user experience to ensure optimal security and performance.

Users interact with the Bridge using Inception's dedicated user interface, which streamlines asset transfers:

[*https://www.inceptionlrt.com/app/bridge/*](https://www.inceptionlrt.com/app/bridge/)


---

# 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://docs.inceptionlrt.com/primitives/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.
