# Reading the Chain&#x20;

### Overview / why it matters

Block explorers show what actually happened. Use them to verify deposits, claims, and contract details.

### Core concepts

* Explorer: Website to view blocks, accounts, and contracts.
* Tx hash: Unique ID of your transaction.
* Contract address: Where a token or app lives on-chain.
* Verified contract: Source code published and matched.
* Events/logs: Data emitted by contracts (e.g., “Transfer”).

### Key takeaways

* Always match the token contract before buying or claiming.
* A “success” on the explorer confirms the transaction’s outcome.
* Copy your tx hash to track status or share with support.

<br>


---

# 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://mosaic-9.gitbook.io/mosaic-launchpad/101-starter-pack/reading-the-chain.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.
