> For the complete documentation index, see [llms.txt](https://docs.alphaos.net/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphaos.net/whitepaper/distributed-vpn-protocol-dvp/architecture.md).

# Architecture

**DePin**: devices can integrate with the DVP protocol to share their bandwidth securely. Each DePin device registers its information within the Cosmos CometBFT, which maintains a decentralized ledger of all participating devices. This ensures that all DVP trackers can access DePin information without compromising privacy.

**Cosmos CometBFT**: This consensus algorithm ensures that the registered information of DePin devices is consistently maintained across the network. The use of Cosmos CometBFT guarantees that DVP trackers can access DePin information while preserving user privacy.

**DVP Trackers**: These entities track the availability and status of DePin devices within the network. By leveraging the decentralized ledger maintained by Cosmos CometBFT, DVP trackers can efficiently manage connections without compromising privacy.

**Anonymous Browsing**: DVP protocol supports the use of anonymizing browsers, which prevent platforms from employing technical means to trace user locations. This feature enhances the privacy and security of Web3 users accessing online resources through the DVP network.

<figure><img src="/files/JJxnJrBFUGmoXbttfhTG" alt=""><figcaption></figcaption></figure>


---

# 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.alphaos.net/whitepaper/distributed-vpn-protocol-dvp/architecture.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.
