# Networks

When referencing a network in an API call (for example, when creating a payment intent), the `network` field must be set to the symbol corresponding to the network you want to operate on.\
The mapping between networks and their symbols is detailed in the table below.\
For example, for the Bitcoin network, you should specify `BTC` as the value of the `network` field.

| **Network symbol** | **Name**                |
| ------------------ | ----------------------- |
| ADA                | Cardano                 |
| ALGO               | Algorand                |
| ARBITRUM           | Arbitrum One            |
| ATOM               | Cosmos                  |
| AVAX               | Avalanche               |
| AVAXC              | AVAX C-Chain            |
| BASE               | Base                    |
| BCH                | Bitcoin Cash            |
| BSC                | BNB Smart Chain (BEP20) |
| BTC                | Bitcoin                 |
| CELO               | CELO                    |
| DASH               | Dash                    |
| DOGE               | Dogecoin                |
| DOT                | Polkadot                |
| ETC                | Ethereum Classic        |
| ETH                | Ethereum (ERC20)        |
| FIL                | Filecoin                |
| FILEVM             | FILEVM                  |
| FTM                | Fantom                  |
| HBAR               | Hedera Hashgraph        |
| LIGHTNING          | Lightning Network       |
| MANTA              | Manta Network           |
| MATIC              | Polygon POS             |
| NEAR               | NEAR Protocol           |
| OPTIMISM           | Optimism                |
| RON                | Ronin                   |
| SCROLL             | Scroll                  |
| SEGWITBTC          | BTC(SegWit)             |
| SOL                | Solana                  |
| STARKNET           | Starknet                |
| STATEMINT          | Asset Hub (Polkadot)    |
| SUI                | Sui                     |
| TON                | The Open Network        |
| TRX                | Tron (TRC20)            |
| VET                | VeChain                 |
| XLM                | Stellar Network         |
| XRP                | XRP Ledger              |
| ZKSYNCERA          | zkSync Era              |


---

# 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://ahoracrypto.gitbook.io/ahoracrypto/api/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.
