{"id":"nym","title":"Nym","content":"**Nym** is a decentralized, open-source privacy infrastructure project designed to protect internet traffic against surveillance. The project's core technology is a decentralized mixnet that obscures network traffic metadata, providing privacy at the network level. Nym's flagship consumer product is the NymVPN, a decentralized virtual private network (dVPN) that leverages the mixnet to offer enhanced anonymity. The project, which is based in Switzerland, aims to provide privacy tools for the modern era, particularly in response to the growing capabilities of AI-driven surveillance. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s) [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB)​\n\n## Overview\n\nNym was created to address the limitations of traditional privacy tools, which often fail to protect metadata—the \"who, what, when, and where\" of communication. While standard encryption and VPNs can hide the content of data packets, they do not conceal traffic patterns, which can be analyzed to reveal user behavior, relationships, and identities. Nym's infrastructure is designed to protect this metadata by routing traffic through a global, permissionless network of independent computer nodes. This decentralized architecture contrasts with traditional VPN services that rely on centralized servers, which can act as single points of failure and data collection. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\nThe project's mission is rooted in the philosophy that privacy is a fundamental component of freedom, not merely a defensive measure. In line with this, Nym's promotional materials state, \"Privacy is not a backup plan. It is the machinery of freedom.\" [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB) The system is built to be private \"by design,\" meaning the architecture aims to make it impossible for any single entity, including the Nym operators, to track a user's activity from their IP address to their final destination. This is achieved through a multi-layered approach combining a mixnet, decentralization, and zero-knowledge cryptography for payments. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s) [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB)​\n\nThe Nym ecosystem is powered by its native utility token, NYM, which incentivizes node operators and facilitates network operations. Beyond its consumer-facing VPN, Nym also functions as a developer platform, offering software development kits (SDKs) and APIs for builders to integrate Nym's privacy features into their own applications. [\\[3\\]](#cite-id-BH3w4fxUVd7doqLl) [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n## History\n\nThe earliest public presence for the Nym project dates to November 2018, when its official X (formerly Twitter) account was created. [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB) Over the following years, the project underwent significant development and security validation.\n\nNym has been subject to numerous independent security audits to ensure the integrity of its code and architecture. These include:\n\n* An audit by security expert JP Aumasson in 2021.\n* An audit by Oak Security in 2022.\n* An ongoing audit by Cryspen, scheduled from 2023 to 2025.\n* An audit by the German cybersecurity firm Cure53 in 2024. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)\n\nThroughout 2024 and 2025, Nym published a series of technical blog posts and roadmaps detailing its development. On September 22, 2024, a post explained the value proposition of the NYM token, followed by another on October 29, 2024, detailing the token's flow within the ecosystem. On October 31, 2024, the team published an explanation of its zero-knowledge, \"can't log\" network design. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\nIn early 2025, Nym released two key roadmaps. On January 29, 2025, it detailed its plans for developing censorship resistance technologies. This was followed on April 4, 2025, by a roadmap for achieving post-quantum security, aiming to future-proof the network against advances in quantum computing. A technical blog post on May 23, 2025, described the process of building a decentralized VPN based on WireGuard. On November 24, 2025, NymVPN version 2025.18 was released, which introduced free trials and in-app payment options for Android mobile users. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n## Technology and Architecture\n\nNym's privacy guarantees are built upon several integrated technological pillars that work together to obscure user activity and protect metadata from surveillance. The platform is open-source, allowing its code to be publicly audited and verified. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n### The Nym Mixnet\n\nThe core of Nym's privacy technology is its 'Noise Generating Mixnet'. A mixnet is a type of anonymizing network that routes traffic through a series of proxy servers, known as mix nodes, to hide the correspondence between a message's sender and its recipient. The Nym Mixnet enhances this model with several features. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n* **Multi-hop Routing:** User data is encrypted in layers and sent through a sequence of independent nodes in the Nym network. Each node in the path strips away one layer of encryption to reveal the address of the next node, but not the final destination or original source. No single node has visibility of the entire path. [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB)\n* **Packet Mixing:** At each hop, the mix nodes collect packets from multiple users and shuffle them into a randomized order before forwarding them. This process breaks the linkability of input and output traffic, making it computationally difficult for an observer to trace the path of any individual packet.\n* **Cover Traffic (Noise):** The mixnet continuously generates and sends decoy (noise) data packets through the network. This constant flow of cover traffic obscures real usage patterns, making it difficult for an adversary to distinguish actual user activity from random noise. This feature is designed to be effective even against AI-powered traffic analysis.\n* **Timing Obfuscation:** The network introduces randomized delays in the routing of packets at each node. This guards against timing correlation attacks, where an adversary might try to link incoming and outgoing packets by observing the time they enter and leave a node.\n\nThis multi-faceted approach is designed to provide robust metadata privacy, protecting against even sophisticated, nation-state-level adversaries capable of monitoring an entire network. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n### Decentralized Network\n\nUnlike services that rely on a central company to operate servers, the Nym network is a permissionless and decentralized system run by a global community of independent [node](https://iq.wiki/wiki/node) operators. These operators contribute their bandwidth to the mixnet and are rewarded in NYM tokens for their service. This decentralization eliminates a central point of failure or coercion and distributes trust across the network, reinforcing the system's \"can't log\" design principle. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s) [\\[3\\]](#cite-id-BH3w4fxUVd7doqLl)​\n\nA publicly accessible Mixnet Explorer allows anyone to monitor the health and status of the network, view the active nodes, track staking activities, and observe network rewards. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n### Zero-Knowledge Credentials (zk-nyms)\n\nNym incorporates zero-knowledge proofs to facilitate private access and payments. The system, referred to as zk-nyms, allows users to obtain and present credentials to access the service without revealing their identity. The documentation describes this technology as \"blinded, re-randomizable, decentralized credentials.\" [\\[3\\]](#cite-id-BH3w4fxUVd7doqLl)​\n\nWhen used for payments, this system enables users to pay for NymVPN subscriptions without linking their payment information to their network usage. This ensures financial anonymity is preserved alongside network-level anonymity. Users can pay with both traditional fiat currencies and privacy-focused cryptocurrencies like [Zcash](https://iq.wiki/wiki/zcash) and Monero. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n## Products and Services\n\n### NymVPN\n\nNymVPN is the project's primary consumer-facing application, built on the Nym network. It is a decentralized VPN (dVPN) that provides users with access to Nym's privacy infrastructure through clients for desktop and mobile devices. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\nNymVPN offers two distinct operational modes to allow users to balance speed and privacy:\n\n* **Fast Mode:** A 2-hop decentralized connection designed for everyday activities like browsing and streaming. It uses AmneziaWG, a fork of the WireGuard protocol, to provide a faster experience than the full mixnet.\n* **Anonymous Mode:** A 5-hop connection that routes all user traffic through the Nym mixnet. This mode offers the highest level of metadata protection and is recommended for sensitive activities, such as private messaging or cryptocurrency transactions, where anonymity is critical. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)\n\nKey features of NymVPN include:\n\n* **Platform Availability:** Native clients are available for Android, iOS, Linux, macOS, and Windows.\n* **Anonymous Signup:** Users can sign up without an email address. Instead, they receive a 24-word passphrase that functions as an anonymous access credential.\n* **Private Payments:** The service accepts standard credit card payments as well as cryptocurrencies.\n* **Device Support:** A single subscription can be used on up to 10 devices simultaneously.\n* **Global Network:** The underlying network consists of over 200 servers operating across more than 85 countries.\n* **Free Trial:** A 7-day free trial is available to new users. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s) [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB)\n\n## Ecosystem\n\nThe Nym project comprises more than just its VPN service, encompassing a broader ecosystem for users, node operators, and developers.\n\n### NYM Token\n\nThe NYM token is the native utility token of the Nym network. Its primary function is to power the decentralized infrastructure. It is used to reward the independent node operators who run the mixnet, ensuring the network's health and performance. The token is also used for network governance and can be used by end-users to pay for NymVPN subscriptions, often at a significant discount compared to conventional payment methods. For example, a promotion offered an 87% discount for payments made with NYM, compared to 75% for other methods.  [\\[4\\]](#cite-id-tBhwJJBdtkXnxBL1) [\\[5\\]](#cite-id-Kir0YuV9i3Pn30lN)&#x20;\n\n### Developer Platform\n\nNym is also positioned as a privacy platform for developers. The project provides comprehensive documentation, a Matrix channel for community support, and a public GitHub repository under the name `nymtech`. Developers can use Nym's SDKs and APIs to integrate network-level privacy into new or existing applications, leveraging the mixnet to protect their users' metadata. This allows developers to build applications with strong privacy features without needing to become experts in complex privacy-preserving cryptography themselves. [\\[3\\]](#cite-id-BH3w4fxUVd7doqLl)​\n\n## Partnerships and Collaborations\n\nNym is the official decentralized VPN (dVPN) partner for Konekt, a separate project that has promoted NymVPN to its user base. [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB)​\n\nThe project also cites its foundation in over a decade of academic research and notes ongoing collaborations with privacy research teams at leading European universities. These partnerships help inform the project's technical direction and ensure it remains aligned with the latest advancements in privacy science. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n## Key People and Organization\n\nThe Nym project is based in Switzerland, a country known for strong data privacy laws. [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB) The core development entity appears to be Nym Technologies, as indicated by the project's GitHub organization name, `nymtech`. [\\[3\\]](#cite-id-BH3w4fxUVd7doqLl)​\n\nActivist, whistleblower, and former intelligence analyst Chelsea Manning is cited as having helped build NymVPN. The project is also guided by a group of advisors described as prominent experts in the fields of privacy, cryptography, and computer science. [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\n## Reception and Market Positioning\n\nNym has received positive commentary from technology publications for its innovative approach to digital privacy. Techradar stated that \"mixnets like NymVPN may become the gold standard for privacy-focused internet users.\" PCWorld commented that the VPN \"has the bones to be something really revolutionary,\" while How-To Geek noted it \"could be one of the most secure decentralized VPN options out there right now.\" [Decrypt](https://iq.wiki/wiki/decrypt) highlighted its potential to offer \"genuine unlinkability and privacy that can withstand AI-driven pattern recognition.\" [\\[1\\]](#cite-id-ZGcJ3HlmVUeIje0s)​\n\nThe project actively positions itself as a practical tool for individuals facing specific privacy threats. For example, Nym marketed its service to residents of Missouri, USA, in response to a new state law requiring age verification for accessing certain websites, a law which digital rights groups like the Electronic Frontier Foundation criticized as creating a \"dangerous new surveillance infrastructure.\" Similarly, Nym has engaged with discussions around data retention and access policies in Australia, presenting its VPN as a way for citizens to protect their privacy. [\\[2\\]](#cite-id-nc6gdCgZUG7atXXB)​","summary":"Nym is a decentralized privacy platform that provides network-level anonymity through a mixnet. It protects metadata against surveillance by mixing internet tra...","images":[{"id":"QmYaEf1ciNgc9z1CXSvjwAwVXJdiiYjR1AEcYPQLxMHShg","type":"image/jpeg, image/png"}],"categories":[{"id":"dapps","title":"Dapps"}],"tags":[{"id":"Protocols"},{"id":"Blockchains"},{"id":"Organizations"},{"id":"AI"}],"media":[{"id":"QmQfgjTctuieEFusD1tHKd8UF6cx1HqWPGfGfqGERUDBDE","size":null,"name":null,"type":"GALLERY","source":"IPFS_IMG"}],"metadata":[{"id":"references","value":"[{\"id\":\"ZGcJ3HlmVUeIje0s\",\"url\":\"https://nym.com/\",\"description\":\"Nym Website Overview\",\"timestamp\":1764689179212},{\"id\":\"nc6gdCgZUG7atXXB\",\"url\":\"https://x.com/nym\",\"description\":\"Nym X Profile\",\"timestamp\":1764689179212},{\"id\":\"BH3w4fxUVd7doqLl\",\"url\":\"https://nym.com/docs\",\"description\":\"Nym Developer Platform\",\"timestamp\":1764689179212},{\"id\":\"tBhwJJBdtkXnxBL1\",\"description\":\"coingecko\",\"timestamp\":1764689858996,\"url\":\"https://www.coingecko.com/en/coins/nym\"},{\"id\":\"Kir0YuV9i3Pn30lN\",\"description\":\"coinmarketcap\",\"timestamp\":1764689917668,\"url\":\"https://coinmarketcap.com/currencies/nym/\"}]"},{"id":"website","value":"https://nym.com/"},{"id":"twitter_profile","value":"https://x.com/nym"},{"id":"github_profile","value":"https://github.com/nymtech/nym"},{"id":"telegram_profile","value":"https://t.me/nymchan/"},{"id":"discord_profile","value":"https://discord.com/invite/nym"},{"id":"youtube_profile","value":"https://www.youtube.com/@Nymtech/featured"},{"id":"previous_cid","value":"\"https://ipfs.everipedia.org/ipfs/Qmf8oiBGqDoNCb5qCyakC25eCrPJiXPorhJ2bhEWpmEsXP\""},{"id":"commit-message","value":"\"Updated IDs and fixed date formatting\""},{"id":"previous_cid","value":"Qmf8oiBGqDoNCb5qCyakC25eCrPJiXPorhJ2bhEWpmEsXP"}],"events":[{"id":"769432aa-1914-407b-94f4-dda01017921b","date":"2018-11-01","title":"Nym Project Initiated","type":"CREATED","description":"The official Nym X account (@nym) was created, marking the project's early public presence.","link":"https://x.com/nym","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"4600da3b-8147-436d-aa6d-94c2b54f1bf0","date":"2021-01-01","title":"First Security Audit by JP Aumasson","type":"DEFAULT","description":"Nym underwent its first major independent security audit from JP Aumasson to ensure transparency and security.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"b1c0ec02-1eda-4dbe-ba27-c5b97f0dd8f7","date":"2025-01-01","title":"Censorship Resistance Roadmap Published","type":"DEFAULT","description":"Nym released its roadmap for developing censorship resistance technologies to enhance user privacy.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"07a3332f-3611-4b62-a204-0a484d1e4f29","date":"2025-04-01","title":"Post-Quantum Security Roadmap","type":"DEFAULT","description":"The project outlined its roadmap for achieving post-quantum security to future-proof the network against advanced threats.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"04a8cb34-d69c-42d2-b6c5-3811ab2426cc","date":"2025-11-01","title":"NymVPN Mobile Update","type":"DEFAULT","description":"NymVPN version 2025.18 was released, introducing free trials on mobile and in-app payments for Android.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8AF7a19a26d8FBC48dEfB35AEfb15Ec8c407f889"},"operator":{"id":"0x1E23b34d3106F0C1c74D17f2Cd0F65cdb039b138"},"language":"en","version":1,"linkedWikis":{"blockchains":[],"founders":[],"speakers":[]},"recentActivity":"{\"items\":[{\"id\":\"6a32015d-67e8-42ef-95dc-c1e50dda13ac\",\"title\":\"Nym\",\"description\":\"Nym is a decentralized privacy platform that provides network-level anonymity through a mixnet. It protects metadata against surveillance by mixing internet traffic across multiple layers of nodes, powered by its native NYM token.\",\"timestamp\":\"2025-12-02T15:38:59.109Z\",\"category\":\"Wiki Update\",\"status\":{\"icon\":\"RiGlobalLine\",\"label\":\"Wiki Updated\",\"iconClassName\":\"text-green-500\"},\"user\":{\"name\":\"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889\",\"address\":\"0x212Cb3F4aE6611054637f9f78F18fB628AD258bb\"},\"button\":{\"label\":\"View Summary\",\"icon\":\"RiFileTextLine\"},\"summarySections\":[{\"title\":\"NYM Token\",\"subtitle\":\"Citations were updated for information regarding NYM token payment discounts.\",\"variant\":\"modified\",\"changeCount\":1,\"changes\":[\"Updated citations for the promotion offering an 87% discount for payments made with NYM, compared to 75% for other methods.  [[\\\\[4\\\\]]](#cite-id-tBhwJJBdtkXnxBL1) [[\\\\[5\\\\]]](#cite-id-Kir0YuV9i3Pn30lN)\"]},{\"title\":\"References\",\"subtitle\":\"Added 2 new references.\",\"variant\":\"added\",\"changeCount\":2,\"changes\":[\"Added reference: coingecko (https://www.coingecko.com/en/coins/nym)\",\"Added reference: coinmarketcap (https://coinmarketcap.com/currencies/nym/)\"]}]}]}"}