# Manage Trading Wallets

To open the Defined Trading Wallets manager, select the wallet icon in the trading form on the right side of any token page (web), or at the bottom of your screen on mobile/app 👉<img src="/files/9qqEB27CZi4ubrFX1SNV" alt="" data-size="line">. You can also open the Wallets page from the [Portfolio](https://www.defined.fi/tokens/portfolio) page.

<figure><img src="/files/SYYHHeuy7JESVORYPShJ" alt=""><figcaption><p>Defined Wallet Manager</p></figcaption></figure>

From this panel you can accomplish the following:

* [Create & Import Wallets](#create-and-import-wallets)
* [Rename Wallets](#rename-wallets)
* [Deposit & Withdraw Funds](#deposit-and-withdraw-funds)
* [Hide/Unhide Wallets from Trading](#hide-unhide-wallets-from-trading)
* [Export Private Keys](#export-private-keys)
* [Bridge Funds to another Network](#bridge-funds-to-another-network)
* [Recover Passkey](#recover-passkey)

## Create & Import Wallets

Creating a new wallet is simple. Click the "Create Wallet" button, enter a name (can edit later), select "Create", validate with your Passkey, and you're done!

<figure><img src="/files/oi2Hk5dGWOvfSizlZCJ7" alt="" width="563"><figcaption></figcaption></figure>

To import a wallet (eg: Metamask, Phantom, etc.), select "Import Wallet" and validate the request with your Passkey.

{% hint style="info" %}
\*NEW\* As of Aug 2025, we have updated our authentication methods through Turnkey which will limit the need for inputting your passkey. While passkeys are still used behind the scenes, fewer prompts mean a more seamless trading experience with fewer interruptions. If you need any assistance with your account, be sure to reach out to our team.
{% endhint %}

<figure><img src="/files/1izU6iXQeJC4CXzLGoUx" alt="" width="563"><figcaption></figcaption></figure>

You will then be prompted to enter the external wallet's Private Key and give the wallet a name to finalize the import process.

<figure><img src="/files/2kg0fmRqoC8GTE3ayGwL" alt="" width="563"><figcaption></figcaption></figure>

## Rename Wallets

You can edit the name of your wallets at anytime with no Passkey required. Select the pencil icon next to the current wallet name, enter the new name and hit the checkmark to save ✅.

<figure><img src="/files/V0YWuxAu9YfrIg92iUky" alt="" width="563"><figcaption></figcaption></figure>

## Deposit & Withdraw Funds

After opening the wallet management panel, the "Deposit" and "Withdraw" functions will be available for your trading wallets:

<figure><img src="/files/r59rb3VvvLf4T82TOnUr" alt="" width="563"><figcaption><p>Note that "Withdraw" will not be available if you wallet is not yet funded.</p></figcaption></figure>

Selecting "Deposit" will open a panel to copy your trading wallet address. It is possible to skip this step and copy the wallet address from the wallet management panel directly. Once you have the address copied, you can use it send funds to your wallet from a CEX, DEX, or within other wallet apps such as Metamask and Phantom. Always double check that the wallet address matches exactly.

Selecting "Withdraw" (and applicable network) will allow you to send ETH/SOL/etc. to your linked wallet, or to another wallet by selecting "Use custom wallet" as seen below:

<figure><img src="/files/iJkZAMtKkIgSjuwfhUNN" alt="" width="563"><figcaption></figcaption></figure>

## Hide/Unhide Wallets from Trading

To show or hide specific wallets from the trading interface, simply select the eye symbol next to the wallet to toggle it from view 👉<img src="/files/zkjrSHp74tQmVn9NsMkg" alt="" data-size="original">

All visible wallets will be shown in the dropdown list in the trading panel, even those without funds. Hiding wallets will remove them from this list.

<figure><img src="/files/zUZ336xch1Oqn20Tr0qB" alt=""><figcaption><p>Visible wallets available for trading.</p></figcaption></figure>

## Export Private Keys

Private Keys for your Defined Wallets are locked behind Passkey authorization for added security. If you would like to view and/or export the private key of any of your Defined Wallets, simple select the "Export" option and validate with your Passkey.&#x20;

Why export your private key? Keeping your PK in a safe and secure place, offline, is a good way to guarantee you always have a way to access your wallet. It also allows you to import your wallet into other platforms, including Metamask/Phantom should you desire. Never share your PK with anyone.

<figure><img src="/files/cniNg8NXCcjCN2fbJsNA" alt="" width="352"><figcaption></figcaption></figure>

{% hint style="danger" %}
Users may at any time export their wallet's private keys for recovery purposes, however, they must do so **at their own risk** as we cannot guarantee private key safety once exported. Do not share your private key with anyone. Defined has no access to your Private Keys.
{% endhint %}

## Bridge Funds to another Network

You can also bridge funds across EVM networks by selecting the "Bridge Funds" option. Currently we support bridging between 10 EVM networks. Bridging to other networks, including Solana, will come in future updates.

If you need to bridge funds to a network not on our list, you can either send funds from an external wallet, or export your private key and connect to a bridging service of your choice.

<figure><img src="/files/d93gqVcDI6Bur0dNZmxx" alt="" width="563"><figcaption></figcaption></figure>

## Recover Passkey

If you've lost the passkey for your trading wallets, you can gain access as long as you've added a recovery email to your account. We recommend adding your email as an additional sign-in method on account creation.&#x20;

To recover your passkey, you can select the "Recover" option under "Manage Account" (clicking on your login wallet/info), or by selecing "Recover passkey" on the Wallet Management Panel

<figure><img src="/files/PcJoe8LWSafS9GSld9Kp" alt=""><figcaption></figcaption></figure>

Please [contact us](/defined-docs/contact-us.md) should you encounter issues with any of these wallet management features.&#x20;

Next we will go over some of the trade settings to help you get the most out of your trading sessions on Defined. 👉


---

# 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://docs.defined.fi/defined-docs/defined-classic/getting-started/manage-trading-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.
