> For the complete documentation index, see [llms.txt](https://edgex-1.gitbook.io/edgex-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edgex-1.gitbook.io/edgex-documentation/getting-started/accounts-and-wallets.md).

# Accounts & Wallets

**Connect Wallet**

Click "Connect Wallet"

➡️ Select the wallet you prefer to use

**For Standard Wallet Users:**

1. An EVM Wallet: If you don't already have an EVM wallet, such as MetaMask, you can easily set one up by visiting [MetaMask's official website](https://metamask.io/).
2. USDT and ETH in Your EVM Wallet:
   1. USDT: serves as collateral for trading.
   2. ETH: used to cover gas fees when depositing USDT.

**Wallet Login:** Login with your wallet and select an address you want to connect

➡️ Click "NEXT"

➡️ Complete the signature.

\
**For MPC Login Users:**

To create your wallet using your email:

1. Click the "Connect" button and enter your email address. After pressing "Submit," a 6-digit code will be sent to your email within a few seconds. Enter this code to log in.
2. Once connected, you need to deposit USDT. A new blockchain address is automatically created for your email address. Send USDT over the Arbitrum network to this address. You can do this easily from a centralized exchange or another standard wallet.

**MPC Login:** Select MPC Wallet (email) login

➡️ Enter your email

➡️ Enter the verification code

➡️ edgeX will generate an EVM address for you.


---

# 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://edgex-1.gitbook.io/edgex-documentation/getting-started/accounts-and-wallets.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.
