# Verification Mechanisms

Nomad's primary design difference from other cross-chain messaging protocols is its usage of [**optimistic verification**](/the-nomad-protocol/verification-mechanisms/optimistic-verification.md).

By leveraging an optimistic mechanism, Nomad reduces the trust assumptions relative to [externally verified systems](/the-nomad-protocol/verification-mechanisms/external-verification.md) (eg. multisig, PoS, and oracle based designs). While these systems require an honest majority (k-of-n) to function safely, Nomad only requires **a single honest watcher (1-of-n).**&#x20;

This section will provide:

* [A background on verification in the context of cross-chain communications](/the-nomad-protocol/verification-mechanisms/background-on-verification.md)
* A description of the different verification mechanisms:
  * [Native verification — why it is the ideal, but impractical](/the-nomad-protocol/verification-mechanisms/native-verification.md)
  * [External verification — why it has proliferated, but is insecure](/the-nomad-protocol/verification-mechanisms/external-verification.md)
  * [Optimistic verification — how it reaches a via media, and what it trades off](/the-nomad-protocol/verification-mechanisms/optimistic-verification.md)
* [A comparison of the different mechanisms and popular constructions](/the-nomad-protocol/verification-mechanisms/comparing-mechanisms.md)&#x20;


---

# 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://docs.nomad.xyz/the-nomad-protocol/verification-mechanisms.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.
