> For the complete documentation index, see [llms.txt](https://docs.entangle.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.entangle.fi/universal-interoperability-protocol/architecture.md).

# Architecture

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

UIP brings forward a reimagined cross-chain messaging protocol architecture that optimizes scalability, decentralization, and security. This new design ensures seamless communication between blockchains, allowing for high transaction throughput, efficient message delivery, and a more inclusive network of transmitters.

Learn more about how UIP works by exploring the topics below, or head over to our [whitepaper](https://entangle.fi/documents/UIP%20Whitepaper.pdf) to explore the details.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Scalability and Network Stability</td><td><a href="/pages/yBy3ZcFeYdkpJ2kTrhB3">/pages/yBy3ZcFeYdkpJ2kTrhB3</a></td><td><a href="/files/s73VYecwVEWWtTWefTlj">/files/s73VYecwVEWWtTWefTlj</a></td></tr><tr><td>Security and Consensus Mechanism</td><td><a href="/pages/wXp8fOouDoP8FrTl7mYa">/pages/wXp8fOouDoP8FrTl7mYa</a></td><td><a href="/files/tat2qmVxQzAS7b1yytgQ">/files/tat2qmVxQzAS7b1yytgQ</a></td></tr><tr><td>Finality</td><td><a href="/pages/WJewrOXmWjJowGAoK7RZ">/pages/WJewrOXmWjJowGAoK7RZ</a></td><td><a href="/files/LgkLxjfUByaUOR14G88W">/files/LgkLxjfUByaUOR14G88W</a></td></tr><tr><td>Execution Latency</td><td><a href="/pages/2o0H69TEJoRQFRFREqvT">/pages/2o0H69TEJoRQFRFREqvT</a></td><td><a href="/files/pkrdE4GISCRFs1wi6DqA">/files/pkrdE4GISCRFs1wi6DqA</a></td></tr><tr><td>Compatibility and Integration</td><td><a href="/pages/fo0rGCND3DJojOHuAA6u">/pages/fo0rGCND3DJojOHuAA6u</a></td><td><a href="/files/1GQZuCRjjSPdGYMiZkKe">/files/1GQZuCRjjSPdGYMiZkKe</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.entangle.fi/universal-interoperability-protocol/architecture.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
