> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/activity.md).

# Activity

Pending, confirmed, failed, replaced: every transaction and its explorer link.

{% stepper %}
{% step %}

### The Activity tab

Home → **Activity**. One line per transaction with its status: **Pending**, **Confirmed**, **Failed**, **Replaced** (sped up or cancelled) or **Expired**. Types include **Sent**, **Contract interaction**, **Swap**, **Bridge**.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-7fe2cd1c49313e912bb0e40bced9f375416be9bb%2F01-activity-list.png?alt=media" alt="activity list"><figcaption><p>The Activity tab. What you send from this wallet shows up here.</p></figcaption></figure>
{% endstep %}

{% step %}

### Transaction detail

Tap a line: **Hash**, **Block**, **Nonce**, amount, fee, and **View on explorer**. Pending transactions offer **Speed up** and **Cancel**. Bridges show their tracking status.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-cc1a2ead879a49ae2d411eb09009a811363622f5%2F02-tx-detail.png?alt=media" alt="tx detail"><figcaption><p>A transaction's details.</p></figcaption></figure>
{% endstep %}

{% step %}

### Notifications

With **Transaction notifications** on (Settings), the system shows a notification when a sent transaction confirms or fails, even if the wallet is closed.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-f9a46801b0e3deefe77f48f20c8a58fb29a31146%2F03-notification.png?alt=media" alt="notification"><figcaption><p>The confirmation toast inside the wallet; the system notification is the same message.</p></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Activity is stored in the extension only. [Reset the extension](/browser-extension/reset-the-extension.md) erases it; the blockchain, of course, keeps everything.
{% endhint %}


---

# 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://doc.lockerprotocol.com/browser-extension/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.
