> For the complete documentation index, see [llms.txt](https://docs.itheum.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itheum.io/product-docs/pre-aithra/pre-aithra-developers/tech-support-discord/migrating-multiversx-bitz-xp-to-solana-bitz-xp.md).

# Migrating MultiversX BiTz XP to Solana BiTz XP

Follow these instructions to migrate your MultiversX BiTz XP to Solana.

For the migration to work, we need to know your :

* MultiversX Wallet Address (Source)
* Your Solana Wallet Address (Destination)
* MultiversX Signature Payload (Source address ownership verification)

{% hint style="warning" %}
We move your  BiTz XP from the "Source" to the "Destination".  Note that we need your "MultiversX Signature Payload" to prevent abuse of the migration (i.e. someone migrating XP from a wallet their DON'T own)
{% endhint %}

**Here is what your need to do:**

1. Go to [Tech Support - Discord](/product-docs/pre-aithra/pre-aithra-developers/tech-support-discord.md) and open a Support Ticket asking the support admin that you want a XP migration (<https://discord.com/channels/869901313616527360/1249704473287200911>)

2. In the ticket, along with your MultiversX wallet address and Solana wallet address, we need your **MultiversX Signature Payload.** Here is how you get it

   1. Go to this official MultiversX blockchain tool and connect your MultiversX Wallet wallet (Source) : <https://utils.multiversx.com/sign-message>
   2. Enter "itheum multiversx" in "Paste in the message you would like to sign" section and click on Sign. Copy the "**Signature payload**".

   <figure><img src="/files/0MdEWiaQXcwbn95SgiD3" alt=""><figcaption></figcaption></figure>

3. In the discord ticket, enter the above "Signature Payload" along with your MultiversX wallet (Source) and Solana Wallet (Destination). Like this:

<figure><img src="/files/2tRuYjdY1uP7gK82Jg5D" alt=""><figcaption></figcaption></figure>

4. Submit the ticket and we will help move your XP


---

# 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://docs.itheum.io/product-docs/pre-aithra/pre-aithra-developers/tech-support-discord/migrating-multiversx-bitz-xp-to-solana-bitz-xp.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.
