# 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: 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://stargateprotocol.gitbook.io/stargate/v2-user-docs/whats-new-in-stargate-v2/architecture/dvns.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.
