> For the complete documentation index, see [llms.txt](https://faq.worldmobiletoken.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/general-information-on-the-token-migration.md).

# General information on the Token Migration

**What will happen if I don’t migrate my WMT?**

If you don’t migrate, your WMT may become unusable in the new ecosystem. We recommend migrating to WMTx to retain functionality.&#x20;

**Will WMTx and WMT exist simultaneously?** &#x20;

No, WMT will be phased out once WMTx becomes the standard token.&#x20;

**Will I need access to a specific device or software to complete the migration?**  &#x20;

You’ll need a browser-based wallet extension, such as the Eternl wallet, to complete the migration process.&#x20;

**Why should I switch my WMT tokens to another chain?**

Switching allows you to take advantage of interoperability, liquidity, and features available on multiple blockchains.&#x20;

**Is the total supply of WMTx the same as WMT?**

Yes, the total supply of WMTx will be the same as WMT. However, if some WMT tokens remain unmigrated, the active supply might be lower initially.&#x20;

**Will WMTx maintain a 1:1 value with WMT?**&#x20;

Initially, WMTx will have a 1:1 conversion rate with WMT, but market conditions will determine the value afterward.&#x20;

**Will the token migration trigger a taxable event?**

Token swaps might be considered taxable events in some jurisdictions. Consult a tax advisor for guidance.

**Is the token swap safe?**

The migration process is secure, but always ensure you’re using the official upgrade portal to avoid scams.

**How will WMTx keep the same value across all chains?**

Cryptocurrencies maintain the same value across multiple blockchains using mechanisms such as bridges and arbitrage bots. Bridges allow users to transfer assets between blockchains, while arbitrage bots help to eliminate price differences by trading when there are discrepancies in token values across chains. Together, these mechanisms ensure that the token's value remains consistent across different blockchains.


---

# 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://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/general-information-on-the-token-migration.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.
