# Recover Assets After Reown to Privy Migration

Pacifica has migrated its embedded/social login flow from Reown to Privy.

If you originally used **Reown social login** to access Pacifica, your assets are still controlled by the same on-chain wallet. To regain direct control of that wallet, you need to export the wallet's private key from Reown and import it into a wallet you control.

This guide is only for **legacy Reown social login users**. If you originally connected a self-custody wallet such as Phantom, Solflare, Backpack, or Ledger, you do not need this recovery flow.

> **Important:** Never share your private key with anyone, including Pacifica support. Only export it from Reown's official site, and store it securely offline.

## Official Reown Recovery Page

Use Reown's official secure recovery page: <https://secure.reown.com/>

## Video Walkthrough

{% embed url="<https://www.youtube.com/watch?v=sdaX-H1bgv4>" %}

## What This Process Does

The walkthrough shows how to:

1. Sign back into Reown using the same social login you used previously.
2. Export the private key for the wallet created under the old Reown flow.
3. Import that private key into a self-custodial Solana wallet.
4. Use that wallet to access, manage, or withdraw the same assets.

## Step-by-Step Summary

1. Go to Reown's secure recovery page at <https://secure.reown.com/> and sign in with the same social account you previously used on Pacifica.
2. Open the wallet management flow and export the wallet's private key.
3. Store the private key securely before leaving the page.
4. Import that private key into a supported self-custodial Solana wallet.
5. Use the imported wallet to access the same on-chain assets and reconnect to Pacifica if needed.

## Need Help?

If you run into issues during this process, contact support and include:

* The social login method you originally used
* Whether you can still access that same social account
* A screenshot of any error or blocked step


---

# 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://pacifica.gitbook.io/docs/support/recover-assets-after-reown-to-privy-migration.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.
