> For the complete documentation index, see [llms.txt](https://stargateprotocol.gitbook.io/stargate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stargateprotocol.gitbook.io/stargate/v2-user-docs/whats-new-in-stargate-v2/architecture/dvns.md).

# DVNs

DVNs or Decentralised Verifier Networks are entities that verify messages sent across chains by application like Stargate Finance that use LayerZero.&#x20;

DVNs are a part of a security stack configured to check the ‘payloadHash’ emitted for message integrity. DVNs can specify a threshold for when a message nonce can be committed as Verified.

Stargate Finance itself operates a DVN, which, alongside the Nethermind DVN, reinforces the security and verification of messages produced by the Stargate protocol. By using DVNs, Stargate Finance enhances the reliability and security of cross-chain transfers, safeguarding user assets and information during every transaction.

More information on DVNs [here](https://medium.com/layerzero-official/layerzero-v2-explaining-dvns-02e08cce4e80)<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://stargateprotocol.gitbook.io/stargate/v2-user-docs/whats-new-in-stargate-v2/architecture/dvns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
