# Object Explorer Overview

Object Explorer is a real-time tool that visualizes XRPL ledger activity and OBJECT token transactions through dynamic 3D objects.&#x20;

By mapping transaction failures ([tec codes](https://xrpl.org/docs/references/protocol/transactions/transaction-results/tec-codes) like tecAMM\_UNFUNDED) onto object distortions, it gives you a visual way to assess ledger health and token interactions.

***

### Why Use Object Explorer?

* **Enhanced Visualization:**\
  Traditional data lists can be hard to parse at a glance. Object Explorer transforms ledger metrics into dynamic and somewhat "bruised" 3D shapes, making patterns and anomalies immediately apparent.
* **Dual Functionality:**\
  Not only does it reflect ledger failure rates, but **it also doubles as an OBJECT token visualizer**.
* **Intuitive Metrics:**\
  Each ledger’s 3D object is modified based on the proportion of tec codes. A subtle noise distortion indicates a low failure rate, while a more pronounced “bruise” shows higher failure levels. A small icon with a percentage is displayed on the ledger card, giving you immediate insight into the error rate.

<figure><img src="/files/eYD7EChbh3QitiUaPQom" alt="" width="563"><figcaption><p>Example transaction with tec code error percentage shown as "2%."</p></figcaption></figure>

***

### How It Works

1. **Data Collection:**\
   The Explorer listens to XRPL ledger streams and gathers transaction data as ledgers close.
2. **Failure Rate Calculation:**\
   It calculates the failure rate by counting transactions with tec codes (for example, see [tecINSUF\_RESERVE\_OFFER](https://xrpl.org/docs/references/protocol/transactions/transaction-results/tec-codes#tecINSUF_RESERVE_OFFER)) relative to total transactions.
3. **Dynamic Object Modification:**\
   The calculated failure rate determines how much vertex noise is applied to a randomly chosen geometry. This distortion visually represents the ledger’s performance.
4. **OBJECT TX Toggle:**\
   A built-in toggle lets you filter the view to see OBJECT token transactions in a clean black & white theme, aligned with the official OBJECT icon.
5. **Interactive Lore (BONUS):**\
   Click or tap on any object to reveal a brief piece of lore—a poetic, auto-closing popup that adds personality and context to the data. This lore invites you to reflect on the ledger’s story and the underlying dynamics of the XRPL.

<figure><img src="/files/8pNSfGv3exuUE4k1Ydhz" alt=""><figcaption><p>Example lore shared by an object once clicked or tapped.</p></figcaption></figure>

***

### Resources

* [XRPL Explorer (LiveNet)](https://livenet.xrpl.org) – Explore detailed ledger data on XRPL.
* [Build Your Own](/objectxrpl/object-explorer/build-your-own-explorer.md)

***

### Get Involved

If you notice a ledger with a tec (failure) percentage above 20%, we’d love to hear about it. Share your findings and tag us on X at **@ObjectXRPL**. Engagement helps reach new people, deepening the collective understanding of XRPL dynamics as well.


---

# 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://object-docs.gitbook.io/objectxrpl/object-explorer/object-explorer-overview.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.
