> For the complete documentation index, see [llms.txt](https://docs.proxima.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.tools/wallets/marketplace.md).

# Marketplace

Open the Marketplace as a standalone page, or directly from [Launch Settings](/create-launch/launch-settings.md#import-wallets)section. When opened from a launch, the flow continues with **Next**, so the purchased wallets can be brought into that launch.

### How It Works

* Set the number of wallets, apply filters, then review the preview.
* The preview lists every wallet matching your selection, with its balance, transaction count, funding details, and price.
* Confirm to purchase. Wallets are added to your account immediately.

<div align="left"><figure><img src="/files/Z4CaqlWv1sHI8maUYa9I" alt="" width="563"><figcaption></figcaption></figure></div>

### Number of Wallets

* Enter a custom amount, or use the presets : **10**, **25**, **50**, **100**.

### Filters

Quick toggles narrow the wallets shown in the preview :

* **25 Minutes Funding Gap** : only wallets funded at least 25 minutes apart.
* **Minimum 1 Day Old** : only wallets funded more than 24 hours ago.

The **Advanced** button shows the number of active advanced filters as a badge.

#### Advanced Settings

* **Min. Age / Max. Age** : filter by wallet age, in `DAY : HOURS`.
* **Balance** : set a **Min.** and **Max.** wallet balance, in SOL.
* **Min. Funding Gap** : minimum time between funding events, in minutes.
* **Exchanges** : restrict results to wallets funded from selected sources : Wallet, Binance, Kucoin, Bitget, Mexc, Gate, Whitebit. Use **Select All** to include every source.
* **Save** applies the filters, **Close** discards them.

<div align="left"><figure><img src="/files/MUsB0DlMtQ0jQNB7SoAQ" alt="" width="375"><figcaption></figcaption></figure></div>

### Preview

Lists the wallets matching your current selection :

* **Balance** : SOL held by the wallet.
* **Txs** : number of transactions on the wallet.
* **Funding** : when and from where the wallet was last funded.
* **Price** : cost of the individual wallet.

Use the trash icon to remove a wallet from the selection.

<div align="left"><figure><img src="/files/m8b1HjCPFoAN8A8AYH8M" alt="" width="375"><figcaption></figcaption></figure></div>

### Pricing

* **Total price** : sum of the selected wallet prices.
* **Net price** : Price excluding wallets holdings.

### History

Review your past purchases under the **History** tab.

* Each order shows the time, the number of wallets, and the total SOL spent.
* Expand an order to view its details.

<div align="left"><figure><img src="/files/J9m9RgWh5vXdP66Zrja6" alt="" width="375"><figcaption></figcaption></figure></div>

### Purchasing

* Click **Purchase \[N] Wallets** to complete the order.
* Purchased wallets are added to your account and available immediately.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.proxima.tools/wallets/marketplace.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
