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

# Wrap XLA

### How to Wrap XLA (Scala → ETH/BSC/SOL) <a href="#id-9-how-to-wrap-xla-scala-eth-bsc-sol" id="id-9-how-to-wrap-xla-scala-eth-bsc-sol"></a>

Use this sequence to move native **XLA** from the Scala Network to an external chain, where it becomes **wXLA**.

1. **Connect EVM Wallet**:
   * Navigate to <https://bridge.scala.network/>
   * Connect your **MetaMask, Phantom** or other EVM wallet.  Ensure it is currently set to the **Scala Network** (or the source network holding your XLA).
2. **Configure Transfer**:
   * **Select Source**: Ensure the source is set to **Scala Network**.
   * **Select Target Chain**: Choose your destination ecosystem (**Ethereum**, **BSC**, or **Solana**).
   * **Enter Amount**: Input the amount of **XLA** you wish to wrap.
   * **Enter Destination Address**: Paste the address of your **Target Chain** wallet.
     * *For ETH/BSC*: Paste your MetaMask address (same address works for both if using the same seed).
     * *For SOL*: Paste your **Phantom** wallet address.&#x20;
3. **Submit Swap**:
   * Click **Submit Swap** (or **Bridge**).
   * MetaMask will prompt you to sign two transactions:
     1. **Approve**: Grant the bridge contract permission to access your XLA.
     2. **Confirm Transfer**: Lock your XLA on the Scala Network.
4. **Transfer Completion**:
   * The bridge will automatically lock your XLA and mint the equivalent **wXLA** on the target chain.
   * Wait for the confirmation time (typically 5–15 minutes). The funds will arrive at the **destination address** you specified.
   * *Note*: On ETH/BSC, you may need to manually import the **wXLA token contract address** in MetaMask to see the balance.&#x20;
5. Contract addresses:
   * ETH contract address: 0xBE13CfedCdF6A3Dbd847fDAabb67A21b24EFE3bB
   * BSC contract address: 0xBE13CfedCdF6A3Dbd847fDAabb67A21b24EFE3bB
   * SOL contract address: FVt4Q4X9qUxZaArVTT7b62tuiuV9hFGhZG12Bsi2vqFD\ <br>

     <figure><img src="/files/xt9o6mteYBEHO5NeRmV4" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://wiki.scalaproject.io/applications/bridge/wrap-xla.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.
