# Email Account vs Crypto Wallet

Below are the main differences between signing up with **Google or Email** and using a **Crypto Wallet**.

| Feature                   | Google / Email                                                | Crypto Wallet                                                                                               |
| ------------------------- | ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| **Best for**              | Beginners who want an easy sign-up and login                  | Experienced users who already use crypto wallets                                                            |
| **Login method**          | Enter a 6-digit code sent to your email                       | Sign a message in your crypto wallet to log in                                                              |
| **Extra security (2FA)**  | Supported                                                     | Not needed (your wallet already secures your login)                                                         |
| **Account type**          | Simple account managed by Polymarket                          | Wallet fully owned and controlled by you (built on Gnosis Safe)                                             |
| **Trading**               | No extra steps when placing trades                            | Must approve each trade in your wallet                                                                      |
| **Private key access**    | [Export via Magic Link](https://reveal.magic.link/polymarket) | Managed inside your wallet app                                                                              |
| **Account recovery**      | Only possible if you still have access to your email          | Only possible if you still have access to your wallet                                                       |
| **Recover lost funds**    | Not available                                                 | [Recover via Polymarket Recovery](https://docs.polymarket.com/polymarket-learn/FAQ/recover-missing-deposit) |
| **Email notifications**   | Yes                                                           | Yes                                                                                                         |
| **Convert between types** | ❌ Not possible                                                | ❌ Not possible                                                                                              |


---

# 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://polymarketguide.gitbook.io/polymarketguide/basics/signing-up/email-account-vs-crypto-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.
