# Overview

Each blockchain may have up to three different modules ([Toolbox](https://chain-love.gitbook.io/chain.loves-toolbox), [API Management](https://chain-love.gitbook.io/chain.loves-api-management-module), [Performance](https://chain-love.gitbook.io/chain.loves-performance)) enabled, with API Management having either RPC, Subgraphs or any other custom API enabled (or all of them together). The details are available at the [Supported Blockchains](/chain-love-docs/blockchains/blockchains.md) section, but here is the quick overview of the enabled components and link to each installation:

## Supported Services by Blockchain

<table><thead><tr><th>Blockchain</th><th>Networks</th><th width="78.5999755859375" data-type="checkbox">RPC</th><th width="112.7999267578125" data-type="checkbox">Subgraph</th><th width="103.199951171875" data-type="checkbox">Toolbox</th><th data-type="checkbox">Performance</th></tr></thead><tbody><tr><td><a href="https://algorand.chain.love/">Algorand</a></td><td>Mainnet</td><td>true</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://aptos.chain.love/">Aptos</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://arbitrum.chain.love/">Arbitrum</a></td><td>Mainnet</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><a href="https://astar.chain.love/">Astar</a></td><td>Astar, Shibuya, Shiden</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://avalanche.chain.love/toolbox/apis">Avalanche</a></td><td>Mainnet</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><a href="https://base.chain.love/">Base</a></td><td>Mainnet</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><a href="https://bsc.chain.love/toolbox/apis">BSC</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://eth.chain.love/">Ethereum</a></td><td>Mainnet</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><a href="https://filecoin.chain.love/">Filecoin</a></td><td>Mainnet, Calibrationnet</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><a href="https://flare.chain.love/">Flare</a></td><td>Mainnet, Coston, Songbird, Songbird Coston</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://fuse.chain.love/">Fuse</a></td><td>Mainnet, Spark</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td><a href="https://lens.chain.love/">Lens</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://linea.chain.love/toolbox/apis">Linea</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://monad.chain.love/">Monad</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://optimism.chain.love/">Optimism</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://polygon.chain.love/">Polygon</a></td><td>Matic</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><a href="https://solana.chain.love/toolbox/apis">Solana</a></td><td>Mainnet, Devnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://somnia.chain.love/">Somnia</a></td><td>Testnet, Mainnet</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td><a href="https://sonic.chain.love/">Sonic</a></td><td>Testnet, Mainnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://stellar.chain.love/">Stellar</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><em><mark style="color:$info;background-color:purple;">Sui (in-progress)</mark></em></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://ton.chain.love/toolbox/apis">TON</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr><tr><td><a href="https://zcash.chain.love/toolbox/apis">Zcash</a></td><td>Mainnet, Testnet</td><td>false</td><td>false</td><td>true</td><td>false</td></tr></tbody></table>


---

# 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://chain-love.gitbook.io/chain-love-docs/blockchains/blockchains.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.
