> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/network/faucets.md).

# Faucets

The **Faucets** page displays the history of liveness and Canton Coin faucet drops collected by this validator.

<div data-with-frame="true"><figure><img src="/files/3xkkVikPWleJhyeY4T1M" alt=""><figcaption></figcaption></figure></div>

Faucet drops are periodic coin rewards distributed by the Canton Network to active validators. The collection rate reflects how consistently this validator has been online to receive them.

***

### Faucet Cards

Three summary cards are shown at the top of the page:

| Card                | Description                                                                                   |
| ------------------- | --------------------------------------------------------------------------------------------- |
| **Collected**       | The total number of faucet drops successfully collected by this validator.                    |
| **Missed**          | The number of faucet drops that were not collected (e.g. due to the validator being offline). |
| **Collection rate** | The percentage of available faucet drops that were successfully collected.                    |

{% hint style="info" %}
A long pause between faucet rounds is normal in production environments. A low collection rate may indicate the validator was offline for an extended period.
{% endhint %}

***

### Round Window

The **Round window** section shows the details of the faucet collection window:

| Field               | Description                                                                           |
| ------------------- | ------------------------------------------------------------------------------------- |
| **Validator**       | The full party ID of the validator used to look up faucet data.                       |
| **First collected** | The Canton Network round number of the first faucet drop collected by this validator. |
| **Last collected**  | The Canton Network round number of the most recently collected faucet drop.           |
| **Endpoint**        | The URL of the Scan API endpoint used to retrieve faucet data.                        |


---

# 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.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/network/faucets.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.
