> For the complete documentation index, see [llms.txt](https://docs.cheqd.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cheqd.io/product/network/tools.md).

# Useful Tools and APIs

List of tooling and APIs to communicate with cheqd Network.

Over the course of cheqd's product development we have identified various tools required to help the cheqd team, cheqd validators, and community members better monitor the network.

All of these are **open-source** and **available to be used within your project**.

## Get started

Please find a selection of tools and APIs to obtain more information about the cheqd Network or its associated services:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Block Explorer</strong></mark></td><td>Visit our block explorer to explore the cheqd mainnet or testnet.</td><td><a href="/product/network/tools/block-explorer.md">Block Explorer</a></td></tr><tr><td><mark style="color:blue;"><strong>Testnet Faucet</strong></mark></td><td>Use the testnet faucet to acquire free testing CHEQ tokens.</td><td><a href="/product/network/tools/testnet-faucet.md">Testnet Faucet</a></td></tr><tr><td><mark style="color:blue;"><strong>Validator Status API</strong></mark></td><td>Monitor your validator status or other validator statuses with alerts.</td><td><a href="/product/network/tools/validator-status-api.md">Validator Status API</a></td></tr><tr><td><mark style="color:blue;"><strong>Cosmos Data APIs</strong></mark></td><td>Explore different tokenomic variables, such as circulating supply.</td><td><a href="/product/network/tools/data-apis.md">Cheqd x Cosmos Data APIs</a></td></tr><tr><td><mark style="color:blue;"><strong>Airdrop Helpers</strong></mark></td><td>Use our pre-built UI and distribution engine for airdrops to simplify your own.</td><td><a href="/product/network/tools/airdrop.md">Cosmos Airdrop Helpers</a></td></tr><tr><td><mark style="color:blue;"><strong>Address Convertor</strong></mark></td><td>Convert any cheqd address into a Cosmos address or vice-versa.</td><td><a href="/product/network/tools/address-convertor.md">Cosmos Address Convertor</a></td></tr><tr><td><mark style="color:blue;"><strong>Ethereum Bridge</strong></mark></td><td>Understand how we have created an ERC20 wrapped token, and how this is made available</td><td><a href="/product/network/tools/ethereum-bridge.md">Ethereum Bridge</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cheqd.io/product/network/tools.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
