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

# Hop Node

- [Running a Hop Bonder](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder.md): Instructions for running a Hop Node
- [Bonder Requirements](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/bonder-requirements.md)
- [Choosing a Platform](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/choosing-a-platform.md)
- [EC2 Setup](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/choosing-a-platform/ec2-setup.md): Set up a Hop Node on EC2
- [Securing your Server](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/securing-server.md): Things you can do to secure your server running the Bonder
- [Add SSH 2FA](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/securing-server/ssh-2fa.md): Set up SSH 2FA with Google Authenticator
- [Installing the Bonder](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/installing-the-bonder.md): Installing the bonder on your server
- [Installing the Bonder with Docker (recommended)](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/installing-the-bonder/installing-the-bonder-docker.md): Installing the bonder with Docker
- [Configuring the Bonder](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/configuring-the-bonder.md): Bonder configuration examples
- [Keystore](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/configuring-the-bonder/keystore.md): Hop Node keystore documentation
- [Keystore AWS Parameter Store (recommended)](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/configuring-the-bonder/keystore/keystore-aws-parameter-store.md)
- [Keystore Local Passphrase](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/configuring-the-bonder/keystore/keystore-local-passphrase.md)
- [Configuration](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/configuring-the-bonder/configuration.md): Bonder configuration examples
- [Testing the Bonder](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/testing-the-bonder.md): Testing the Bonder
- [Running the Bonder](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/running-the-bonder.md): Running the Bonder
- [Staking](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/running-the-bonder/staking.md)
- [Starting the Bonder](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/running-the-bonder/starting-the-bonder.md): Starting the Bonder
- [Next Steps](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/next-steps.md)
- [Bonder Options](https://docs.hop.exchange/developer-docs/hop-node/bonder-options.md)
- [CLI Commands](https://docs.hop.exchange/developer-docs/hop-node/bonder-options/cli-commands.md): Hop Node CLI commands
- [Keystore Options](https://docs.hop.exchange/developer-docs/hop-node/bonder-options/keystore.md): Options when Using your Keystore
- [AWS KMS Signer](https://docs.hop.exchange/developer-docs/hop-node/bonder-options/aws-kms-signer.md): Bonder AWS KMS signer documentation
- [Monitoring](https://docs.hop.exchange/developer-docs/hop-node/bonder-options/monitoring.md): Monitor your Hop Node
- [Docker CloudWatch Logs](https://docs.hop.exchange/developer-docs/hop-node/bonder-options/monitoring/docker-cloudwatch-logs.md): Setting up AWS CloudWatch logging driver for Docker
- [Prometheus](https://docs.hop.exchange/developer-docs/hop-node/bonder-options/monitoring/prometheus-monitoring.md): Monitor metrics with Prometheus
- [Running Docker Container Options](https://docs.hop.exchange/developer-docs/hop-node/bonder-options/running-docker-container.md): Running the Bonder as a Docker Container Options
- [Contract State](https://docs.hop.exchange/developer-docs/hop-node/bonder-options/contract-state.md): Get contract state
- [Resources and Best Practices](https://docs.hop.exchange/developer-docs/hop-node/resources-and-best-practices.md)
- [Securing Cloud Instance](https://docs.hop.exchange/developer-docs/hop-node/resources-and-best-practices/securing-cloud-instance.md)
- [Additional Security & Node Best Practices](https://docs.hop.exchange/developer-docs/hop-node/resources-and-best-practices/additional-security-and-node-best-practices.md): Quick steps to secure your node
- [Additional questions](https://docs.hop.exchange/developer-docs/hop-node/resources-and-best-practices/additional-questions.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.hop.exchange/developer-docs/hop-node.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.
