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

# Hypermon Monitoring Tool

### Monitoring Tool

At **Luganodes**, we are committed to empowering blockchain ecosystems with tools that enhance reliability and efficiency. As the one of the top institutional validators for **Hyperliquid**, we’ve developed **Hypermon**—a free, open-source monitoring tool designed to streamline validator operations and ensure network performance.

Hyperliquid, a next-generation Layer 1 blockchain, delivers unmatched speed, transparency, and scalability for decentralized trading. With an innovative order book model and the ability to handle over 100,000 orders per second, Hyperliquid sets a new benchmark in decentralized finance. Validators play a critical role in ensuring its security, speed, and decentralization.

To support this, **Hypermon** offers the following key features:

* Prometheus Metrics: Hypermon exposes critical metrics such as recent block production, jail status, stake levels, and network-wide statistics like total active and jailed stakes.
* Telegram Alerts: Real-time notifications alert validators of issues such as jailed status or RPC synchronization problems, enabling quick action.
* Customizable Configuration: Hypermon allows users to define specific parameters such as API keys, chat IDs, metrics ports, and URLs, making it adaptable to various validator setups.

Get started with **Hypermon** in minutes by running:

```
curl https://raw.githubusercontent.com/Luganodes/hypermon/main/install.sh | sudo bash

```

Once installed, you can monitor network performance using simple commands like:

* `hypermon start` – Begin monitoring with default flags.
* `hypermon show` – Display network stats in a tabular format.

We believe in the power of open-source innovation. **Hypermon** is available on [GitHub](https://github.com/Luganodes/hypermon), and we welcome contributions from developers, validators, and the broader blockchain community. Planned enhancements include advanced metrics, a TUI dashboard, and automated unjail features.

By adopting and contributing to **Hypermon**, you’ll be strengthening the Hyperliquid network and helping shape the future of decentralized trading.

{% embed url="<https://github.com/Luganodes/hypermon>" %}


---

# 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.luganodes.com/tools/hyperliquid/hypermon-monitoring-tool.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.
