# Wallets

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

Key Features:

* Search & Filter: Search by wallet name with active/inactive toggle
* Total Balance Display: Shows aggregate SOL balance across all displayed wallets
* Wallet Details: Displays name (rename-able), tags, address (hide-able), private key (hidden, copyable), token holdings, unclaimed rent, and SOL balance
* Bulk Selection: Checkbox selection with "Select All" functionality
* Sorting: Clickable column headers to sort by name, token holdings, unclaimed rent, or SOL balance
* Virtual Scrolling: Uses TanStack Virtual for optimized rendering of large wallet lists

Wallet Operations (selection-based):

* Generate/Import: Add new wallets to the system
* Fund: Send SOL to selected wallets (max 20)
* Tag: Apply platform tags (Photon, BullX, Trojan, Axiom, GMGN, PepeBoost)
* Warm: Execute warming transactions on wallets
* Redistribute: Balance SOL across selected wallets (max 20)
* Reclaim Rent: Recover rent from closed token accounts
* Withdraw: Extract SOL/tokens from selected wallets
* Export: Download wallet data as CSV
* Activate/Deactivate: Toggle wallet active status

Additional Features:

* Re-sync balances button to refresh all wallet balances from blockchain
* Inline wallet renaming via popover
* Token holdings tooltip showing detailed balances per token


---

# 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://froglabsio.gitbook.io/terminal/the-details/editor.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.
