> For the complete documentation index, see [llms.txt](https://omnity.gitbook.io/litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://omnity.gitbook.io/litepaper/challenges/settlement-and-execution-chains.md).

# Settlement and Execution Chains

When modular blockchain becomes a mainstream thesis, many expect a blockchain landscape composed of a few settlement chains and thousands, if not millions, of execution chains.&#x20;

Most Web 3.0 protocols will choose a settlement chain to issue their utility (or governance) tokens while setting up their use cases and liquidity on one or many execution chains. This arrangement provides the developer team and community with the resilience of leveraging execution environments with different advantages in programming language, UX, cost, speed, security, decentralization level, etc.&#x20;

Execution chains should be viewed as protocol execution engines that can be replaced or adjusted based on the needs of the protocol’s owner—the community. At the same time, the community ensures that its ownership records are well kept on the most secure blockchain, with no known force sufficient to compromise its integrity.

<figure><img src="/files/G3uNv6Ihvq8PDztvCqOM" alt="" width="563"><figcaption></figcaption></figure>

Since tokens are issued on one chain and used on others, requirements exist for cross-chain transfers. The following is a discussion on how to fulfill these requirements in a trustless way. Trust-based options are not discussed in this paper, as they should only exist as workarounds when trustless stacks aren’t mature enough.


---

# 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://omnity.gitbook.io/litepaper/challenges/settlement-and-execution-chains.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.
