# Token Activity History

**Token Activity History** is a log of all token-related actions performed through your Tsunammi account. Use it to track every token creation and PumpFun launch across all your sessions.

***

### Overview

The history table displays three columns:

| Column     | Description                                        |
| ---------- | -------------------------------------------------- |
| **Date**   | Timestamp of the action (format: `DD.MM.YY HH:MM`) |
| **Action** | Type of operation performed                        |
| **Value**  | Token details associated with the action           |

***

### Action Types

| Action                  | Description                                            |
| ----------------------- | ------------------------------------------------------ |
| **Created token**       | A new SPL token was deployed via the Create Token tool |
| **Launched on PumpFun** | A token was created and launched directly to pump.fun  |

***

### Filtering by Date

Use the **Pick a date** calendar picker in the top-right corner to filter the history by a specific date. This is useful when you've launched multiple tokens and need to find a specific session.

***

### Reading the Log

Each row represents a single on-chain action. Clicking **Token information** in the Value column opens the details for that specific token — including its name, ticker, mint address, and transaction signature.

***

### Tips

* **Multiple launches on the same day** — each appears as a separate row, even if they share the same timestamp.
* **Didn't see your token?** — Make sure you're connected with the same wallet used during creation. History is wallet-specific.
* **Track your launches** — use the date filter to review all activity from a specific campaign or launch window.


---

# 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://tsunammi.gitbook.io/tsunammi/token-management/token-activity-history.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.
