# Sidechain

Incognitee is a shardable sidechain validated by trusted execution environments. Each shard is a separate L2 connecting to exactly one L1 chain and its native token.

The following diagram shows the Incognitee shards which are currently live:

<figure><img src="/files/claMdMU05nuYHCSJNIK0" alt=""><figcaption></figcaption></figure>

Multiple shards could be deployed on the same L1, enabling horizontal scalability.

The Integritee Network is necessary to get finality for sidechain blocks and to verify remote attestation of validateer TEEs.

The IncogniteeDOT shard also supports bridged assets from Ethereum mainnet like USDC, USDT

Learn more about Sidechain technology on [Integritee SDK docs](https://docs.integritee.network/3-our-technology/3.1-software-development-kit/3.1.1-sidechains)


---

# Agent Instructions: 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.incognitee.io/5.-technology/sidechain.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.
