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

# Overview

{% hint style="warning" %}
The **Prover private key** in the keys.yml file is encrypted using the Advanced Encryption Standard (AES), and therefore cannot be directly imported into the Qrim Wallet.\
\
If you want to bridge $QUIL to $wQUIL, please create an address with both the peerPrivKey and Prover private key using Qrim Wallet, and then send $QUIL to this address for bridging
{% endhint %}

\
\
[Qrim Bridge](https://wallet.qrim.io/bridge) enables seamless transfers between Quilibrium to Ethereum assets, providing Qrim users with a fast, efficient, and convenient cross-chain token transfer service.

**Quilibrium to Ethereum**

| Coins | Contract Address                           | Decimals |
| ----- | ------------------------------------------ | -------- |
| QUIL  | 0x8143182a775C54578c8B7b3Ef77982498866945D | 16       |

**Ethereum to Quilibrium (**&#x43;entralized solutio&#x6E;**)**

{% hint style="info" %}
a. Qrim Bridge has implemented the bridge from **Ethertum** to **Quilibrium** using a centralized solution\
b. Qrim provided bridge from Ethereum to Quilibrium is in beta version with limited bridging amount per transaction
{% endhint %}

| Coins | Contract Address     | Decimals |
| ----- | -------------------- | -------- |
| wQUIL | Centralized solution | 6        |
| ETH   | Centralized solution | 8        |
| USDT  | Centralized solution | 6        |
| USDC  | Centralized solution | 6        |

* **Improved user experience:** Streamlines cross-chain operations and lowers entry barriers.
* **Optimized capital efficiency:** Enables efficient asset flow across different chains
* **Enhanced Security:** Reduce the risk of asset loss caused by bridge interruptions


---

# 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://qrim.gitbook.io/qrim/qrim-bridge/overview.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.
