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