# Activity Section

QSafe Wallet provides a separate section for users to keep track of all the account activities, including sending, receiving tokens, contract interactions, and much more.

The image below shows the seamless, user-friendly UI for activity section functionality.

* **Address** (e.g., `0xffD5...B27`).
* **Timestamp** (e.g., "19 hours ago").
* **Status** (e.g., "Received", "Failed").
* **Amount** (e.g., `-0.0001 POL`, `$0.00022`).

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

***

#### Activity Log

This section reflects real-time account activity and transaction history.

**Key Activity Types:**

* **Received Transactions**
  * Shows incoming token amounts (e.g., `0.001 POL`)
  * Displays sender address (e.g., `0xffD5...c06B27`)
  * Timestamp of the transaction (e.g., *19 hours ago*)
  * Token value in USD (e.g., `$0.000216`)
* **Failed Transactions**
  * Clearly marked as **Failed**
  * Shows attempted amount (e.g., `-0.0001 POL`)
  * Same address, timestamp, and token equivalent in USD

***


---

# 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.qsafewallet.com/all-features/activity-section.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.
