> For the complete documentation index, see [llms.txt](https://docs.mach.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mach.exchange/protocol-concepts/optimistic-settlement.md).

# Optimistic Settlement

**Optimistic Settlement** is a blockchain mechanism that makes transactions faster and cheaper by *settling* transactions off-chain but posting the transaction data on-chain. Instead of checking every transaction immediately, the system processes them quickly and only checks if there's a dispute.

<figure><img src="/files/T75V9nfIa7unnnBiak77" alt="" width="375"><figcaption></figcaption></figure>

In Mach, the term "optimistic" refers to the smart contract processing a proposed match before the transaction has been fully-settled on both chains. No risk is taken on by the user, and there are other active security measures, as well as an extra layer of insurance from Mach and market-makers.

If something goes wrong with the trade, the system will challenge the match to protect users from any potential loss of funds. This challenge mechanism is powered by LayerZero, which automatically freezes funds and sends messages to check if there are issues on either chain.

Read more about this process in [detail​.](/protocol-concepts/challenge-system.md)


---

# 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.mach.exchange/protocol-concepts/optimistic-settlement.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.
