> For the complete documentation index, see [llms.txt](https://docs.wow3.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wow3.app/features/on-chain-activities.md).

# On-chain Activities

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

Transparency is a cornerstone of blockchain technology, and WOW3 empowers you to harness that transparency! Here's how:

**Track Your History:**

* Enter any Ronin Network wallet address into WOW3, and access a detailed history of most transactions associated with that address.
* We translate complex on-chain data into easy-to-understand language, making it simple to track your own activity or explore the actions of others.

**Effortless Filtering:**

* Utilize the Activity Types Filter to quickly zoom in on specific transaction types that interest you. This allows for focused analysis and simplifies information overload.

**Commitment to User Experience:**

* We've invested significant effort in developing the Activity feature and remain dedicated to its continuous improvement. We understand the importance of comprehensive activity tracking for both experienced users and newcomers to the Web3 space.

**Stay Ahead of the Curve:**

* While some events might not be fully categorized within WOW3 yet, rest assured that we're actively working to enhance this feature. Our goal is to provide you with the most complete and user-friendly activity tracking experience possible.


---

# 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://docs.wow3.app/features/on-chain-activities.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.
