> For the complete documentation index, see [llms.txt](https://docs.visionmakers.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.visionmakers.io/vision/vision-vpn-vvpn.md).

# Vision VPN (vVPN)

### What It Is

Vision VPN (vVPN) is a Web3-native virtual private network designed to provide secure, censorship-resistant internet access without compromising user privacy. Unlike traditional VPN services built on legacy Web 2.0 models, vVPN removes the need for personal data, account registration, or centralized payment rails.

Access to vVPN is wallet-based. Users connect using a Web3 wallet and subscribe directly on-chain. There are no emails, passwords, or bank cards involved. Subscription access is represented as an NFT, giving users direct ownership, transferability, and verifiable control over their VPN entitlement.

### How It Works

vVPN operates through a decentralized access model combined with modern VPN protocols optimized for different use cases.

* **Wallet-Based Access**\
  Users authenticate by connecting a Web3 wallet. Subscription status is verified on-chain via an NFT, removing the need for centralized user databases and reducing attack surfaces for data breaches.
* **On-Chain Subscription Model**\
  VPN access rights are encoded as NFTs. These NFTs define access duration and service level, enabling transparent ownership, portability, and composability with other Web3 services.

#### **Multi-Protocol Support**

vVPN supports two core protocols to balance performance, privacy, and censorship resistance:

**WireGuard**\
WireGuard is a modern, high-performance VPN protocol focused on speed and simplicity. It creates encrypted tunnels that provide fast and stable connections with minimal configuration. WireGuard is ideal for everyday secure browsing where performance is critical.

vVPN integrates WireGuard across supported devices, ensuring a consistent and reliable experience on desktop and mobile platforms. Due to its identifiable traffic patterns, WireGuard can be detected and blocked in heavily censored environments and is restricted in certain regions.

**VLess**\
VLess is a lightweight protocol designed to obscure traffic patterns and operate effectively under network censorship. By masking VPN traffic within standard encrypted connections, VLess significantly reduces the likelihood of detection and blocking.

This protocol is suited for users operating in restrictive regions where traditional VPN traffic is filtered. The tradeoff is lower throughput compared to WireGuard, prioritizing access reliability over raw speed.

Users can select the protocol that best fits their environment and threat model.

***

### Why It Matters

Privacy infrastructure is increasingly critical as surveillance, censorship, and data exploitation expand globally. Traditional VPN providers still require users to trust centralized entities with sensitive personal and financial information, creating systemic privacy risks.

vVPN addresses these issues by aligning connectivity with Web3 principles:

* No personal data collection
* No centralized user accounts
* No reliance on traditional payment systems
* User-owned access credentials via NFTs
* Protocol-level flexibility for performance or censorship resistance

By integrating vVPN into the Vision ecosystem, secure and private connectivity becomes a native layer rather than an external dependency. It enables users to access information, tools, and markets freely, regardless of geography or local network restrictions.

vVPN is not just a VPN product. It is a foundational privacy layer designed for a decentralized, permissionless internet.


---

# 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.visionmakers.io/vision/vision-vpn-vvpn.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.
