# Supported Networks

Crypitor currently supports multiple blockchain networks, each with specific confirmation block requirements. This ensures that your transactions are reliably monitored and confirmed. Below is a list of supported networks along with their respective details:

#### Network Details

1. **Ethereum**
   * **ID:** 1
   * **Hex ID:** 0x1
   * **Name:** Ethereum
   * **Confirmation Block:** 12
   * **Explorer:** [Etherscan](https://etherscan.io)
   * **Native Currency:** ETH
   * **Enabled:** Yes
2. **BSC (Binance Smart Chain)**
   * **ID:** 56
   * **Hex ID:** 0x38
   * **Name:** BSC
   * **Confirmation Block:** 18
   * **Explorer:** [BscScan](https://bscscan.com)
   * **Native Currency:** BNB
   * **Enabled:** Yes
3. **Polygon**
   * **ID:** 137
   * **Hex ID:** 0x89
   * **Name:** Polygon
   * **Confirmation Block:** 50
   * **Explorer:** [Polygonscan](https://polygonscan.com)
   * **Native Currency:** MATIC
   * **Enabled:** Coming soon
4. **Avalanche**
   * **ID:** 43114
   * **Hex ID:** 0xa86a
   * **Name:** Avalanche
   * **Confirmation Block:** 50
   * **Explorer:** [Snowtrace](https://snowtrace.io)
   * **Native Currency:** AVAX
   * **Enabled:** Coming soon
5. **Mantle**
   * **ID:** 5000
   * **Hex ID:** 0x1388
   * **Name:** Mantle
   * **Confirmation Block:** 50
   * **Explorer:** [Mantle Explorer](https://explorer.mantle.xyz)
   * **Native Currency:** MNT
   * **Enabled:** Coming soon


---

# 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.crypitor.com/crypitor-service/network/supported-networks.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.
