> For the complete documentation index, see [llms.txt](https://docs.autonomous.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autonomous.finance/products/ecosystem-tooling/ao-link.md).

# AO Link

### What is AOlink?

**AOlink** (accessible at [ao.link](https://ao.link)) is a fully decentralized **transaction explorer** for the AO network. It provides a comprehensive view of on-chain transaction messages and computations, offering an interactive experience similar to block explorers but tailored for the unique structure of the AO network.

#### Key Features of AOlink:

* **Decentralized Transaction Explorer**: AOlink reflects all on-chain transaction messages and computational processes in real-time, allowing users to explore the AO network’s activities transparently.
* **Message Explorer**: It serves as a powerful message explorer, organizing and displaying linked messages to make navigating the network easier, much like traditional blockchain explorers.
* **Graphical Visualization**: Message links are visually represented, helping users understand the connections and flow between different transactions and processes on the network.
* **Manual Message Interaction**: Users can manually interact with on-chain processes by sending messages, enabling direct engagement with decentralized applications or smart contracts.
* **Real-Time Message Streaming**: AOlink streams messages in near real-time, with data retrieval coming from **public gateways**. The information is nearly immediate, only limited by the small delay typically associated with the gateway.
* **Additional Tools**: Users can also view their token balances, inboxes, and even the code behind processes, giving full control and insight into network interactions.

***

AOlink goes beyond a typical block explorer by enabling real-time exploration and interaction with the AO network. It retrieves data from public gateways, providing near real-time updates with only minimal delays. With features like message computation, graphical visualizations, and manual message interactions, AOlink offers developers and users deep insight and control over network activity, creating a dynamic and transparent way to explore and interact with the decentralized AO ecosystem.

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

{% embed url="<https://www.ao.link/>" %}


---

# 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:

```
GET https://docs.autonomous.finance/products/ecosystem-tooling/ao-link.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.
