> For the complete documentation index, see [llms.txt](https://docs.helixapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helixapp.com/getting-started/sign-up/sso-wallet-migration.md).

# SSO wallet migration

Wallet Migration Guide

In June 2025, Helix upgraded email wallet providers to [Turnkey](https://www.turnkey.com/), the industry standard for security and compliance. This guide will help you migrate funds from the legacy provider to your new wallet.

#### How to Migrate

1. Click the **"Migrate"** button.

<figure><img src="/files/NZgPkcGgidJjhOQro3Qz" alt="" width="188"><figcaption></figcaption></figure>

2. Follow the steps to:

* Close all open positions
* Cancel any open orders
* Transfer funds to your new wallet address, which is displayed in the banner at the top of the page. *To transfer your assets, navigate to the "Portfolio" page from the top menu. Then, select "Balances" from the left sidebar menu. From there, you can transfer your assets to the address you have copied.*

<figure><img src="/files/QjKj0HtICHjI7MnE536O" alt="" width="188"><figcaption></figcaption></figure>

#### Temporary Access to Legacy Wallet

You can still access your legacy wallet until August 31, 2025

* Go to **Wallets**
* Click **More**
* Select **"Legacy Email Login"**

> ⚠️ **Important:** Helix will soon end support for the Legacy Email Wallet. We strongly encourage you to transfer all assets and close all positions as soon as possible.

<figure><img src="/files/DOZy2c110t9biU7OdGOy" alt="" width="188"><figcaption></figcaption></figure>

#### After Migration

Once all assets have been transferred and your positions closed, click **"Do not show again"** to dismiss the migration notice and continue trading as usual.


---

# 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://docs.helixapp.com/getting-started/sign-up/sso-wallet-migration.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.
