# Avalanche

Avalanche is an open-source platform for launching decentralized applications and deploying public and private blockchains within a unified, scalable ecosystem. Avalanche consists of a primary network and an unlimited number of subnets. In turn, the primary network includes three blockchains:

* The Platform Chain (P-Chain) stores metadata, coordinates validators, and tracks subnets.
* The Contract Chain (C-Chain) enables the creation of Ethereum-compatible smart contracts.
* The Exchange Chain (X-Chain) provides tools for exchanging data between subnets, as well as creating interchangeable tokens and NFTs.

Avalanche subnets are similar to L2 solutions for Ethereum and parachains in Polkadot, but with fully isolated blockchain states. Any Avalanche user can create a subnet by paying a fee of 0.01 AVAX. All Avalanche nodes must verify transactions in the primary network, and optionally in other subnets.

Subnet creators can include various parameters, such as launching multiple blockchains and setting their own validator requirements, such as mandatory KYC/AML compliance.


---

# 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://docs.cryptodo.app/blockchains/avalanche.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.
