# Bridging (coming soon)

<div data-full-width="false"><figure><img src="/files/yAOq4zs7UxQokoDeSCwe" alt=""><figcaption><p>Universal Token Bridging</p></figcaption></figure></div>

**Universal Token Bridging (coming soon)**

Token bridging enables the seamless transfer of **Universal tokens** from one blockchain to another without requiring the withdrawal or re-deposit of collateral with the custodian. This process ensures efficient cross-chain liquidity while maintaining the total token supply.

#### **Bridging Process:**

1. **Initiating the Bridge:**
   * The **Merchant** calls the **`bridge`** function in the smart contract, specifying the number of tokens to be transferred.
   * The specified token amount is **burned** on the source chain, reducing the Merchant’s Universal token balance.
2. **Finalization & Minting:**
   * After achieving **network finality** on the source chain, the equivalent number of Universal tokens is **minted** on the destination chain.
   * The newly minted tokens are **transferred** to the Merchant’s designated wallet address.
3. **Maintaining Token Supply Integrity:**
   * Since the tokens are **burned on the source chain** and **minted on the destination chain**, the **total supply of Universal tokens remains unchanged**.
   * This ensures that liquidity remains efficient and synchronized across all supported blockchains.


---

# 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.universal.xyz/docs/introduction-to-universal/universal-protocol-overview/bridging-coming-soon.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.
