# Chains

- [General](https://docs.chaintools.tech/chains/general.md)
- [Endpoints](https://docs.chaintools.tech/chains/general/network-endpoints.md)
- [Peers & Seeds](https://docs.chaintools.tech/chains/general/peers-and-seeds.md): Here we will try our best to update peer and seeds list.
- [State-Sync](https://docs.chaintools.tech/chains/general/statsync.md): Cosmos SDK State Sync Guide The recent Tendermint Core 0.34 release includes support for state sync, which allows a new node to join a network by fetching a snapshot of the application state
- [Validator bootstrap commands](https://docs.chaintools.tech/chains/general/validator-bootstrap-commands.md): Some useful quick commands to help bootstrapping validator nodes
- [Mainnets](https://docs.chaintools.tech/chains/mainnets.md)
- [Asset Mantle](https://docs.chaintools.tech/chains/mainnets/asset-mantle.md)
- [Beezee](https://docs.chaintools.tech/chains/mainnets/beezee.md)
- [BitCanna](https://docs.chaintools.tech/chains/mainnets/bitcanna.md)
- [BitSong](https://docs.chaintools.tech/chains/mainnets/bitsong.md): Build and synchronize node from state-sync service
- [Carbon](https://docs.chaintools.tech/chains/mainnets/carbon.md)
- [Cheqd](https://docs.chaintools.tech/chains/mainnets/cheqd.md)
- [CNHO Stables](https://docs.chaintools.tech/chains/mainnets/cnho-stables.md)
- [Decentr](https://docs.chaintools.tech/chains/mainnets/decentr.md): Build and synchronize node from state-sync service
- [Fetch.ai](https://docs.chaintools.tech/chains/mainnets/fetch.ai.md)
- [FirmaChain](https://docs.chaintools.tech/chains/mainnets/firmachain.md)
- [Gitopia](https://docs.chaintools.tech/chains/mainnets/gitopia.md)
- [Testnets](https://docs.chaintools.tech/chains/testnets.md)


---

# 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.chaintools.tech/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.
