# Your Wallets

When you sign up, Defi App creates two new wallets for you: one for EVM chains and one for Solana. You can add any of your existing wallets to manage those assets from Defi App as well.

## How It Works

Defi App automatically creates an EVM and a Solana wallet for you (smart accounts). Connect any additional wallets you own and manage them through Defi App.&#x20;

{% hint style="success" %}
All assets remain in your wallets; Defi App never takes custody of funds.
{% endhint %}

### **Smart Accounts**

When you [create an account](/knowledge-base/onboarding/create-an-account.md) on Defi App, smart contracts (or smart accounts) are automatically deployed on every supported EVM chain, under the same address. There is one unique address for your EVM-based chains, and one for Solana, as well.&#x20;

This means that regardless of the blockchain you are interacting with, your wallet address remains consistent, making it easier to manage assets across different networks.

### **Wallet Aggregation**

Defi App allows you to aggregate multiple wallets within a single interface. This means that users can add multiple EVM and Solana wallets to their account and easily switch between them without needing to manage separate wallet interfaces or applications for each chain.&#x20;

However, only one EVM and one Solana wallet can be active at a time, keeping wallet management straightforward.

<div align="left"><figure><img src="/files/vaodFIAybESXZCGJQZWF" alt="" width="413"><figcaption></figcaption></figure></div>

***

## Manage Your Wallets

To manage your connected wallets, click the Defi App menu in the top-right corner of the app.

<div align="left"><figure><img src="/files/EnOZ0AoSipEO9vLHRyGZ" alt=""><figcaption></figcaption></figure></div>

### Switching Between Active Wallets

Defi App allows you to switch between your active wallets in just a few clicks, keeping your DeFi experience seamless and organized. Whether you’re using the EVM and Solana wallets automatically created for you or external wallets you’ve attached, Defi App makes switching active wallets easy.

This flexibility allows you to choose the wallet you want to use for different activities, such as swapping tokens or staking assets, ensuring you have control over which assets are accessible at any given time.

When you have multiple wallets attached, you can toggle which wallet to set as active for each type (EVM or Solana). Only the active wallet is used for transactions, swapping, or staking at any given time.

To change your active wallet, go to your **Settings**, then **Wallets,** and click on the wallet that you want to activate. A green dot indicates an active wallet.

<div align="left"><figure><img src="/files/vaodFIAybESXZCGJQZWF" alt="" width="413"><figcaption></figcaption></figure></div>

***

### Connect an Existing Wallet to Defi App

Optionally, you can connect your existing wallets, allowing you to manage them through Defi App as well. To connect another wallet, go to **Settings,** then to **Wallets,** and click on **Connect Wallet**.

{% hint style="success" %}
All assets remain in your wallets; Defi App never takes custody of funds.
{% endhint %}

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

***

### Disconnect a Wallet

Disconnecting wallets you don't use from Defi App use can help declutter your account.

Disconnecting a wallet removes it from the Defi App interface, but the funds within the wallet remain securely stored on-chain. You can still access and manage those funds directly through the external wallet provider (e.g., MetaMask or Phantom).

To disconnect a wallet, go to your **Settings**, then **Wallets**, and click the ![](/files/QM65rTuWbHRMTKqXUs8A) icon for the wallet you want to disconnect.


---

# 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.defi.app/knowledge-base/wallets/your-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.
