# Create a Wallet

To get started on Autoscale, you need to set up a wallet that supports the MultiversX network. In decentralized finance, you have to use a non-custodial wallet - which means that you really own your assets, the wallet is managed only by you.

{% hint style="warning" %}
**When you're setting up a wallet, make sure to:**&#x20;

* **Never share** your recovery phrase with anyone other than your wallet app (we'll never ask your recovery phase)
* **Be wary** of fake websites, giveaways, or other malicious acts.
* **Safely back up** your recovery phrase (and don't loose it)
* **Follow** the setup guide carefully&#x20;
  {% endhint %}

## xPortal

xPortal is a mobile application that allows users to easily manage their assets and access decentralized applications on the MultiversX network. With over 1 million users, xPortal is a popular choice for those looking to play with the MultiversX ecosystem.

* [Download xPortal](https://xportal.com/app?_branch_match_id=1178265610791268552\&utm_medium=marketing&_branch_referrer=H4sIAAAAAAAAA8soKSkottLXryjILypJzNFLLCjQy8nMy9YHMgBdTMwfHAAAAA%3D%3D)
* [xPortal Frequently Asked Questions](https://help.xportal.com/en/)
* [xPortal Website](https://xportal.com/)
* [xPortal "How To" Guides](https://help.xportal.com/en/collections/3880463-how-to-guides)

## MultiversX DeFi Wallet

MultiversX DeFi Wallet is a secure web-browser extension that enables users to easily use decentralized applications on the MultiversX network. Built by the MultiversX core team, the wallet offers multiple wallet creation and import options, making it easy to manage your assets across the network.

* Download MultiversX DeFi Wallet -> [Chrome](https://chrome.google.com/webstore/detail/multiversx-defi-wallet/dngmlblcodfobpdpecaadgfbcggfjfnm) - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/multiversx-defi-wallet/)
* [Step-by-step guide to installing it](https://youtu.be/u834StIq4AI)

{% hint style="info" %}
Both xPortal and MultiversX DeFi Wallet are compatible with the MultiversX ecosystem, allowing users to import and manage their assets across both platforms. However, while xPortal supports only one wallet per account, MultiversX DeFi Wallet allows users to create and manage multiple wallets from within the web extension.
{% endhint %}


---

# 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://autoscale.gitbook.io/autoscale-docs/get-started/create-a-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.
