# Nomadic Labs knowledge center

## Nomadic Labs knowledge center

- [Introduction](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/master.md): 🐙 Welcome to Nomadic Labs knowledge center. Here you will find all the necessary documentation to help you understand the main concepts and tools to build successfully on Tezos. Enjoy the read!
- [Baking - Creating blocks on the Tezos blockchain (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/baking-creating-blocks-on-the-tezos-blockchain.md)
- [Nodes in the Tezos blockchain (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/nodes-in-the-tezos-blockchain.md)
- [Tezos Amendment Process (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/amendment-process.md)
- [Tickets (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/tickets-on-tezos.md)
- [Sapling - Make conﬁdential transactions on Tezos (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/sapling-making-con-dential-transactions-on-tezos.md)
- [Formal Verification](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/untitled.md)
- [Spin up a Tezos baking node (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/spin-up-a-tezos-baking-node-deprecated.md): This module will guide you through the complete installation and setup of your own Tezos baker on Linux, using Docker images, PPA packages, or by building from source.
- [Prepare your baker for Ithaca2 (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/prepare-your-baker-for-ithaca2-deprecated.md): Ithaca2 is one of the most important amendments so far. To continue baking after activation, bakers need to upgrade their infrastructure before the end of the adoption period.
- [Run a persistent baking node (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/run-a-persistent-baking-node-deprecated.md): Want to make your baking infrastructure more resilient to electricity and internet cut-offs? Let's use Linux service files to keep those Tezos binaries running.
- [Select a public node (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/select-a-public-node.md): Below, you will find the public nodes run by our community members.
- [Run a Tezos node (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/run-a-tezos-node.md): Best practices on running Tezos nodes
- [Demonstrate ownership of a tz address (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/prove-address-ownership.md)
- [Submit transactions to a specific baker (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/untitled.md): This document aims at explaining how operations issuers can filtrate access to their mempool of operations, using a dedicated server. This feature is scheduled for the Octez v11 release.
- [Estimate Tezos performances (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/estimate-tezos-performances.md)
- [Estimate transaction cost (DEPRECATED)](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/how-to/estimate-transaction-cost.md)
- [DeFi on the Tezos blockchain](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/defi-on-the-tezos-blockchain.md)
- [Non-Fungible Tokens (NFTs) on the Tezos blockchain](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/nfts-on-the-tezos-blockchain.md)
- [Home Base DAO](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/untitled.md)
- [Self-sovereign Identities](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/self-sovereign-identities.md)
- [Introduction](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/self-sovereign-identities/introduction.md)
- [Issues surrounding decentralized identity](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/self-sovereign-identities/issues-surrounding-decentralized-identity.md)
- [Development of the notion of identity](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/self-sovereign-identities/development-of-the-notion-of-identity.md)
- [Decentralized identifiers](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/self-sovereign-identities/decentralized-identifiers.md)
- [Decentralized identity platforms](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/self-sovereign-identities/decentralized-identity-platforms.md)
- [Tezos and decentralized identity](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/self-sovereign-identities/tezos-and-decentralized-identity.md)
- [Sources & bibliography](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/decentralized-applications/self-sovereign-identities/sources-and-bibliography.md)
- [EuroTz](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/projects/eurotz.md)
- [Whitelist smart contract](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/projects/whitelist-smart-contract.md)
- [Rarible](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/projects/rarible.md)
- [Recommended tooling](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/tools/recommended-tools.md)
- [Installation & data volume](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/faq/installation-data-volume.md)
- [Network flow](https://docs.nomadic-labs.com/nomadic-labs-knowledge-center/faq/network-flow-volume.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.nomadic-labs.com/nomadic-labs-knowledge-center/master.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.
