> For the complete documentation index, see [llms.txt](https://docs.cryptum.io/english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptum.io/english/cryptum/ecosystem/avalanche-c-chain.md).

# Avalanche C-Chain

The Avalanche C-Chain is a third-generation blockchain network that offers a scalable and low-cost solution for the transfer of digital assets. It was created by the Avalanche team, a platform that aims to improve interoperability between different blockchains and enable more efficient value transfer.

One of the main features of Avalanche C-Chain is its ability to process transactions quickly and cheaply, with a throughput rate of up to 4,500 transactions per second and an average transaction cost of just $0.001. This makes the network an attractive solution for companies and individuals who want to transfer digital assets quickly and efficiently.

In addition, the Avalanche C-Chain is compatible with the Ethereum Virtual Machine (EVM), allowing developers to use familiar tools to create and deploy smart contracts on the network. This means that companies that already have infrastructure on the Ethereum network can easily migrate to Avalanche C-Chain and take advantage of the benefits of scalability and low cost.

Finally, the Avalanche C-Chain uses a unique consensus system called Avalanche, which allows the network to process transactions in a decentralized and secure manner. The system is designed to ensure that the network can reach consensus quickly, even under high market volatility conditions. These features make the Avalanche C-Chain an attractive option for companies and developers looking for a scalable, low-cost, and secure blockchain network for the transfer of digital assets.

{% embed url="<https://www.avax.network/>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cryptum.io/english/cryptum/ecosystem/avalanche-c-chain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
