> For the complete documentation index, see [llms.txt](https://docs.ternoa.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ternoa.network/learn/ternoa-fortress/tee-coprocessor/blockchain-registered-tee-clusters.md).

# Blockchain Registered TEE Clusters

Ternoa architecture organises enclaves in clusters to support the secret-sharing threshold scheme. Each cluster is made of 5 different enclaves (at this time). Enclaves of a cluster can either belong to a single private owner (for permission use) or be publicly distributed in different geographical locations or cloud providers.

Requests or Proposals to register or remove a cluster require approval from the technical committee of the Ternoa network, which is accessible from the Polkadot.js app for anybody who has an enclave a.k.a node operators.

Each TEE can contain multiple enclaves, while each enclave has an independent operator account. The operator can [request to register](https://github.com/capsule-corp-ternoa/ternoa-proposals/blob/main/TIPs/tip-510-TEE-Pallet.md#specification) the enclave to cluster or remove it from the network regarding the [staking rules](https://docs.ternoa.network/learn/caps-token/staking-and-nominating).

Enclaves which are members of a cluster should not share any data, while separate public clusters can peer-to-peer synchronize their corresponding “slots” to help the network reliability.

There are two types of general clusters:

* Public clusters
* Enterprise clusters

Public clusters serve to Ternoa secret network unconditionally while enterprise clusters have constraints. The key difference is the Enclave Operator. Whenever the operators are controlled or assigned by a company or are limited by legal terms, their enclaves and clusters are considered enterprises. Famous examples are the medical, financial, or military documents that can not be stored on servers outside of a country. This case is a geographical limitation on the enclave server location.


---

# 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:

```
GET https://docs.ternoa.network/learn/ternoa-fortress/tee-coprocessor/blockchain-registered-tee-clusters.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.
