# Nomic Docs

## Overview

- [Overview](https://docs.nomic.io/readme.md)
- [Nomic Network](https://docs.nomic.io/nomic-network.md): The Nomic Network is a decentralized network of nodes (blockchain) powering Nomic's decentralized custody engine for Bitcoin.
- [Bitcoin Decentralized Custody](https://docs.nomic.io/bitcoin.md)
- [Governance](https://docs.nomic.io/governance.md): Nomic is governed by holders of the NOM token.
- [Contributors](https://docs.nomic.io/contributors.md): Nomic is an open-source project spearheaded by contributors. Anyone is able to contribute to Nomic via GitHub.
- [Foundation](https://docs.nomic.io/foundation.md)
- [Brand](https://docs.nomic.io/brand.md)

## Nomic Network Docs

- [Running a Node](https://docs.nomic.io/network/running-a-node.md)
- [Setup](https://docs.nomic.io/network/running-a-node/setup.md)
- [Upgrading](https://docs.nomic.io/network/running-a-node/upgrading.md)
- [Testnet](https://docs.nomic.io/network/running-a-node/testnet.md): Nomic Testnet v10.1 has been released.
- [Validating](https://docs.nomic.io/network/validating.md)
- [Signer](https://docs.nomic.io/network/signer.md): Validating on Nomic means you partake in the Bitcoin signing process of the funds in the Bitcoin decentralized custody. It is very important that you run a signer.
- [IBC Relayer](https://docs.nomic.io/network/ibc-relayer.md)
- [Bitcoin Relayer](https://docs.nomic.io/network/bitcoin-relayer.md)
- [Key Management](https://docs.nomic.io/network/key-management.md): When running a node, care must be put into handling the various keys to ensure they are not lost or leaked.
- [Listing in Codebase](https://docs.nomic.io/network/listing-in-codebase.md)

## nBTC Docs

- [Integrating nBTC via IBC](https://docs.nomic.io/nbtc/integrating-nbtc-via-ibc.md): IBC is a blockchain interoperability protocol used by 110+ chains. This page gives a high-level overview of how to integrate nBTC into any IBC-compatible chain.
- [Integrating nBTC on EVM](https://docs.nomic.io/nbtc/integrating-nbtc-on-evm.md): Nomic supports bridging Bitcoin to EVM-based chains.

## Security Features

- [Emergency Disbursal](https://docs.nomic.io/security/emergency-disbursal.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.nomic.io/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.
