> For the complete documentation index, see [llms.txt](https://tutorials.ts.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.ts.finance/how-to-use-term-structure/onboarding-guide/explorer.md).

# Explorer

The [Term Structure Explorer](https://explorer.testnet.ts.finance/) provides users with a convenient way to navigate and examine the zkTrue-up L2 blocks while simultaneously checking the status of each transaction. Click "More" to find the "Explorer" function. Below are the descriptions of each status:

* Processing: This indicates that the block is actively collecting and accumulating transactions until a specific quantity is reached.
* L2EXECUTED: This indicates that the block has already been executed by the off-chain system.
* L2CONFIRMED: This indicates that the block has successfully passed the zkTrue-up verification process and is currently generating proof. The block will be rolled up to Ethereum shortly.
* L1CONFIRMED: This indicates that the block has been successfully rolled up to Ethereum.

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


---

# 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://tutorials.ts.finance/how-to-use-term-structure/onboarding-guide/explorer.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.
