> For the complete documentation index, see [llms.txt](https://docs.butternetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.butternetwork.io/omnichain-development/omnichain-isomorphism.md).

# Omnichain Isomorphism

The Map Relay Chain has adopted multiple different chains’s hashing and signing algorithms as precompiled contracts. Since they are logically fixed and frequently called during cross-chain verification but computationally intensive, precompiled contracts are implemented on the client-side with client code, and because they do not require the virtual machine, they run fast. It also costs less for developers than using functions that run directly in the smart contracts. Omnichain Isomorphism is achieved through the adoption of those precompiled contracts

<figure><img src="https://lh7-us.googleusercontent.com/AfPYk_apE7NADCvDI978Vywkf0FPq_cW6Hmu1AsgCneiiu9NGmtgeHnxSjkIkvzOYeCR4drakITR8CNW3rOWv7wUBFFGVtC4bEq-pycjHgsz4U6lmH9jfAJfCbGIT62mvEOfH9yBqy-5D9ugP08ZiMI" alt=""><figcaption></figcaption></figure>


---

# 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.butternetwork.io/omnichain-development/omnichain-isomorphism.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.
