# Mainnets

- [Aptos](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/aptos.md): The Aptos Blockchain: Safe, Scalable, and Upgradeable Web3 Infrastructure.
- [Tools to monitore your validator](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/aptos/tools-to-monitore-your-validator.md): Special thanks for important parts @p1xel32
- [Alerts for your validator via telegram public](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/aptos/tools-to-monitore-your-validator/alerts-for-your-validator-via-telegram-public.md): Before I told you how to integrate Grafana Alerts in e-mail or pager duty notifications, let’s make now a Telegram integrations with a bot to receive alerts directly to your public channel/chat.
- [How to move node using snapshot](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/aptos/how-to-move-node-using-snapshot.md): This can be done on all node types, including validator node (VN), validator fullnode (VFN) and public fullnode (PFN).
- [Fullnode security](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/aptos/fullnode-security.md): Hey folks! I want to break down the basics of Aptos Fullnode security, which should generally be enough for you to be confident your full node is in safety.
- [Snapshot](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/aptos/snapshot.md): Fullnode snapshot (pruned)
- [Aptos Node Management & CLI Cheat Sheet](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/aptos/aptos-node-management-and-cli-cheat-sheet.md)
- [Namada](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada.md)
- [Pre-genesis](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada/pre-genesis.md)
- [Stage 1 (ENDED)](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada/pre-genesis/stage-1-ended.md)
- [Stage 2](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada/pre-genesis/stage-2.md): Deadline to be Oct 18 at 17:00 UTC
- [Stage 2 - If you're Validator](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada/pre-genesis/stage-2/stage-2-if-youre-validator.md): If you have done stage 1, then this is the guide for you. Deadline to be Oct 18 at 17:00 UTC.
- [Stage 2 - If you're not a validator](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada/pre-genesis/stage-2/stage-2-if-youre-not-a-validator.md): Deadline to be Oct 18 at 17:00 UTC.
- [Validator node](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada/validator-node.md)
- [Fullnode](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada/validator-node/fullnode.md)
- [Validator Node](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/namada/validator-node/validator-node.md): You must have the full node installed and fully synchronized from the previous step
- [Mina Protocol](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/mina-protocol.md): Mina is a layer-1 blockchain with a 22KB blockchain & zero knowledge smart contracts (“zkApps”) written in TypeScript.
- [Delegating Mina](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/mina-protocol/delegating-mina.md)
- [Story Protocol](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/story-protocol.md): Mainnet
- [Upgrade node](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/story-protocol/upgrade-node.md)
- [Snapshot](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/story-protocol/snapshot.md): Story and Story-geth snapshots
- [Cheatsheet](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/story-protocol/cheatsheet.md): Chain-ID: 1514, network: mainnet
- [Monitoring in Docker](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/story-protocol/monitoring-in-docker.md): stack for Story using Docker Compose (Prometheus + Grafana + Alertmanager) with alerts
- [Alerts about your node failures](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/story-protocol/alerts-about-your-node-failures.md): Without Grafana and prometheus. A simple bash script for telegram alerts.
- [Validator Runbook](https://cryptomolot.gitbook.io/cryptomolot-docs/mainnets/story-protocol/validator-runbook.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://cryptomolot.gitbook.io/cryptomolot-docs/mainnets.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.
