# Universal Interoperability Protocol

- [Overview](https://docs.entangle.fi/universal-interoperability-protocol/overview.md)
- [Architecture](https://docs.entangle.fi/universal-interoperability-protocol/architecture.md)
- [Scalability and Network Stability](https://docs.entangle.fi/universal-interoperability-protocol/architecture/scalability-and-network-stability.md)
- [L2 Utility Blockchains](https://docs.entangle.fi/universal-interoperability-protocol/architecture/scalability-and-network-stability/l2-utility-blockchains.md)
- [Transmitter Groups](https://docs.entangle.fi/universal-interoperability-protocol/architecture/scalability-and-network-stability/transmitter-groups.md)
- [Security and Consensus Mechanism](https://docs.entangle.fi/universal-interoperability-protocol/architecture/security-and-consensus-mechanism.md)
- [Finality](https://docs.entangle.fi/universal-interoperability-protocol/architecture/finality.md)
- [Execution Latency](https://docs.entangle.fi/universal-interoperability-protocol/architecture/execution-latency.md)
- [Compatibility and Interoperability](https://docs.entangle.fi/universal-interoperability-protocol/architecture/compatibility-and-interoperability.md)
- [Developer Guides](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides.md)
- [Getting Started](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/getting-started.md)
- [Solidity](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solidity.md)
- [Simple Abstract Messenger Example](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solidity/simple-abstract-messenger-example.md)
- [Deploying Your Custom EVM Protocol](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solidity/deploying-your-custom-evm-protocol.md)
- [Bridging Tokens with UIP](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solidity/bridging-tokens-with-uip.md)
- [Become an EVM Transmitter](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solidity/become-an-evm-transmitter.md)
- [Solana](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solana.md)
- [Simple Abstract Messenger Example](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solana/simple-abstract-messenger-example.md)
- [Deploying Your Custom Solana Protocol](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solana/deploying-your-custom-solana-protocol.md)
- [Become a Solana Transmitter](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/solana/become-a-solana-transmitter.md)
- [Calculate Cross-Chain Transaction Cost](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/calculate-cross-chain-transaction-cost.md)
- [Customizable Message Transmission Options](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/customizable-message-transmission-options.md)
- [How to Debug Sent Messages](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/how-to-debug-sent-messages.md)
- [SDK Setup](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/sdk-setup.md)
- [Revenue Sharing for Transmitters](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/revenue-sharing-for-transmitters.md)
- [How to Become a Super Transmitter](https://docs.entangle.fi/universal-interoperability-protocol/developer-guides/how-to-become-a-super-transmitter.md)
- [Endpoints](https://docs.entangle.fi/universal-interoperability-protocol/endpoints.md)


---

# 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.entangle.fi/universal-interoperability-protocol.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.
