> 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)
