> For the complete documentation index, see [llms.txt](https://invinos.gitbook.io/invinos/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://invinos.gitbook.io/invinos/core-app-modules/privacy-vpn.md).

# Privacy VPN

The VPN module included in Invinos is not like commercial VPNs that depend on central servers. Instead, it is a multi-hop, decentralized relay network that encrypts and obfuscates all traffic. Every data packet leaving the device is wrapped in multiple layers of encryption and passed through a rotating set of relays, none of which can see both the source and the destination.

DNS queries are handled through encrypted resolvers to prevent exposure of Browse intent. IP masking is constantly updated to prevent location tracking, and the exit relays are dynamically selected to avoid repeated routing through any single point. The VPN activates automatically with the system and does not require manual configuration.

This means users can access public internet services without ever exposing their real IP address or physical location — not even to Invinos.


---

# 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://invinos.gitbook.io/invinos/core-app-modules/privacy-vpn.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.
