> For the complete documentation index, see [llms.txt](https://support.power.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.power.trade/how-to-use-powertrade/login/signing-in-to-your-account.md).

# How to Sign In to PowerTrade | Magic Link, PIN & Biometrics

## How to Sign In

When you first open the PowerTrade app you will be presented with this screen. To sign in to an existing account, tap the **Sign In link** at the bottom left of the screen.

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

Enter your registered email address and tap the **Sign In button**.

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

This will trigger an email with a magic link to be sent to the email address you entered. Please open the link using the mobile device that has PowerTrade installed as the link will not work on a different device. The link will expire after 1 hour.

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

If your email is already registered with PowerTrade, you will be logged in and prompted to set up a 4 digit PIN code to unlock your PowerTrade app. This code is tied to your login session and device and will not be shared with PowerTrade. You will need to create a code every time you log out and sign in again.

**Note:** If your email is not already registered with PowerTrade, you will be taken to the Sign Up screen instead of being logged in. Please [refer to this article for instructions to Sign Up for a new account.](/how-to-use-powertrade/getting-started/signing-up-for-a-new-account.md)

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

After you've created your PIN code, you can also choose to enable biometric unlocking. This step is optional.

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

Congratulations! You are now signed in to your PowerTrade account! You can now proceed to transfer funds to your account and begin trading.

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

## Didn't receive the email?

There are several possible reasons why you don't see the Sign In email appear in your inbox.

### Incorrect email

The first thing to check is that the email address you entered is correct. Please ensure that you entered your email address correctly. The input is not case sensitive.

### Anti-spam Services

If you use an anti-spam service like BitBounce, please make sure to Whitelist <support@power.trade> or you will not receive any of the automated emails or replies from the PowerTrade support team.

### Spam Filters

Please also check your regular spam folder and consider adding <support@power.trade> to your email account whitelist.

## Still have questions?

**Email Support:** <support@power.trade>

**Telegram:** <https://t.me/power_trade>


---

# 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://support.power.trade/how-to-use-powertrade/login/signing-in-to-your-account.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.
