# Avascan Knowledge Base

## Avascan Knowledge Base

- [Get started](https://docs.avascan.info/master.md)
- [Introduction](https://docs.avascan.info/how-to-use-avascan/introduction.md): How to explore the Avalanche network with Avascan
- [Homepage](https://docs.avascan.info/how-to-use-avascan/homepage.md): Every Avalanche data at a glance
- [Unified Transaction List](https://docs.avascan.info/how-to-use-avascan/unified-transaction-list.md)
- [Blocks](https://docs.avascan.info/how-to-use-avascan/blocks.md)
- [Assets](https://docs.avascan.info/how-to-use-avascan/assets.md)
- [Token page](https://docs.avascan.info/how-to-use-avascan/token-page.md)
- [Verified contracts](https://docs.avascan.info/how-to-use-avascan/verified-contracts.md)
- [Marketcap](https://docs.avascan.info/how-to-use-avascan/marketcap.md)
- [Network Activity](https://docs.avascan.info/how-to-use-avascan/network-activity.md)
- [Avalanche Bridge](https://docs.avascan.info/how-to-use-avascan/avalanche-bridge.md)
- [Transaction Details](https://docs.avascan.info/how-to-use-avascan/transaction-details.md)
- [Blockchains](https://docs.avascan.info/how-to-use-avascan/blockchains.md): Browse blockchain on Avalanche network with Avascan
- [X-Chain](https://docs.avascan.info/how-to-use-avascan/x-chain.md): X-Chain indexing is provided by Norge, Avascan's powerful custom Avalanche indexer.
- [C-Chain](https://docs.avascan.info/how-to-use-avascan/c-chain.md)
- [Staking](https://docs.avascan.info/how-to-use-avascan/staking.md): Browse validators and delegations on the Avalanche network with Avascan
- [Whale Transactions](https://docs.avascan.info/how-to-use-avascan/whale-transactions.md): Browse the latest and top transactions over 100,000 AVAX
- [Rich List](https://docs.avascan.info/how-to-use-avascan/rich-list.md): Top addresses by AVAX balance
- [Hot dApps](https://docs.avascan.info/how-to-use-avascan/hot-dapps.md): Discover the most used dApps in the last 7 days
- [Burned Fees](https://docs.avascan.info/how-to-use-avascan/burned-fees.md)
- [AVAX Genesis](https://docs.avascan.info/how-to-use-avascan/avax-genesis.md)
- [Avalanche Market Cap](https://docs.avascan.info/how-to-use-avascan/avalanche-tokens-list.md): Aggregating all tokens on the Avalanche network
- [Keyboard shortcuts](https://docs.avascan.info/how-to-use-avascan/keyboard-shortcuts.md): If you're a geek like us, you'll enjoy Avascan keyboard shortcuts.
- [Universal Search v0.1](https://docs.avascan.info/how-to-use-avascan/universal-search-v0.1.md): Search addresses, tokens, NFTs, validators and delegations across the Avalanche network
- [Metamask configuration](https://docs.avascan.info/how-to-use-avascan/browse-c-chain-on-web3-wallets.md): Configuration of Avalanche C-Chain on Metamask
- [How to delegate](https://docs.avascan.info/guide-delegation-avalanche-network/guide-delegation-avax-web-wallet.md): How To delegate your AVAX and earn up to 12% yearly in staking rewards
- [FAQs](https://docs.avascan.info/guide-delegation-avalanche-network/faq.md): We’re constantly expanding these FAQs: new ones are first
- [How to choose a validator](https://docs.avascan.info/guide-delegation-avalanche-network/choose-validator-node-avalanche.md): Choose the best validator to delegate according to your own profile (risk/reward ratio, liquidity, effort required)
- [Avascan validators](https://docs.avascan.info/guide-delegation-avalanche-network/avascan-validators.md)
- [Validator Claim](https://docs.avascan.info/programs/validator-claim.md): Instructions to claim your Validator on Avascan
- [Asset Claim](https://docs.avascan.info/programs/asset-claim.md): How to add rich information to your asset on Avascan
- [Address Claim](https://docs.avascan.info/programs/address-claim.md)
- [The Blue Badge](https://docs.avascan.info/programs/the-blue-badge.md): How to get the Blue Badge and why it's so important
- [How to verify smart contract](https://docs.avascan.info/tutorial/smart-contract-submission.md): Submit your smart contract code for independent verification and publishing on Avascan
- [How to setup your token marketcap](https://docs.avascan.info/tutorial/how-to-setup-your-token-marketcap.md)
- [Deploy and verify an ERC-20 token](https://docs.avascan.info/tutorial/deploy-and-verify-an-erc-20-token.md)
- [Documentation](https://docs.avascan.info/api/documentation.md)
- [/api/v1 (deprecated)](https://docs.avascan.info/api/api-v1-deprecated.md)
- [Supply (deprecated)](https://docs.avascan.info/api/api-v1-deprecated/avax-supply.md)
- [Statistics (deprecated)](https://docs.avascan.info/api/api-v1-deprecated/statistics.md): Source staking statistics from the Primary Network
- [Staking (deprecated)](https://docs.avascan.info/api/api-v1-deprecated/staking.md): Source validators data from the Primary Network
- [Burned fees (deprecated)](https://docs.avascan.info/api/api-v1-deprecated/fees.md)
- [GraphQL (deprecated)](https://docs.avascan.info/api/api-v1-deprecated/quickstart-graphql.md): Explore the Avalanche platform easily using Avascan's API endpoints. Docs will be updated weekly as we approach Avalanche mainnet. API is still under development.
- [/api/v2](https://docs.avascan.info/api/api-v2.md)
- [Supply](https://docs.avascan.info/api/api-v2/supply.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.avascan.info/master.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.
