# THORNodes

- [THORNode Overview](https://docs.thorchain.org/thornodes/overview.md): Overview of THORNodes
- [Node Operations](https://docs.thorchain.org/thornodes/overview/node-operations.md): Running a THORNode
- [THORNode Stack](https://docs.thorchain.org/thornodes/overview/thornode-stack.md)
- [Risks, Costs and Rewards](https://docs.thorchain.org/thornodes/overview/risks-costs-and-rewards.md): The risks, costs and rewards of running a THORNode
- [Cluster Launcher](https://docs.thorchain.org/thornodes/kubernetes.md): Deploying a THORNode with Kubernetes
- [Setup - Linode](https://docs.thorchain.org/thornodes/kubernetes/setup-linode.md): Setting up a Kubernetes Cluster with Linode (linode)
- [Setup - Azure](https://docs.thorchain.org/thornodes/kubernetes/setup-azure.md): Setting up a Kubernetes Cluster with Azure (AKS)
- [Setup - Hetzner Bare Metal](https://docs.thorchain.org/thornodes/kubernetes/setup-hetzner-bare-metal.md): Setting up a Kubernetes Cluster with Hetzner Dedicated Servers
- [Setup - Google Cloud](https://docs.thorchain.org/thornodes/kubernetes/setup-google-cloud.md): Setting up a Kubernetes Cluster with GCP (GKE)
- [Setup - HCloud](https://docs.thorchain.org/thornodes/kubernetes/setup-hcloud.md): Setting up a Kubernetes Cluster with Hetzner Cloud (hcloud)
- [Setup - Digital Ocean](https://docs.thorchain.org/thornodes/kubernetes/setup-digital-ocean.md): Setting up a Kubernetes Cluster with Digital Ocean (DO)
- [Setup - AWS](https://docs.thorchain.org/thornodes/kubernetes/setup-aws.md): Setting up a Kubernetes Cluster with AWS
- [Deploying](https://docs.thorchain.org/thornodes/deploying.md): Deploying a THORNode and its associated services.
- [Joining](https://docs.thorchain.org/thornodes/joining.md): How to join THORChain as an Node.
- [Managing](https://docs.thorchain.org/thornodes/managing.md): Accessing Logs, Metrics and more
- [Pooled THORNodes](https://docs.thorchain.org/thornodes/pooled-thornodes.md): How to manage a pooled THORNode with separate Operator and Providers.
- [Fullnode](https://docs.thorchain.org/thornodes/fullnode.md): Setting up a THORNode & Midgard
- [Thornode - Kubernetes](https://docs.thorchain.org/thornodes/fullnode/thornode-kubernetes.md): Setting up a fullnode on Kubernetes
- [Thornode - Linux](https://docs.thorchain.org/thornodes/fullnode/thornode-linux.md): Setting up a fullnode on Linux
- [Thornode - Docker](https://docs.thorchain.org/thornodes/fullnode/thornode-docker.md): Setting up a fullnode with Docker
- [Midgard - Linux](https://docs.thorchain.org/thornodes/fullnode/midgard-linux.md): Setting up Midgard on Linux
- [Midgard - Docker](https://docs.thorchain.org/thornodes/fullnode/midgard-docker.md): Setting up Midgard with Docker
- [Proxy Setup](https://docs.thorchain.org/thornodes/fullnode/proxy.md): Make API/RPC available externally
- [Alerting](https://docs.thorchain.org/thornodes/alerting.md): Alert Channels & Monitoring Software
- [Leaving](https://docs.thorchain.org/thornodes/leaving.md): How to leave THORChain
- [Emergency Procedures](https://docs.thorchain.org/thornodes/emergency-procedures.md): This page describes how to react in a network-wide emergency (funds-at-risk).
- [CHECKLIST](https://docs.thorchain.org/thornodes/checklist.md): Checklist of items for Node Operators
- [Multi-node Deployment](https://docs.thorchain.org/thornodes/multi-node-deployment.md)
- [Developing](https://docs.thorchain.org/thornodes/developing.md): Deploying a custom stagenet to have a developer-controlled environment
- [Frequently Asked Questions](https://docs.thorchain.org/thornodes/frequently-asked-questions.md): THORChain Frequently Asked Questions and Issues
- [Node Operators](https://docs.thorchain.org/thornodes/frequently-asked-questions/node-operators.md): FAQ on how to run THORChain as a node operator
- [Liquidity Providers](https://docs.thorchain.org/thornodes/frequently-asked-questions/liquidity-providers.md)
- [Asset Types](https://docs.thorchain.org/thornodes/frequently-asked-questions/asset-types.md): Asset Notation within THORChain
- [RUNEPool](https://docs.thorchain.org/thornodes/frequently-asked-questions/runepool.md)
- [Archived](https://docs.thorchain.org/thornodes/archived.md)
- [Savers (Deprecated)](https://docs.thorchain.org/thornodes/archived/savers.md): \[DEPRECATED] THORFi Savings - Single-sided asset exposure using Synthetics
- [Lending (Deprecated)](https://docs.thorchain.org/thornodes/archived/lending.md): \[DEPRECATED] THORFi Lending within THORChain
- [Savers FAQ (Deprecated)](https://docs.thorchain.org/thornodes/archived/savers-faq.md)
- [Lending FAQ (Deprecated)](https://docs.thorchain.org/thornodes/archived/lending-faq.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://docs.thorchain.org/thornodes.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.
