# Using email linked wallets

PlotX uses a service called Magic Link to allow its users to sign up on the platform using their email. Here's how it works:

* Magic Link allows users to create an Ethereum wallet using their email, while still being non-custodial in every way
* The benefits of using Magic Link wallets come in the form of:
  * Improved user experience as the wallet’s UI is merged with the PlotX UI
  * No [RPC changes](https://metamask.zendesk.com/hc/en-us/articles/360043227612-How-to-add-custom-Network-RPC-and-or-Block-Explorer) as the wallet is always connected to the Polygon network

## How to connect to PlotX using email?

### Step 1

Head over to [plotx.io](https://plotx.io/?utm_source=Wiki\&utm_campaign=HelpCenter\&utm_content=Consideration) and click on the `Sign In` button at the top right corner:

![](/files/-MhDX9wos6FkC6NMrcRO)

### Step 2

Enter your email ID and hit the `Login via Email` button:

![](/files/-MhDXR-0Q8kuquwjQRy1)

### Step 3

Now go to your email and approve the login by clicking on the `Log in to PlotX` button

![](/files/-MXzo-0Hd8IAIG6-er-r)

After clicking the `Log in to PlotX` button, go back to the previous window (PlotX) and you'll have logged in to PlotX.

![](/files/-Mi6uAr-vblnBXR-eUDz)

{% hint style="info" %}
Note - When you use your email to connect to PlotX for the first time, a new Ethereum wallet is created for you. This wallet is yours to keep and is completely non-custodial.
{% endhint %}

## How to find your wallet address

![](/files/-MhDb6Wz0YVpgs_HPS63)

## Additional information about Magic Link wallets

PlotX uses Magic Link as one of the methods of connecting to the app.

* Magic Link is a service that helps applications/websites enable password-less login for their users
* It does so by asking each user for their email address and then emailing a `Login` button (aka magic link) to the user
* When the user clicks on the `Login` button, they are logged into the application/website they were trying to access
* In the case of Decentralized Applications (DApps) like PlotX, Magic Link is also a wallet provider
* So, when a user signs up on PlotX for the first time, Magic Link generates a new Ethereum wallet for them
* This wallet facilitates all the trades users do on PlotX
* Since PlotX is running on Polygon, this new wallet is connected to the Polygon network by default
* The UI for this new wallet is merged with the PlotX UI
* Whenever a user does any transaction on PlotX, they do it with the help of their new wallet

{% hint style="success" %}
PlotX does not store users' email addresses.
{% endhint %}

{% hint style="success" %}
Your Magic Link wallet is completely non-custodial. Only *you* have the ability to access it and make transactions from it.
{% endhint %}

{% hint style="info" %}
You can import your Magic Link wallet address to any other wallet UI (such as MetMask), but doing so will sacrifice the security benefits that you get from Magic Link. You can export the private keys to your Magic Link wallet using this [link](https://reveal.magic.link/plotx).
{% 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://plotx.gitbook.io/plotx-v2-wiki/getting-started/connecting-to-plotx/using-email-linked-wallets.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.
