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

# Introduction

Traditional VPN services come with significant drawbacks that can compromise user security. They rely on outdated Web 2.0 economic models, forcing users to disclose sensitive bank card information. These services also struggle in highly censored regions, where VPN traffic can be detected and blocked. Additionally, they require users to register with an email and password, increasing the risk of data breaches.

**DeGuard VPN is different.**&#x20;

We've developed the largest Web3-based VPN, offering unmatched anonymity and security. Our approach allows users to sign up and pay for VPN services using a Web3 wallet, eliminating the need for personal data. With [DeGuard](https://app.deguard.io/), there’s no traditional registration — just connect your wallet and you’re ready to go. Your subscription is stored as an NFT, giving you full ownership and control.

Our [Telegram App](https://t.me/DeGuardVPN_bot) further enhances your experience. You can browse the internet securely from anywhere, earn $DF points by using the VPN, inviting friends, and completing challenges, and enjoy the freedom of a truly decentralized, private browsing experience.

DeGuard VPN is more than just a service — it's a new standard for online privacy.

<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://docs.deguard.io/introduction.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.
