> For the complete documentation index, see [llms.txt](https://docs.avascan.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avascan.info/how-to-use-avascan/x-chain.md).

# X-Chain

At time of writing, X-Chain is the most completely indexed chain among the chains validated by the **Primary Network**. X-Chain indexing is provided by **Norge**, Avascan’s custom indexer now in version 1.0, announced in our [Explore #11 newsletter](https://blog.avascan.info/2020-12-04-explore-eleven.html) in late 2020.

Data about X-Chain is accessible by clicking on the **X-Chain** button in the navbar. Currently, all aggregated data and the transaction list shown in the home page show data from X-Chain only.

![Transation on X-Chain on Avascan](/files/-MRzJj9Ob1uEzxn-1iEj)

The *Transactions on X-Chain* page shows basic information about X-Chain: its **name** and **blockchain ID**, as well as a list of transactions and assets on-chain, that are displayed in two tabs that can browsed by clicking either the **TRANSACTION** or the **ASSETS** button in the right side of the page. By default, the **TRANSACTIONS** tab is shown first.

*More coming soon!*


---

# 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.avascan.info/how-to-use-avascan/x-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.
