> For the complete documentation index, see [llms.txt](https://docs.cyclonechain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cyclonechain.com/develop/tools-and-utilities.md).

# Tools & utilities

## Explorer

{% embed url="<http://explorer.cyclonechain.com/>" fullWidth="false" %}
A blockchain explorer is a tool that allows users to search, view, and analyze transactions and data on a Cyclone blockchain network. It serves as a search engine for the blockchain, providing insights into the activity and state of the network.
{% endembed %}

## Faucet&#x20;

{% embed url="<http://faucet.cyclonechain.com/>" %}
A Faucet is a service that distributes small amounts of [CYCL coin](/gamechanging/economics/cycl-coin.md) to users for free. It serves as a simple way to try out a new cryptocurrency or learn more about blockchain technology.
{% endembed %}

## cyPlay developer tool (IDE Draft vers.)

{% embed url="<http://164.68.127.226:3432/>" %}
A developer tool aiding in the creation, testing, and deployment of smart contracts.
{% endembed %}

## [Wallets](/ecosystem/wallets.md)

[Cyclone have Built-in Non-Custodial Wallets  \[Bitcoin Cryptography!\]](/ecosystem/wallets.md)


---

# 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.cyclonechain.com/develop/tools-and-utilities.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.
