# Wallet Activity History

**History** in the Wallet Management section is a log of all wallet-related operations: bulk wallet creation, imports, top-ups, and other system events.

> This is a separate section from **Token activity history** (Token Management). Only wallet operations are recorded here.

***

### Event Table

| Column     | Description                                       |
| ---------- | ------------------------------------------------- |
| **Date**   | Timestamp of the event (format: `DD.MM.YY HH:MM`) |
| **Action** | Type of operation performed                       |
| **Value**  | Details of the operation                          |

#### Action Types

| Action                   | Description                          |
| ------------------------ | ------------------------------------ |
| **Wallets batch create** | Bulk generation of wallets in a pool |

Example **Value** entries:

* `Created 100 wallets with test1` — 100 wallets generated in pool `test1`
* `Created 10 wallets with Test` — 10 wallets generated in pool `Test`

***

### Date Filter

Use the **Pick a date** calendar picker in the top-right corner to filter events by a specific date.

***

### Empty State

If no operations have been performed yet, the page displays **No history yet** with the message: *"Actions and system events will appear here once they occur."*

***

### Tips

* **Refresh** — use the Refresh button in the top-right corner to update the table in real time.
* Entries appear immediately after an operation completes — no page reload required.


---

# 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/wallet-management/wallet-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.
