# Activity

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

The page lists the most recent bot actions with four columns:

* **Time** — Relative time (e.g., *8 hours ago*). Hover for exact UTC.
* **Action** — Event type with color (🟢 **Buy**, 🔴 **Sell**, 🟡 **Update/Info**).
* **Token** — Token name and/or short CA. Click the copy icon to copy the **CA**.
* **Message** — Human‑readable summary (price, size, reason, trigger).

Use **Clear** (top‑right) to wipe the visible list from your browser (does not delete history on the server).

***

### Event type reference

| Event                 | What it means                           | Typical message                                                  |
| --------------------- | --------------------------------------- | ---------------------------------------------------------------- |
| Buy                   | Position opened                         | `Exchanged 0.0500 SOL for 182.4824 TOKEN`                        |
| Sell                  | Position (partially) closed             | `Exchanged 182.4824 TOKEN for 0.0600 SOL – Reason: TP L2 (+40%)` |
| Trailing updated      | New trailing floor set                  | `Trailing raised: new floor +25%`                                |
| UDM floor set         | Unlimited Drop Mode floor armed         | `UDM: set floor at +120% after target +200%`                     |
| Wait for Dip armed    | Bot waiting for retrace                 | `WFD armed at +30%, dip target -10%`                             |
| Wait for Dip executed | Buy after retrace                       | `WFD hit: -9.7% from local high → buy 0.05 SOL`                  |
| Smart Copy hit        | N wallets bought within window          | `Smart Copy: 3/5 wallets in 2s → buy`                            |
| Filters blocked       | Market/website filters stopped an entry | `Blocked: Liquidity < 5 SOL`                                     |
| Retry/Fail            | Processor/network issue                 | `Route failed, retrying with higher priority`                    |


---

# 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.leap-blockchain.com/leap-trading-sol-bot/leap-trading-bot-setup/activity.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.
