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

# Polygon

- [Binaries](https://docs.stakepool.dev.br/polygon/binaries.md)
- [Run a Node](https://docs.stakepool.dev.br/polygon/binaries/run-a-node.md)
- [Monitoring Grafana](https://docs.stakepool.dev.br/polygon/binaries/monitoring-grafana.md)
- [Alert Message Api](https://docs.stakepool.dev.br/polygon/binaries/alert-message-api.md)
- [Monitoring Blocks Heimdall and Bor](https://docs.stakepool.dev.br/polygon/binaries/monitoring-blocks-heimdall-and-bor.md)
- [Monitoring logs](https://docs.stakepool.dev.br/polygon/binaries/monitoring-logs.md)
- [Kubernetes](https://docs.stakepool.dev.br/polygon/kubernetes.md)
- [Technical documentation](https://docs.stakepool.dev.br/polygon/kubernetes/technical-documentation.md): Here are the relevant details:
- [control pane cluster](https://docs.stakepool.dev.br/polygon/kubernetes/control-pane-cluster.md)
- [worker cluster](https://docs.stakepool.dev.br/polygon/kubernetes/worker-cluster.md): The worker cluster configuration steps are very similar to the control-panel cluster.
- [Run a node](https://docs.stakepool.dev.br/polygon/kubernetes/run-a-node.md): In this step, we will install the Polygon node. However, before proceeding with the installation, please ensure that you are using the Kubernetes architecture.
- [Files](https://docs.stakepool.dev.br/polygon/kubernetes/files.md)
- [Access the Kubernetes Dashboard](https://docs.stakepool.dev.br/polygon/kubernetes/access-the-kubernetes-dashboard.md)
- [Access the Kubernetes Dashboard Grafana](https://docs.stakepool.dev.br/polygon/kubernetes/access-the-kubernetes-dashboard-grafana.md)
- [Monitoring logs](https://docs.stakepool.dev.br/polygon/kubernetes/monitoring-logs.md)
- [Erigon](https://docs.stakepool.dev.br/polygon/erigon.md)
- [Run a Node](https://docs.stakepool.dev.br/polygon/erigon/run-a-node.md)
- [Snapshots](https://docs.stakepool.dev.br/polygon/snapshots.md)
- [Polygon](https://docs.stakepool.dev.br/polygon/snapshots/polygon.md)
- [Scripts](https://docs.stakepool.dev.br/polygon/scripts.md)
- [Block Hash](https://docs.stakepool.dev.br/polygon/scripts/block-hash.md)
- [Bor Status](https://docs.stakepool.dev.br/polygon/scripts/bor-status.md)
- [Checkpoint Notifier](https://docs.stakepool.dev.br/polygon/scripts/checkpoint-notifier.md)
- [Contract Notifier](https://docs.stakepool.dev.br/polygon/scripts/contract-notifier.md)
- [Checkpoint with prometheus](https://docs.stakepool.dev.br/polygon/scripts/checkpoint-with-prometheus.md)
- [Manage Bor](https://docs.stakepool.dev.br/polygon/scripts/manage-bor.md)
- [Peer Delivering](https://docs.stakepool.dev.br/polygon/scripts/peer-delivering.md)
- [Polygon Validator Checkpoint Information](https://docs.stakepool.dev.br/polygon/scripts/polygon-validator-checkpoint-information.md)
- [Polygon Validator Participation Analyzer](https://docs.stakepool.dev.br/polygon/scripts/polygon-validator-participation-analyzer.md)
- [Rpc Update](https://docs.stakepool.dev.br/polygon/scripts/rpc-update.md)
- [SignerChange Event](https://docs.stakepool.dev.br/polygon/scripts/signerchange-event.md)
- [Span Participation](https://docs.stakepool.dev.br/polygon/scripts/span-participation.md)
- [RPC](https://docs.stakepool.dev.br/polygon/rpc.md)
- [Faucet](https://docs.stakepool.dev.br/polygon/faucet.md)
- [Live Peers](https://docs.stakepool.dev.br/polygon/live-peers.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, and the optional `goal` query parameter:

```
GET https://docs.stakepool.dev.br/polygon.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.
