> 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/unwrap-xla.md).

# Unwrap XLA

### How to Unwrap wXLA (ETH/BSC/SOL → Scala) <a href="#id-9-how-to-unwrap-w-xla-eth-bsc-sol-scala" id="id-9-how-to-unwrap-w-xla-eth-bsc-sol-scala"></a>

Use this sequence to return **wXLA** from an external chain back to the native **Scala Network** as **XLA**.

1. **Connect EVM Wallet**:
   * Navigate to <https://bridge.scala.network/>
   * Connect your **MetaMask** wallet (for ETH/BSC) or **Phantom** (for Solana).
   * **Crucial**: Switch your wallet network to the **Source Chain** where your **wXLA** is currently held (e.g., Ethereum Mainnet or BSC).&#x20;
2. **Configure Transfer**:
   * **Select Source**: Choose the chain where your wXLA resides (**Ethereum**, **BSC**, or **Solana**).
   * **Select Target Chain**: Set the destination to **Scala Network**.
   * **Enter Amount**: Input the amount of **wXLA** you wish to unwrap.
   * **Enter Destination Address**: Paste your **Scala Network address** (your MetaMask address configured with Scala RPC).
3. **Submit Swap**:
   * Click **Submit Swap** (or **Unwrap**).
   * Sign the required transactions in your wallet:
     1. **Approve**: Allow the bridge to burn your wXLA.
     2. **Confirm Transfer**: Initiate the burn process on the source chain.&#x20;
4. **Transfer Completion**:
   * The bridge burns your wXLA on the source chain and releases native **XLA** on the Scala Network.
   * Wait for the finality period. The native **XLA** will arrive at the **Scala address** you provided.
   * Switch your MetaMask network to **Scala Network** to view your updated balance.


---

# 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/unwrap-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.
