DeVpn Whitepaper
Decentralized VPN Protocol — Direct Connections, Token Rewards, Community Governance
1. Executive Summary
DeVpn is the world's first truly decentralized VPN with a working iOS app, a Windows desktop client, plug-and-play hardware nodes, and a token rewards system built on Solana. Unlike every other VPN on the market, DeVpn users connect directly to community-run provider nodes with zero intermediaries touching their traffic.
Traditional VPNs funnel your encrypted traffic through corporate-owned servers, requiring you to trust the company won't log, inspect, or sell your data. DeVpn eliminates that trust requirement entirely: the control plane coordinates sessions but never touches, relays, or inspects user traffic. Privacy is guaranteed by architecture, not by policy.
Community members who run provider nodes earn DVPN tokens for sharing bandwidth. Staking DVPN tokens unlocks VPN discounts up to 100% (free), governance voting power, and priority server access. The result is a self-sustaining ecosystem where providers are rewarded, users save money, and the community governs the network's future.
2. The Problem
The global VPN market is projected to reach $75 billion by 2027, yet every major provider shares the same fundamental flaw: centralization.
- Single point of failure. NordVPN, ExpressVPN, Surfshark — all operate corporate-owned server fleets. A subpoena, hack, or policy change affects every user simultaneously.
- "No logs" is unverifiable. Users must trust the company's word. Multiple "no-log" VPNs have been caught logging user data (IPVanish 2018, PureVPN 2017, HideMyAss 2011).
- Expensive. NordVPN charges $12.99/mo, ExpressVPN $12.95/mo, Surfshark $12.95/mo. Users pay premium prices for a commodity service.
- Corporate-owned infrastructure. Servers can be seized, monitored, or compromised without users' knowledge. Government requests are handled behind closed doors.
- No user governance. Users have zero say in pricing, server locations, features, or how their data is handled. The company decides everything.
Previous attempts at decentralized VPNs (Mysterium, Orchid, Sentinel) have fallen short: no iOS app, complex setup, minimal earnings for providers, and incomplete decentralization where relay servers still touch user traffic.
3. The Solution — Decentralized VPN
DeVpn solves these problems with a fundamentally different architecture:
- Direct connections. User traffic routes directly to provider nodes via WireGuard tunnels. No relay, no middleman, no corporate server between you and the internet.
- No-logs by architecture. The control plane (CP1) handles only coordination — registration, session matching, and rewards tracking. It literally cannot log your traffic because it never sees it.
- Community-owned infrastructure. Providers are independent node operators — individuals running nodes on Raspberry Pis, home servers, or cloud VMs. No single entity controls the network.
- Token-aligned incentives. Providers earn DVPN tokens proportional to bandwidth shared. More uptime and more bandwidth equals more tokens. Bad behavior gets slashed. Incentives are aligned.
- Community governance. Stakers vote on proposals — new server locations, feature priorities, bounty rewards, community events. Your stake is your voice.
- 77% cheaper. $3/month for unlimited VPN vs $12.99/month at NordVPN. Early adopters lock in $1/year for life.
4. Architecture
4.1 Network Topology
This is the core principle. Every VPN session is a direct WireGuard tunnel between the user's device and the provider node. The control plane exists solely to coordinate — matching users with providers, tracking sessions for rewards, and managing the token economy.
4.2 Control Plane (CP1)
The control plane is a FastAPI application running on a hardened Linux server behind Cloudflare DDoS protection.
- Responsibilities: User registration, provider registration, session coordination, heartbeat monitoring, reward calculation, staking, governance, and payments.
- NOT responsible for: Routing, relaying, forwarding, inspecting, or storing any user VPN traffic. Zero.
- Security: CORS restricted to devpn.org domains, all admin endpoints authenticated, rate limiting on all public endpoints (login: 10/min/IP, register: 5/min/IP), JWT tokens with 30-day expiry, Stripe webhook signature verification, PostgreSQL restricted to localhost.
4.3 Provider Nodes
Provider nodes are WireGuard servers operated by community members. They can run on:
- DeVpn Node Pro ($199) — Raspberry Pi 5 with 3.5" touchscreen dashboard, red aluminum case, branded power adapter. Plug and play: connect ethernet + power, it auto-registers, sets up UPnP port forwarding, and starts earning.
- DeVpn Node ($149) — Same as Pro without the touchscreen. Headless operation.
- DeVpn SD Card ($25) — Pre-flashed microSD for existing Raspberry Pi 4/5 owners.
- DIY (free) — Any Linux machine. One-liner install script from Provider Dashboard generates a personalized command with JWT baked in. Auto-registers AND auto-links to user's account — no claim code needed. Node appears on dashboard within 60 seconds.
All nodes use WireGuard (kernel-level, fastest VPN protocol), support UPnP auto port forwarding for zero-config deployment behind NAT routers, and send heartbeats every 30 seconds to prove uptime. Speed tests run on first boot and daily for accurate tier classification. Pre-flashed SD cards and hardware nodes are available at devpn.org/store.
Provider agent version v4.3.8 with OTA auto-update — all nodes update automatically without user intervention.
4.4 Session Flow
- User requests a connection via the app (iOS, Android, Windows, or WireGuard client).
- CP1 selects the best provider based on speed tier, location, staking priority, load, and connectivity status.
- CP1 generates a WireGuard keypair for the session.
- User receives configuration: provider IP, port, public key, DNS servers, and session ID.
- User connects directly to the provider via WireGuard tunnel.
- All traffic is encrypted end-to-end using ChaCha20-Poly1305.
- Provider routes traffic to the internet.
- Session bandwidth is tracked for reward calculation.
- Sessions last 24 hours by default, extended by heartbeats. Smart reconnect handles failover.
4.5 Security Model
DeVpn's security is layered and hardened:
- WireGuard protocol: Noise protocol framework, ChaCha20 symmetric encryption, Poly1305 MAC, Curve25519 key exchange, BLAKE2s hashing. Perfect forward secrecy. Formally verified.
- Provider cannot read user traffic: All data inside the WireGuard tunnel is encrypted. The provider routes packets but cannot inspect content.
- CP1 cannot read user traffic: It never touches the data stream. Architecturally impossible to log.
- Agent token authentication: Every provider heartbeat requires a valid agent token to prevent node impersonation.
- Subscription validation: Session creation verifies active subscription before allowing connection.
- Comprehensive security audit: 7 critical and 6 high severity issues identified and fixed (March 2026). See our security blog posts for details.
- Security agent: Runs every 10 minutes — monitors login brute force, claim attempts, API anomalies, DB integrity, SSL cert expiry, disk space. Auto-restarts API if down.
- Health agent: Runs every 15 minutes — monitors API uptime, provider fleet health, reward pipeline, sessions, system resources. Auto-cleans stale providers and sessions.
- Login attempt tracking: IP logging on all login attempts. Claim code anti-brute-force: 3 failures in 15 min triggers rate limit.
- Email alert deduplication: Max 1 email per alert type per day (down from ~1,700 to max 14/day).
4.6 IP Detection & Privacy
- Multi-service fallback: IP detection uses 4 geo services (ip-api.com → ipapi.co → ipwhois.app → freeipapi.com) with 3 pure-IP fallbacks (ipify, icanhazip, ifconfig.me).
- IPv6 protection: All connections are IPv4 only. Agent v4.3.8 fully strips IPv6 addresses —
_get_ipv4()rejects any IP containing ':'. - Cloudflare integration: CF-Connecting-IP header forwarding for accurate real IP detection behind CDN.
- Server-side geo lookup: If provider sends IP without location data, server performs geo lookup automatically.
4.7 CGNAT Relay System (Patent Pending)
The CGNAT relay system is DeVpn's core technical innovation, filed as a provisional patent in April 2026. It enables any residential internet connection to function as a VPN exit node, regardless of ISP network address translation. No other decentralized VPN has this capability.
Automated Detection: On first boot, each node runs three independent CGNAT detection methods — gateway IP analysis (RFC 6598 100.64.0.0/10), UPnP external IP comparison, and traceroute hop inspection. Results are classified as "true," "likely," or "false."
Relay Assignment: The control plane automatically assigns an optimal relay node using geographic proximity and load balancing. Each CGNAT-relay pair gets a unique /30 subnet from 10.99.0.0/16.
Tunnel Establishment: Automated cryptographic key exchange via the control plane. Both nodes generate dedicated WireGuard keypairs for the relay tunnel (port 51821), separate from client-facing keys (port 51820). PersistentKeepalive of 25 seconds maintains the connection through NAT.
Client Traffic Routing: Clients connect to CGNAT exit nodes transparently — they are entirely unaware of the relay architecture. Traffic flows through a userspace UDP proxy (socat) on port 51822. The relay node cannot decrypt traffic because it lacks the exit node's private key.
Privacy Separation: For relayed connections, no single node possesses both the client's identity and the decrypted traffic. The relay sees who but not what. The exit node sees what but not who. This is an architectural guarantee, not a policy.
Production Status: First successful CGNAT relay established April 3, 2026 — Athens, Greece routing through Lynbrook, NY. The system is fully automated with zero user intervention.
5. DVPN Token
DVPN is an SPL utility token on the Solana blockchain. Solana was chosen for its high throughput (65,000+ TPS), low transaction fees ($0.00025 average), and 400ms finality — ideal for daily reward distributions to thousands of providers.
5.1 Token Distribution
Total supply: 1,000,000,000 (1 billion) DVPN
| Allocation | Amount | Percentage | Purpose |
|---|---|---|---|
| Node Rewards Pool | 420,000,000 | 42% | Daily provider rewards — distributed over 10+ years |
| Treasury / Development | 150,000,000 | 15% | Platform development, operations, infrastructure |
| Investor Vesting | 120,000,000 | 12% | Early investors — locked with vesting schedule |
| Founder Vesting | 120,000,000 | 12% | Founder compensation — locked with vesting schedule |
| Community | 80,000,000 | 8% | Bounties, airdrops, community events, games |
| Liquidity | 80,000,000 | 8% | DEX liquidity pools (Raydium, Orca) |
| Advisor Vesting | 30,000,000 | 3% | Advisor compensation — locked with vesting |
| Staking Escrow | Variable | — | DB-tracked staking escrow for Phase 1 |
| Provider Payouts (Hot) | Replenished | — | Daily provider reward payouts — replenished from Node Rewards |
| Staking Vault | Variable | — | On-chain vault holding user-staked DVPN tokens |
| Staking Rewards Vault | Replenished | — | Pays 10% APY staking rewards — replenished from Node Rewards |
5.2 Token Utility
- Provider rewards: Daily pool distribution + per-GB bonus for bandwidth routed.
- Staking: Lock DVPN to unlock VPN discounts (10% to 100% free), governance voting power (1x to 10x), priority server access, and 10% APY rewards.
- Governance: Stakers vote on proposals — new features, exit locations, bounty amounts, community events. Voting power scales with stake amount and tier multiplier.
- Bounty rewards: Contributors earn DVPN for bug reports, feature suggestions, tutorials, and translations.
- Future: VPN payments. Pay for VPN subscriptions directly in DVPN tokens at a discount.
6. Provider Rewards
6.1 Dual Earning Model
Providers earn DVPN tokens through two mechanisms:
- Daily availability pool: 10,000 DVPN distributed daily to all online providers, weighted by speed tier and staking tier. Simply being online and available earns tokens.
- Per-GB bonus: Additional DVPN for every gigabyte of user traffic routed. More traffic = more tokens.
Monthly earnings estimates:
| Connection Speed | Estimated Monthly | Speed Tier |
|---|---|---|
| 50 Mbps | ~$126/mo | Bronze (0.50x) |
| 100 Mbps | ~$196/mo | Silver (0.75x) |
| 250 Mbps | ~$406/mo | Gold (1.00x) |
| 500 Mbps | ~$756/mo | Platinum (1.25x) |
| 1 Gbps | ~$1,456/mo | Diamond (1.50x) |
Earnings estimates are based on the formula: $56 base + (speed_mbps × $1.4). Actual earnings vary by network conditions, traffic demand, and token price.
6.2 Speed Tiers
| Tier | Speed Range | Reward Multiplier |
|---|---|---|
| Bronze | 10–50 Mbps | 0.50x |
| Silver | 51–100 Mbps | 0.75x |
| Gold | 101–250 Mbps | 1.00x |
| Platinum | 251–500 Mbps | 1.25x |
| Diamond | 501+ Mbps | 1.50x |
Minimum speed to earn: 10 Mbps. Speed tiers are based on a 7-day rolling average (not a single measurement) to prevent gaming. Speed tests run on first boot and daily.
6.3 Reward Multipliers
| Multiplier | Range | Description |
|---|---|---|
| Speed tier | 0.5x – 1.5x | Based on 7-day average speed (Bronze through Diamond) |
| Dedicated IP | 2x | When assigned a dedicated IP user |
| Staking tier | 1.0x – 2.0x | Based on provider staking tier (Basic through Elite) |
| 24hr uptime | 1.15x | Bonus for maintaining 100% uptime in 24-hour period |
6.4 Payout System
- Payout threshold: 500 DVPN (lowered from 5,000 for faster provider payouts)
- Automated on-chain Solana payouts via hot wallet at 00:05 UTC daily
- SOL transaction fees: ~$0.0004 per transaction (negligible)
- Providers typically receive payouts daily to weekly (vs monthly with old 5,000 threshold)
6.5 Dedicated IP Premium
Providers can opt in to offer dedicated IP assignments per node:
- 5x per-GB earnings for dedicated traffic (vs 1x for shared).
- 2x daily pool weight boost for nodes accepting dedicated assignments.
- Configurable slots (1–10 per node).
- Users pay $10/mo for a dedicated IP — assigned to a specific provider for consistent IP address.
7. Staking
DVPN staking creates a virtuous cycle: staking tokens locks supply (reducing sell pressure), gives users discounts and governance power, gives providers traffic priority, and earns 10% APY for all stakers.
7.1 User Staking Tiers
| Tier | Min Stake | VPN Discount | Vote Power | Key Benefits |
|---|---|---|---|---|
| Explorer | 125+ DVPN | 10% | 1x | Voting rights |
| Guardian | 500+ DVPN | 25% | 2x | Priority servers, 2x voting |
| Sentinel | 1,250+ DVPN | 50% | 5x | Free dedicated IP, submit proposals, 5x voting |
| Architect | 5,000+ DVPN | 100% | 10x | Free VPN, 10x voting, revenue share, advisory role |
7.2 Provider Staking Tiers
| Tier | Min Stake | Traffic Priority | Badge | Key Benefits |
|---|---|---|---|---|
| Basic | 0 DVPN | 1.0x | — | Standard node |
| Verified | 250 DVPN | 1.5x | Verified | Verified badge, 1.5x traffic |
| Trusted | 1,250+ DVPN | 2.0x | Trusted | Trusted badge, 2x traffic, dedicated eligible |
| Elite | 5,000+ DVPN | 3.0x | Elite | Elite badge, 3x traffic, featured, governance |
7.3 Staking Mechanics
- 10% APY: Staked tokens earn 10% annual yield, auto-compounded daily (1 AM UTC cron). No action required — rewards are added to your stake automatically.
- 7-day unstake cooldown: When you request to unstake, tokens remain locked for 7 days before they can be withdrawn. This prevents stake-and-dump attacks around governance votes.
- Slashing: Provider stakes can be slashed for misbehavior: 5% for 24+ hours of downtime, up to 100% for malicious activity (traffic manipulation, false reporting). Slashing is admin-initiated with on-chain transparency planned for Phase 3.
- Staking escrow: All staked tokens are tracked in a dedicated escrow wallet (H3CRA9ZfFP8QoGCRCW5xio9WRGm1eT2eSZzs2QvaTNeC). On-chain staking is live via a Solana Anchor program (EDf3q38bECL2V2xhyMKkercwgg3U4tXe79LajYiFccR2). On-chain staking is separate from token vesting.
7.4 On-Chain Staking (Live on Solana Mainnet)
On-chain staking is live on Solana mainnet as of March 2026.
- Program ID: EDf3q38bECL2V2xhyMKkercwgg3U4tXe79LajYiFccR2
- Staking Vault: HiJ4zqPrbvhzXp2xSLaThyZojcjSShbKgJiHS2ZhAjqL
- Rewards Vault: 8g2mnMiBrqSm79tqJE4FYE3TdB2HxvxFNH3aVUfqFPHJ
- 101,900+ DVPN staked by 6 unique wallets
- Phantom wallet connect on devpn.org/staking for browser-based staking
- RPC proxy through CP1 for browser compatibility (avoids CORS issues with public RPC nodes)
- DVPN token uses 6 decimals (SPL token standard)
8. Governance
DeVpn governance gives the community direct control over the network's direction. This is not advisory — approved proposals are implemented.
- Voting power: Staked DVPN × tier vote multiplier. An Architect with 5,000 DVPN staked has 50,000 effective votes (5,000 × 10x).
- Proposal creation: Sentinel tier or higher (1,250+ DVPN staked) required to submit proposals.
- Voting: Explorer tier or higher (125+ DVPN staked) required to vote.
- Voting periods: 14 days per proposal.
- Scope: Community events, bounty reward amounts, new exit node locations, feature prioritization, network parameter changes, and treasury allocations.
Token Vesting Schedules
All insider allocations (founders, investors, advisors) follow milestone-based vesting tied directly to network growth. This aligns all stakeholders — founders, investors, and advisors are rewarded when the network succeeds, not simply when time passes. The only time-based fallback is March 2031, ensuring all tokens eventually unlock regardless of growth pace.
TGE (Token Generation Event): January 26, 2026
Founder Vesting — 120M DVPN (12%)
| Tranche | Amount | % | Unlock Condition |
|---|---|---|---|
| Tranche 1 | 12,000,000 DVPN | 10% | Network reaches 500 active providers |
| Tranche 2 | 12,000,000 DVPN | 10% | Network reaches 5,000 active providers |
| Tranche 3 | 12,000,000 DVPN | 10% | Network reaches 10,000 active providers |
| Tranche 4 | 84,000,000 DVPN | 70% | Time-locked until March 2031 |
Investor Vesting — 120M DVPN (12%)
| Tranche | Amount | % | Unlock Condition |
|---|---|---|---|
| Tranche 1 | 24,000,000 DVPN | 20% | Network reaches 1,000 active providers |
| Tranche 2 | 24,000,000 DVPN | 20% | Network reaches 2,500 active providers |
| Tranche 3 | 24,000,000 DVPN | 20% | Network reaches 5,000 active providers |
| Tranche 4 | 48,000,000 DVPN | 40% | 10,000 providers or March 2031 |
Advisor Vesting — 30M DVPN (3%)
| Tranche | Amount | % | Unlock Condition |
|---|---|---|---|
| Tranche 1 | 6,000,000 DVPN | 20% | Network reaches 500 active providers |
| Tranche 2 | 6,000,000 DVPN | 20% | Network reaches 1,000 active providers |
| Tranche 3 | 6,000,000 DVPN | 20% | Network reaches 2,500 active providers |
| Tranche 4 | 12,000,000 DVPN | 40% | 5,000 providers or March 2031 |
Vesting Summary
| Allocation | Total | % of Supply | Vesting Model |
|---|---|---|---|
| Founder | 120M | 12% | 10% @500, 10% @5K, 10% @10K providers + 70% Mar 2031 |
| Investor | 120M | 12% | 20% @1K, 20% @2.5K, 20% @5K + 40% @10K or Mar 2031 |
| Advisor | 30M | 3% | 20% @500, 20% @1K, 20% @2.5K + 40% @5K or Mar 2031 |
During the vesting period, vested tokens participate in governance voting to ensure stable platform direction. As the provider network grows and community staking increases, governance power naturally shifts to the community.
Vested Token Rules
- Voting: All 120M vested tokens count toward governance voting power at full weight (stake × tier multiplier)
- APY: Vested tokens do NOT earn staking APY rewards — only community-staked tokens earn yield
- Locked tranches: Cannot be unstaked, sold, or withdrawn until their milestone is reached or date passes
- Unlocked tranches: Can be moved to regular staking (earning APY) or withdrawn
- Transparency: All votes from vested holders are flagged with an
is_vestedmarker visible to the community - Public API: Vesting schedules and unlock status available at
/api/vesting/publicfor full transparency - Public transparency page: devpn.org/vesting — visual milestone timeline, breakdown cards, cumulative release chart, live provider count
- Private vesting portal: devpn.org/vesting-portal — authenticated page for vested parties with withdrawal request system and admin approval workflow
- All milestones verified against live provider count from
/api/network/stats
Community Governance Safeguards
- Community Veto: If 80%+ of non-vested stakers oppose the winning option, a mandatory 30-day review period is triggered
- Emergency Proposals: Sentinel+ stakers can create emergency proposals with 48-hour response windows
- Proposal Limit: Maximum 3 active proposals per user to prevent governance spam
- All votes public: Every vote is transparent, with vested vs. community breakdown visible on each proposal
Governance Decentralization Timeline
| Phase | Timeline | Governance Model |
|---|---|---|
| Foundation | Years 1–2 | Founders retain majority voting power via vested tokens. Community proposals active but founder can veto critical security/stability decisions. All vested votes are publicly flagged. |
| Growth | Years 3–4 | Community stake grows as token distribution widens. Community veto mechanism active — 80%+ community opposition triggers 30-day review. Milestone-based tranches begin unlocking. |
| Maturity | Year 5+ | Full community governance. Vesting complete — all tokens are regular staked tokens with no special flags. Community votes carry equal weight. DAO structure formalized. |
9. Bounty Program
DeVpn rewards community contributions with DVPN tokens, credited directly to the contributor's staking balance:
| Bounty Type | Reward | Description |
|---|---|---|
| Bug Report | 250 DVPN | Report bugs, security issues, or UX problems |
| Feature Suggestion | 500+ DVPN | Suggest and document a new feature that gets implemented |
| Tutorial / Guide | 300 DVPN | Create setup guides, how-to articles, or video tutorials |
| Translation | 200 DVPN | Translate the app, website, or documentation |
Bounties are submitted by users, reviewed by admins, and approved or rejected with feedback. Approved bounty rewards are credited to the user's staking balance, immediately counting toward tier benefits.
10. Pricing
VPN Subscriptions
| Plan | Price | Staking Discount (Architect) |
|---|---|---|
| Pay-as-you-go | $0.15/GB | Free |
| Daily | $1/day | Free |
| Weekly | $2/week | Free |
| Monthly | $3/month | Free |
| Yearly | $12.99/year | Free |
Early Adopter Special
First 1,000 users: $1/year
Users 1,001–5,000: $2/year
Users 5,001–10,000: $5/year
All early adopter plans renew at $12/year for life. Lock in your price forever.
Hardware Nodes
| Product | Price | What You Get |
|---|---|---|
| DeVpn SD Card | $25 | Pre-flashed 32GB microSD for existing Raspberry Pi 4/5 |
| DeVpn Node | $149 | Pi 5 + aluminum case, headless |
| DeVpn Node Pro | $199 | Pi 5 + 3.5" touchscreen + case + power adapter |
Add-Ons
| Add-On | Price | How It Works |
|---|---|---|
| Family Filter | $0.50/mo | Cloudflare Family DNS — blocks malware + adult content |
| Ad Blocker | $1.00/mo | AdGuard DNS — blocks ads and trackers network-wide |
| Multi-Hop | $2.00/mo | Route through 2 exit nodes for extra anonymity |
| Kill Switch | Free | Block all traffic if VPN disconnects (AllowedIPs 0.0.0.0/0) |
| Dedicated IP | $10.00/mo | Consistent IP address from a specific provider node |
11. Treasury Transparency
All DVPN token wallets are public Solana addresses. Anyone can verify balances and transactions on-chain at any time. No hidden wallets, no off-book holdings.
| Wallet | Address | Allocation |
|---|---|---|
| Node Rewards (Cold) | AEvhULECc8n95g1eSRSvbufbqYd4Q9gFZ8mDCGENPWLf | 420,000,000 |
| Treasury / Dev (Cold) | EEG8XNXHekNSKEPumvX9ygVsXzUWx4E7Sg127XnP9RHz | 150,000,000 |
| Investor Vesting | 3AbLUits8YUvBCB1EmnhtHv9UkMQveNDThLNFMx92WVY | 120,000,000 |
| Founder Vesting | GeyTRhhqCGQb6VCNT5jNvW5B12zFNQVUSit8Uy3PAtML | 120,000,000 |
| Community | mYJMb324RUDw47B1hRuvGD441HAAdCp3M4arrk8fMGC | 80,000,000 |
| Liquidity | CPrWNvQQPgDrhNoyau23Zzpf9wKmqZtw4LTZqfoP8ADT | 80,000,000 |
| Advisor Vesting | GeLhgKMZEryJ8ZYcDnUgj1LXLc4Asz45JqrfPwfcKF4t | 30,000,000 |
| Staking Escrow | H3CRA9ZfFP8QoGCRCW5xio9WRGm1eT2eSZzs2QvaTNeC | Variable |
| Hot Wallet (Payouts) | 6Ko19MVxSFHnoRmyftGHsRXs2K3Z9uEJ4ZA4BGdE8CNm | Replenished |
| Staking Vault | HiJ4zqPrbvhzXp2xSLaThyZojcjSShbKgJiHS2ZhAjqL | On-chain stakes |
| Staking Rewards Vault | 8g2mnMiBrqSm79tqJE4FYE3TdB2HxvxFNH3aVUfqFPHJ | APY rewards |
11 treasury wallets, all publicly verifiable on-chain. The hot wallet is replenished manually from the Node Rewards cold wallet to minimize exposure. Daily payouts are processed automatically at 00:05 UTC. Live treasury balances are visible at devpn.org/treasury. Wallet balance monitor sends email alerts every 6 hours when balances drop below thresholds.
12. Competitive Analysis
| Feature | DeVpn | NordVPN | ExpressVPN | Mysterium | Orchid |
|---|---|---|---|---|---|
| Decentralized | Yes | No | No | Partial | Yes |
| iOS App | Yes | Yes | Yes | No | Limited |
| Windows App | Yes | Yes | Yes | Yes | Limited |
| No Logs (Architecture) | Yes | No (policy) | No (policy) | Partial | Partial |
| Monthly Price | $3 | $12.99 | $12.95 | $0.06/GB | Variable |
| Provider Earnings | Up to $1,456/mo | N/A | N/A | ~$5/mo | ~$2/mo |
| Staking | Yes (10% APY) | No | No | Yes (low) | Yes |
| Governance | Yes | No | No | No | No |
| Hardware Nodes | $25–$199 | No | No | No | No |
| Bounty Program | Yes | No | No | No | No |
| Direct Connection | Yes | No | No | Relay | Multi-hop |
13. Roadmap
Phase 1 — Foundation (Complete)
- Core VPN platform with direct WireGuard connections
- Provider reward system with daily pool + per-GB bonus
- Hardware nodes: DeVpn Node Pro, Node, SD Card
- iOS app with working WireGuard tunnel
- Windows desktop client with system tray, protocol handler, auto-start
- Stripe + crypto payments (SOL, BTC, ETH) with auto claim code generation
- Blog, referral system, email drip campaigns
- Comprehensive security audit (7 critical + 6 high issues fixed)
- UPnP auto port forwarding for plug-and-play deployment
- Multi-node support (multiple nodes per account)
- Add-on marketplace (Family Filter, Ad Blocker, Multi-Hop, Kill Switch, Dedicated IP)
Phase 2 — Community Growth (Current)
Staking system with tiered benefits (DB-tracked)— CompleteGovernance voting (weighted by stake)— CompleteBounty program for community contributions— CompleteDedicated IP system with 5x provider earnings— CompleteSpeed tier averaging (7-day rolling)— CompleteAI-powered email support— CompleteSocial media automation (Discord + Telegram bots)— CompleteOn-chain staking (Solana mainnet)— CompletePhantom wallet connect for staking— CompletePublic vesting transparency page— CompleteTreasury with live on-chain balances— CompleteTwitter/YouTube automation— CompleteSecurity and health monitoring agents— CompleteDIY provider one-liner install— CompleteIPv6 protection— CompleteOTA auto-update (agent v4.3.8)— CompleteSmart reconnect with automatic failover— CompleteCGNAT relay system — automatic detection, relay assignment, tunnel establishment, and transparent client routing (patent pending, filed April 2026)— Complete5 new global exit nodes (Amsterdam, Singapore, Bangalore, Sydney, Toronto)— CompleteSD card image v2.1 — universal CGNAT-compatible image for Headless and Headless Plus— CompleteLegacy agent fleet migration — all VPS nodes unified on v4.3.8— CompleteiOS app submitted to App Store— CompleteBug bounty program live at devpn.org/security— Complete- Community growth target: 100 active providers
- Beta marketing launch (Reddit, Solana communities)
Phase 3 — Scale & Exchange (Upcoming)
- DEX liquidity pool (Raydium / Orca)
- macOS native app
- 2FA authentication for all accounts
- Reddit/Facebook automation
- Token burn mechanism (portion of subscription fees burned)
- Multi-language support
- On-chain governance voting
Phase 4 — Scale (Future)
- Full DAO governance with treasury management
- Revenue sharing for Architect-tier stakers
- Enterprise VPN product for businesses
- Exchange listings (CEX + DEX)
- Mobile provider nodes (Android)
- VPN subscription payments in DVPN tokens
- 1,000+ provider target
14. Team
DeVpn is built by DVPN LLC, based in New York. The team brings together expertise in networking, cryptography, distributed systems, and token economics.
Contact: support@devpn.org
Follow us:
- Twitter/X: @DeVpnsocial (automated daily content + stats every 6 hours)
- Reddit: r/DeVpn
- Discord: discord.gg/GwNxjwVrR (21 channels, automated daily content + stats)
- Telegram: t.me/DeVpn (automated daily content + stats)
- YouTube: Devpn Networks (automated upload queue — Shorts daily, Videos Tue/Fri)
- GitHub: DeVpn-social
15. Legal Disclaimer
DVPN tokens are utility tokens designed to facilitate the DeVpn network ecosystem. They are not securities, investment contracts, or financial instruments.
- There is no guarantee of token value appreciation or provider earnings.
- Earnings estimates are based on current network conditions and may change.
- Past performance does not guarantee future results.
- Token distribution allocations are subject to change based on network needs.
- Users should conduct their own research (DYOR) before participating.
- Consult a qualified financial advisor before making investment decisions.
- Service availability is provided on a best-effort basis and is not guaranteed.
- DeVpn does not provide investment, legal, or tax advice.
- By using the platform, you agree to the Terms of Service and Privacy Policy Security.
© 2026 DVPN LLC. All rights reserved. This document may be shared freely. Do not modify without permission.
DeVpn