# Threshold Network Docs

## Threshold Network Docs

- [What is the Threshold Network?](https://docs.threshold.network/readme.md)
- [T Token](https://docs.threshold.network/t-token.md): A comprehensive guide to understand Threshold's token: T
- [Staking T Tokens](https://docs.threshold.network/t-token/staking-t-tokens.md): The Basics of Staking Threshold (T) Tokens, and its benefits.
- [tBTC Bitcoin Bridge](https://docs.threshold.network/tbtc-v2.md): A Decentralized, Permissionless Bitcoin Bridge
- [Wallet Generation](https://docs.threshold.network/tbtc-v2/wallet-generation.md)
- [Wallet Signing](https://docs.threshold.network/tbtc-v2/wallet-signing.md)
- [Sweeping](https://docs.threshold.network/tbtc-v2/sweeping.md): An accounting optimization for tracking bitcoin deposits in tBTC contracts
- [Verifiable Bitcoin Accounts](https://docs.threshold.network/verifiable-bitcoin-accounts.md): VBA is built based on what institutions actually need for Institutional Bitcoin deployment.
- [Technical Diagram](https://docs.threshold.network/verifiable-bitcoin-accounts/technical-diagram.md)
- [tBTC Minting Walkthrough](https://docs.threshold.network/threshold-app/tbtc-minting-walkthrough.md): Follow along with this guide and leverage your Bitcoin by minting tBTC.
- [Governance Process](https://docs.threshold.network/governance/governance-process.md): Discover how you can participate in Threshold Governance Process
- [Threshold Multisigs](https://docs.threshold.network/governance/threshold-multisigs.md): Compilation of current multisigs for the Threshold Committee
- [Liquid Token Delegation](https://docs.threshold.network/governance/token-weight-delegation.md): How to delegate liquid T tokens
- [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.
- [tBTC SDK](https://docs.threshold.network/app-development/tbtc-sdk.md): Build with Bitcoin using Threshold's tBTC SDK
- [Quickstart](https://docs.threshold.network/app-development/tbtc-sdk/quickstart.md)
- [Architecture](https://docs.threshold.network/app-development/tbtc-sdk/architecture.md)
- [Guides](https://docs.threshold.network/app-development/tbtc-sdk/guides.md)
- [Initialize SDK](https://docs.threshold.network/app-development/tbtc-sdk/guides/initialize-sdk.md)
- [Ethereum and Bitcoin mainnet](https://docs.threshold.network/app-development/tbtc-sdk/guides/initialize-sdk/ethereum-and-bitcoin-mainnet.md): This is the most common case when you want to use the SDK to interact with the tBTC bridge on Ethereum and Bitcoin mainnet.
- [Ethereum and Bitcoin testnet](https://docs.threshold.network/app-development/tbtc-sdk/guides/initialize-sdk/ethereum-and-bitcoin-testnet.md): This is the case where you want to use the SDK to interact with the tBTC bridge on Ethereum and Bitcoin testnet.
- [Crosschain](https://docs.threshold.network/app-development/tbtc-sdk/guides/initialize-sdk/crosschain.md): This mode of the SDK will initialize Ethereum, Bitcoin and an L2 to work with tBTC. Compatible with mainnet and testnet.
- [Custom mode](https://docs.threshold.network/app-development/tbtc-sdk/guides/initialize-sdk/custom-mode.md): Apart from the opinionated initialization functions, the SDK provides a flexible TBTC.initializeCustom function for advanced users.
- [Deposit and mint](https://docs.threshold.network/app-development/tbtc-sdk/guides/deposit-and-mint.md)
- [Unmint and redeem](https://docs.threshold.network/app-development/tbtc-sdk/guides/unmint-and-redeem.md)
- [tBTC Contracts API](https://docs.threshold.network/app-development/tbtc-contracts-api.md)
- [Bridge API](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api.md)
- [Bank](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/bank.md)
- [BitcoinTx](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/bitcointx.md)
- [Bridge](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/bridge.md)
- [BridgeGovernance](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/bridgegovernance.md)
- [BridgeGovernanceParameters](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/bridgegovernanceparameters.md)
- [BridgeState](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/bridgestate.md)
- [Deposit](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/deposit.md)
- [DepositSweep](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/depositsweep.md)
- [DonationVault](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/donationvault.md)
- [EcdsaLib](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/ecdsalib.md)
- [Fraud](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/fraud.md)
- [GovernanceUtils](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/governanceutils.md)
- [Heartbeat](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/heartbeat.md)
- [IReceiveBalanceApproval](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/ireceivebalanceapproval.md)
- [IRelay](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/irelay.md)
- [IVault](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/ivault.md)
- [L2TBTC](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/l2tbtc.md)
- [L2WormholeGateway](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/l2wormholegateway.md)
- [LightRelay](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/lightrelay.md)
- [LightRelayMaintainerProxy](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/lightrelaymaintainerproxy.md)
- [MaintainerProxy](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/maintainerproxy.md)
- [MovingFunds](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/movingfunds.md)
- [Redemption](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/redemption.md)
- [TBTC](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/tbtc.md)
- [TBTCOptimisticMinting](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/tbtcoptimisticminting.md)
- [TBTCVault](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/tbtcvault.md)
- [VendingMachine](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/vendingmachine.md)
- [VendingMachineV2](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/vendingmachinev2.md)
- [VendingMachineV3](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/vendingmachinev3.md)
- [WalletCoordinator](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/walletcoordinator.md)
- [Wallets](https://docs.threshold.network/app-development/tbtc-contracts-api/tbtc-v2-api/wallets.md)
- [ECDSA API](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api.md)
- [EcdsaAuthorization](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/ecdsaauthorization.md)
- [EcdsaDkg](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/ecdsadkg.md)
- [EcdsaDkgValidator](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/ecdsadkgvalidator.md)
- [EcdsaInactivity](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/ecdsainactivity.md)
- [IWalletOwner](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/iwalletowner.md)
- [IWalletRegistry](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/iwalletregistry.md)
- [WalletRegistry](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/walletregistry.md)
- [WalletRegistryGovernance](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/walletregistrygovernance.md)
- [Wallets](https://docs.threshold.network/app-development/tbtc-contracts-api/ecdsa-api/wallets.md)
- [Mainnet](https://docs.threshold.network/contract-addresses/tbtc.md)
- [Sepolia Testnet](https://docs.threshold.network/contract-addresses/sepolia-testnet.md)
- [Security Audits](https://docs.threshold.network/resources/security-audits.md): This page documents the various third-party security audits conducted on Threshold Network components, including tBTC bridge, staking contracts, the vending machines, thUSD, and integrations.
- [Links](https://docs.threshold.network/resources/links.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.threshold.network/readme.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.
