# Favorite Wallets

### **Overview**

The **Favorite Wallets** feature allows users to keep track of selected wallets for easy access and monitoring. By saving wallets as favorites, copy traders can quickly check their performance, risk exposure, and profit metrics without searching for them repeatedly.

<figure><img src="/files/KVIf8NAoXmoX5zhpjFf6" alt=""><figcaption><p>Tracked Wallets</p></figcaption></figure>

#### 🚨 Wallet Expiration Notice &#x20;

**Important**: All favorited wallets now have a 15-day expiration period.&#x20;

When you add a wallet to your favorites, it will be active for 15 days. After this period, you'll need to renew it to continue receiving notifications. The renew button will be visible during the last 3 days before expiration.

### **Favorite Wallets Table**

Each row in the **Favorite Wallets** table represents a saved wallet and its key metrics:

* **Actions:**
  * ⭐ **(Favorite Icon)** - Indicates that the wallet is marked as a favorite. Click to remove from favorites.
  * **⏩️ (Copy Trade Icon)** - Instantly copy the trades of this wallet.
* **Trader:**
  * The wallet address of the trader. Clicking on it opens the **Wallet Details** page for a deeper analysis of their trading behavior.
* **Perp Equity:**
  * The total capital available in the wallet for perpetual trading. Higher values indicate a trader with significant capital in the market.
* **Margin Usage:**
  * The percentage of the trader’s equity currently used as margin for open trades. This helps gauge how leveraged a trader’s strategy is.
* **Unrealized PnL:**
  * The trader’s profit or loss from open positions that have not been closed yet. A positive value (green🟢) indicates unrealized gains, while a negative value (red🔴) shows potential losses.

***

### **How to Use the Favorite Wallets Feature**

1. **Save Wallets for Quick Access:**
   * Click the ⭐ icon next to a wallet in the [**Discover Wallets**](/features/discover-wallets.md) section to add it to your favorites.
   * Easily revisit high-performing traders without searching for them again.
2. **Monitor Key Metrics in Real-Time:**
   * Track **Perp Equity, Margin Usage, and Unrealized PnL** to stay updated on a trader’s market activity.
   * Watch how their portfolio evolves over time.
3. **Open Wallet Details for a Deeper Analysis:**
   * Click on the wallet address to access the **Wallet Details** page.
   * Review open positions, trade history, and market exposure in detail.
4. **Copy Trades Directly from Your Favorite Wallets:**
   * Click the **Copy Trade** icon to replicate the trader’s strategy instantly.
   * Customize position size and risk parameters before execution.


---

# 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.dextrabot.com/features/fav-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.
