# Moving your XRPL account to another wallet

Not all crypto wallets support the XRP Ledger or the secret numbers generated by Xumm.

Before you proceed, please ensure that your wallet supports the XRP Ledger, along with the Family Seed standard. As long as it does, the following tool will convert your secret numbers into the Family Seed format:

[Download a tool to convert Secret Numbers to Family Seed](https://secret-numbers-to-family-seed.xumm.dev/)

#### Risks associated with importing account secrets

Whenever you import an account secret (secret numbers/family seed/mnemonic) into a wallet, website or mobile device, there is a risk of exposing your account secret to third parties.

We strongly recommend you consider reviewing this article so you better understand the risks associated with this process:

[**Should I import my XRPL account in Xumm?**](/app/getting-started-with-xaman/importing-your-account/should-i-import-my-xrp-ledger-account-into-xaman.md)

#### Additional information

Secret Numbers are a [proposed standard](https://github.com/xrp-community/standards-drafts/issues/15), and the source code to generate, read & convert them is [open source & publicly available](https://github.com/WietseWind/xrpl-secret-numbers).


---

# Agent Instructions: 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://help.xaman.app/app/learning-more-about-xaman/moving-your-xrpl-account-to-another-wallet.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.
