> 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.md).

# Wallets

- [Overview](https://docs.proxima.tools/wallets/overview.md): Proxima wallets are designed to prepare clean, realistic execution before a launch. You can generate wallets, fund them over time, generate activity, and organize everything.
- [Create Wallets](https://docs.proxima.tools/wallets/create-wallets.md): Wallets allow you to prepare clean, realistic execution before using Proxima’s advanced features.  They are not required to use Proxima, but generating and preparing wallets in advance is strongly rec
- [Folder](https://docs.proxima.tools/wallets/folder.md): Folders let you organize and manage wallets efficiently across launches.  They are a structural tool designed to keep large wallet sets clean, reusable, and easy to deploy when needed.
- [Funding](https://docs.proxima.tools/wallets/funding.md): Funding allows you to prepare your wallets before using them in launches, strategies, or automated actions. Proxima supports two funding methods, From Proxy or Centralized Exchanges
- [Generate Activity](https://docs.proxima.tools/wallets/generate-activity.md): Generate Activity lets you simulate realistic on-chain behavior by making wallets perform repeated buy and sell loops over time.  This helps wallets look used and active, rather than freshly generated
- [Marketplace](https://docs.proxima.tools/wallets/marketplace.md): Purchase wallets that already hold on-chain history, ready to use across your launches. Wallets are delivered to your account instantly after purchase.


---

# 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.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.
