> 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/settings/activity.md).

# Activity

More focused history views are also available on [Live](/live-settings/overview.md) for a single launch and on [Funder](/funder/funder.md) for funder withdraws.

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

***

### Scope

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

Switch the feed between :

* **All** : every event across your account
* **Launches** : launch-related events only
* **Wallets** : wallet-related events only

### Filters

Narrow the feed with event-type chips :

* **Trades** : buy and sell events
* **Launch Funding** : funding sent to a launch
* **Wallets Funding** : funding sent to wallets
* **Withdraws** : funds sent to an external address
* **Shield** : Shield events
* **Archive** : archived launches

Other chips include **Runners** and **Rescue**.

Additional controls :

* **Search** : find events by launch, event, or wallet
* **Date range** : filter by period. Default : `All-Time`
* **Chain** : filter by `All`, `Solana`, `Ethereum`, or `Base`

***

### Reading the feed

Each entry has three columns :

* **Context** : the event type and the launch or token it belongs to
* **Details** : event specifics such as amounts, destinations, or wallet counts
* **Time** : when it happened

The **Time** column is sortable.

Event types include **Launch**, **Distribute**, **Sniper Guard**, **Withdraw**, **Collect Fees**, **Sell Dev**, **Buy**, and more.

***

### Live history

The **History** tab on a launch's **Live** page shows only the logs tied to that launch.

It includes the events that make up the current launch and nothing outside it.

Use sub-filters to narrow the feed

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

***

### Funder history

The **History** tab in **Funder** shows funder withdraws only.

The panel also shows the total value of your funders, with **Deposit** and **Withdraw** actions.

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


---

# 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/settings/activity.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.
