> 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.md).

# FAQ & Support

- [Token Migration](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration.md)
- [Token Migration Guide](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/token-migration-guide.md): This guide will take you through the process of migrating your WMT to WMTx.
- [Self-troubleshooting token upgrade issues](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/self-troubleshooting-token-upgrade-issues.md)
- [What will happen to my WMT on CEXs and DEXs?](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/what-will-happen-to-my-wmt-on-cexs-and-dexs.md)
- [What is a token bridge?](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/what-is-a-token-bridge.md)
- [What happens to my locked tokens or crypto loans during migration](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/what-happens-to-my-locked-tokens-or-crypto-loans-during-migration.md)
- [General information on the Token Migration](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/general-information-on-the-token-migration.md)
- [Will WMTx be compatible with Ledger and Trezor?](https://faq.worldmobiletoken.com/docs/faq-and-support/token-migration/will-wmtx-be-compatible-with-ledger-and-trezor.md)
- [Vault Support](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support.md): Everything you need to know about the Vault.
- [What is the Vault?](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/what-is-the-vault.md)
- [Lost access to your Vault?](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/lost-access-to-your-vault.md): Follow these easy steps to recover access to your Vault.
- [Unlock vault on a new device](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/unlock-vault-on-a-new-device.md)
- [Seed words don't work](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/seed-words-dont-work.md)
- [How to locate your Vault .JSON File](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/how-to-locate-your-vault-.json-file.md)
- [Supported wallets](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/supported-wallets.md): What wallets can I use for Vault staking?
- [How to link your wallet to the Vault](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/how-to-link-your-wallet-to-the-vault.md)
- [How can I claim my unclaimed rewards from my old Vault?](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/how-can-i-claim-my-unclaimed-rewards-from-my-old-vault.md)
- [How to claim rewards in the Vault](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/how-to-claim-rewards-in-the-vault.md)
- [Why do my available rewards still appear in the Vault after claiming them?](https://faq.worldmobiletoken.com/docs/faq-and-support/vault-support/why-do-my-available-rewards-still-appear-in-the-vault-after-claiming-them.md)
- [Staking WMTx](https://faq.worldmobiletoken.com/docs/faq-and-support/staking-wmtx.md): WMTx Staking is back, better than ever!
- [How can I earn rewards and stake my ENNFTs?](https://faq.worldmobiletoken.com/docs/faq-and-support/how-can-i-earn-rewards-and-stake-my-ennfts.md)
- [How to Keep your Crypto Safe](https://faq.worldmobiletoken.com/docs/faq-and-support/how-to-keep-your-crypto-safe.md): Making sure your crypto is safe will save you more than just a headache!
- [Create a Support Ticket](https://faq.worldmobiletoken.com/docs/faq-and-support/create-a-support-ticket.md)


---

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