# Creating or Connecting Your Wallet

You can create a new wallet directly in our interface via Privy or connect an existing wallet to start trading with trade\[XYZ]. Either method will link an address to trade on the platform, and you can switch methods or wallets later.

1. **Create a new wallet with Privy (email)**

This is the fastest option for new users without a crypto wallet. You can use Privy’s third party key management solution to generate a new secure wallet directly in your browser using an email address. Your keys are encrypted and stored securely, allowing you to sign trades without worrying about managing seed phrases yourself.

This is generally good for first-time crypto users or anyone who prefers a simplified setup or email recovery.

You can create a Privy wallet as follows:

* Click Connect Wallet in the top right or within the order window.

<figure><img src="/files/fhtbt0CPWbl9uOb93yRU" alt="Click Connect Wallet in the Top Right or Order Window"><figcaption><p align="center">Click Connect Wallet in the Top Right or Order Window</p></figcaption></figure>

* Follow the prompt to enter an email address; a window will appear to request a code

<figure><img src="/files/VmRH4d8tXfK0rnsWEz2n" alt="" width="375"><figcaption><p>Enter your email address and click submit</p></figcaption></figure>

* &#x20;You should receive the code from Privy.io in your email address; enter it into the window.

<figure><img src="/files/135tlKoUYjmAnZmp4WYq" alt="" width="375"><figcaption></figcaption></figure>

* You will then be asked to accept our terms and privacy policy. You may not use our interface if you do not accept these.

<figure><img src="/files/tgU7XrgeFEdEuDayflPB" alt="" width="375"><figcaption></figcaption></figure>

* Once accepted, your new wallet is connected and ready to trade once you’ve deposited funds.

Note that your use of this option is subject to Privy’s [terms](https://www.privy.io/user-terms-of-service) and [privacy policy](https://www.privy.io/privacy-policy).

2. **Connecting an existing wallet**

If you already use a wallet like MetaMask, Phantom, Rabby, or any of the other supported wallets, you can connect it to trade\[XYZ] and trade using existing funds you hold.

To connect your existing wallet:

* Click “Connect Wallet” in the upper right or in the order ticket window and choose your wallet from the list of supported options.

<figure><img src="/files/ueIr9zwVrmCnsaQLQWCA" alt="" width="272"><figcaption></figcaption></figure>

* Your wallet extension/app will prompt you to approve the connection to trade\[XYZ].

<figure><img src="/files/Sx2peLcPLroOJVYleovp" alt="" width="375"><figcaption></figcaption></figure>

* Once connected, you will then be asked to sign a transaction to verify control of that wallet.

<figure><img src="/files/zb2gmZnRSHwKFRFt3uzx" alt="" width="375"><figcaption></figcaption></figure>

* You will then be asked to accept our terms and privacy policy. You may not use our interface if you do not accept these.
* Once accepted, ensure you are on the Hyperliquid network (your wallet interface may switch it automatically or prompt you).
* In order to begin trading, you will need to [Deposit](/getting-started/funding-your-wallet/deposits.md) funds. You will need to click “Deposit to Get Started” and deposit funds.&#x20;

<figure><img src="/files/faSKoFjLQTGYtHkcTyoc" alt="" width="331"><figcaption></figcaption></figure>

* Once funds are deposited, you may see the deposit button change to "Enable Trading." If so, you will need to click this button and sign a confirmation to enable trading on the interface.
* You will then be fully connected and ready to trade. Your Wallet address and balances will be visible in the app.


---

# 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://docs.trade.xyz/getting-started/creating-or-connecting-your-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.
