> For the complete documentation index, see [llms.txt](https://docs.getdefy.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getdefy.co/developer-resources/supported-chains.md).

# Supported Chains

This docs section provides the list of all chains available on services. Each chain in the list contains a short overview and the networks supported.

{% hint style="info" %}
***In addition to the networks we support, we support approximately 11,000 tokens.***
{% endhint %}

## Chains Supported

* Ethereum Mainnet
* Binance Smart Chain
* Polygon Mainnet (PoS)
* Avalanche C-Chain
* Bitcoin
* Tron Network
* Ripple
* Solana
* Cardano
* Dogecoin
* Stellar
* Sui
* Litecoin
* TON Network
* Polkadot
* Aptos
* VeChain
* Algorand
* Cosmos
* Arbitrum
* Optimism
* Tezos
* EOS

## Streaming Supported Chains

* Ethereum Mainnet
* Binance Smart Chain
* Polygon Mainnet (PoS)
* Avalanche C-Chain
* Bitcoin

## Live AML Supported Chains

* Ethereum Mainnet
* Binance Smart Chain
* Polygon Mainnet (PoS)
* Avalanche C-Chain
* Bitcoin

## KYT Supported Chains

* Ethereum Mainnet
* Binance Smart Chain
* Polygon Mainnet (PoS)
* Avalanche C-Chain
* Bitcoin
* Tron Network
* Ripple
* Solana

{% hint style="success" %}
**Tron Network** will be added for streaming and live anti money laundering.
{% endhint %}

## Chain Details

| Name                | Symbol   | Network Symbol |
| ------------------- | -------- | -------------- |
| Ethereum Mainnet    | **ETH**  | eth            |
| Binance Smart Chain | **BSC**  | bsc            |
| Polygon Mainnet     | **POL**  | polygon        |
| Avalanche C-Chain   | **AVAX** | avalanche      |
| Bitcoin             | **BTC**  | bitcoin        |
| Tron Network        | **TRX**  | trx            |
| Ripple              | **XRP**  | xrp            |
| Solana              | **SOL**  | solana         |
| Cordano             | **ADA**  | ada            |
| Dogecoin            | **DOGE** | doge           |
| Stellar             | **XLM**  | stellar        |
| Sui                 | **SUI**  | sui            |
| Litecoin            | **LTC**  | litecoin       |
| TON Network         | **TON**  | ton            |
| Polkadot            | **DOT**  | dot            |
| Aptos               | **APT**  | apt            |
| VeChain             | **VET**  | vet            |
| Algorand            | **ALGO** | algo           |
| Cosmos              | **ATOM** | atom           |
| Optimism            | **OP**   | op             |
| Arbitrum            | **ARB**  | arb            |
| Tezos               | **XTZ**  | xtz            |
| EOS                 | **EOS**  | eos            |

All APIs supports all requests.


---

# 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:

```
GET https://docs.getdefy.co/developer-resources/supported-chains.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.
