# Connect An Existing Wallet

In addition to your Bound Auth wallet, you can import an existing wallet to view your portfolio across all holdings in one place.

{% stepper %}
{% step %}

### Go to **Portfolio** in the navigation

{% endstep %}

{% step %}

### Click **Connect wallet**

{% endstep %}

{% step %}

### Select your wallet type and follow the prompts

{% endstep %}
{% endstepper %}

{% hint style="info" %}
**VERIFY** - Supported wallet types (Unisat, Xverse, Leather, MetaMask, etc.) and connection flow to be confirmed with team.
{% endhint %}

## Bound Auth wallet vs imported wallet

|                | Bound Auth wallet | Imported wallet |
| -------------- | ----------------- | --------------- |
| Created by     | Bound on signup   | You, externally |
| Trading        | ✓ Full access     | To be confirmed |
| Portfolio view | ✓                 | ✓               |
| Self-custodial | ✓                 | ✓               |

{% hint style="info" %}
**VERIFY** - What imported wallets can do on Bound (trade, LP, or view only) to be confirmed with team.
{% 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://bound-1.gitbook.io/bound-docs/readme/connect-an-existing-wallet.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.
