> For the complete documentation index, see [llms.txt](https://multx.litho.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multx.litho.ai/how-multx-works.md).

# How Multx Works

<figure><img src="/files/8r3HTURVdVXrtQtoolly" alt=""><figcaption></figcaption></figure>

Multx operates on a decentralized multi-validator architecture where each validator functions independently. When a user initiates a token swap, validators on the Multx network observe and validate transactions across blockchains without direct interaction.

#### **Key Workflow Steps** <a href="#lz4v6g41lz5u" id="lz4v6g41lz5u"></a>

1. **User Initiation:** A user begins a token swap by sending tokens to the Multx smart contract on the originating blockchain.
2. **Event Detection:** Validators independently detect this transaction and proceed with their validation process.
3. **Relayer Role:** The relayer collects signatures from at least two of the three validators. Once the required signatures are obtained, the relayer initiates the token transfer on the destination blockchain, delivering tokens to the user’s account.
4. **Final Verification:** The smart contract on the destination chain verifies the collected signatures and releases the tokens to the user.


---

# 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://multx.litho.ai/how-multx-works.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.
