# Avalanche

## Introduction

[**Avalanche**](https://www.avax.network/) is an open-source platform for launching decentralized applications (dApps) and enterprise-grade blockchain deployments in one interoperable, highly-scalable ecosystem. It aims to deliver a seamless experience for users and developers by enabling the creation of custom, private, and public blockchains, as well as digital asset trading.

### **Chain Information**

{% embed url="<https://docs.avax.network/>" %}
Official Documentation
{% endembed %}

| chainId (int) | chainName (string) | EVM Chains                 |
| ------------- | ------------------ | -------------------------- |
| 43114         | avalanche          | Avalanche Mainnet(C-Chain) |
| 43113         | avalanche          | Avalanche Testnet(Fuji)    |


---

# 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://wallet-docs.broearn.com/overview/available-networks/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.
