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

# tBTC Signer Nodes

- [tBTC Signers](https://docs.threshold.network/tbtc-signer-nodes/tbtc-signers.md): A comprehensive guide for tBTC Signers
- [Node Setup](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup.md): This document explains the basic installation and configuration for the tBTC v2 client.
- [Operator Account](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/operator-account.md): Prepare your machine to install the tBTC v2 client
- [Network Configuration](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/network-configuration.md): Required network configuration for the tBTC v2 client.
- [Data Storage](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/data-storage.md): Setup persistent data directories for the client.
- [Installation](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/installation.md): A tBTC v2 node can be set up using either a docker or binary installation.
- [Docker Installation](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/installation/docker-installation.md): This page will guide you through Docker setup steps.
- [Binary Installation](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/installation/binary-installation.md): This page will guide you through Binary setup steps.
- [Updating Nodes](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/updating-tbtc-v2-node.md): Update procedure for the tBTC v2 client depends on installation method
- [Advanced Options](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/advanced-options.md): Advanced configuration options and tBTC v2 client options
- [Logging](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/advanced-options/logging.md): Optional logging configuration for the tBTC v2 client.
- [Config File](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/advanced-options/config-file.md): Use a config file to store client configuration.
- [CLI Options](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/advanced-options/cli-options.md): Review available CLI Options below.
- [Client Info](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/advanced-options/client-info.md): Client information exposed by the tBTC v2 client.
- [Frequently Asked Questions](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/frequently-asked-questions.md): Find answers to some of the most commonly asked questions here.
- [Sepolia Testnet](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/sepolia-testnet-staking.md)
- [Testnet Node Setup](https://docs.threshold.network/tbtc-signer-nodes/tbtc-v2-node-setup/sepolia-testnet-staking/testnet-tbtc-v2-node-setup.md): This page will show you how to launch a tBTC v2 node on the testnet.


---

# 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.threshold.network/tbtc-signer-nodes.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.
