Nym (NYM)

From CryptoWiki

(Redirected from Nym)

A communication infrastructure network supporting network-level privacy through the Nym mixnet.

Basics

History

Audits & Exploits

Bugs/Exploits

Governance

Admin Keys

"Nyx, a sovereign Cosmos Layer-1 blockchain, supports the Nym mixnet. Nyx is expected to be de-permissioned in 2024."

DAO

Notable Governance Votes

Treasury

Token

Launch

"In 2022, the NYM token, employed to incentivize the mixnet, was launched through an initial coin offering (ICO) on Coinlist (7.5%). NYM was initially distributed as an ERC-20 token and still exists as so. Ethereum ERC-20 NYM can be bridged to native Cosmos NYM through centralized exchanges, but Nym Technologies is also building a swap functionality in the Nym Wallet."

Token Allocation

  • The Team and backers got 57%, CoinList ICO 7%, "reserve" 11% and Mix-Mining 25%. NYM has a total supply of 1 billion and a circulating supply of ~550 million as of September 2023. NYM that was set aside for founders, backers, validators, and Coinlist buyers will be fully vested in May 2024.

Utility

"The NYM utility token serves the following functions for the Nym mixnet and the Nyx blockchain:

  1. Access to the mixnet.
  2. Paying Nyx transaction fees.
  3. Pledging to mix node operators as an initial reputation score.
  4. Paying Proof-of-Mixing rewards to mix node operators."

Other Details

Stablecoin

Coin Distribution

Technology

  • Whitepaper can be found here (26-2-2021).
  • Code can be viewed [insert here].

Implementations

  • Built on: Cosmos SDK
  • Consensus mechanism: PoA now, will move to BPoS (26-10-2023)
  • Algorithm:
  • Virtual Machine: CosmWasm virtual machine (VM).
  • Development language used: CosmWasm supports Rust and Go, as they compile to Web Assembly (WASM).

Transaction Details

How it works

"Nyx is currently permissioned, with a Proof-of-Authority consensus mechanism run by current validators, but it is planned to move to a permissionless Bonded-Proof-of-Stake (BPoS) mechanism.

The Nym mixnet serves as a modular addition to any internet application, introducing transport layer privacy for a diverse user base. Coupled with the Nyx blockchain, it’s a DePIN project focused on fostering private, secure communication infrastructure. Nym exists as a tool to facilitate private internet communication between any applications, like a VPN, and so, it is not exclusive to blockchain-related activities.

There are three components to the Nym ecosystem:

  1. The Nym mixnet — a modular, private communication network
  2. Zk-nyms — an anonymous credential system
  3. The NYM token — a cryptocurrency

These technologies are supported and leveraged by Nyx, a sovereign, general-purpose Layer-1 blockchain with a CosmWasm VM. Nyx supports Nym in several ways:

  1. By ensuring that the mixnet network directory is decentralized and permissionless.
  2. By operating the tokenomics of the mixnet to incentivize and reward operators for providing privacy instead of grabbing user data.
  3. By facilitating the vesting of the NYM token.

Nyx’s main feature, the Nym mixnet, is a general-purpose piece of infrastructure that can be used for any kind of online communication, such as browsing the internet, messaging on Telegram, or broadcasting transactions to blockchain networks. Nyx smart contracts keep track of the decentralized directory authority of Nym mix nodes on the network."

"The Nym network ("Nym") is a decentralized and incentivized infrastructure to provision privacy to a broad range of message-based applications and services. The core component of Nym is a mixnet that protects network traffic metadata for applications, providing communication privacy superior to both VPNs and Tor against global adversaries that can watch the entire internet. Nodes in the mixnet are rewarded via a novel proof of mixing scheme that proves that mix nodes are providing a high quality of service. Rewards given by NYM tokens allow anyone to join the Nym network and enable a sustainable economic model for privacy. NYM tokens can be transformed into anonymous credentials that allow users to privately prove their "right to use" services in a decentralized and verifiable manner. The Nym network can serve as the foundation for a vast range of privacy-enhanced applications that defend the fundamental freedoms of people across the globe against traffic analysis by powerful adversaries."

Upgrades

Mining

"Mix nodes use a novel Proof-of-Work (PoW) scheme called Proof-of-Mixing (PoM). PoM samples the network randomly and rewards mix nodes for mixing traffic using a VRF-based cryptographic scheme. The system guarantees fairness by taking advantage of the Sphinx packet format, which makes all packets, even those from cover traffic, indistinguishable from each other.

As of September 2023, there are ~600 total Nym mix nodes. Of those total nodes, 240 are selected as active for every epoch in order to maximize the rewards and efficiency of the system. The number of active nodes scales as demand scales. The selection of active nodes is fully decentralized and is based on a mix node's reputation (measured by their total stake in NYM tokens) and performance."

Staking

"Once de-permissioned, the Nyx blockchain will be supported by a decentralized and permissionless network of validating nodes, known as validators. These Nyx validators will be similar to PoS validators on other Interchain networks and PoS blockchains in general. Nyx validators will run a BPoS consensus mechanism built with CometBFT. Holders can delegate their NYM tokens to Nyx validators with no bonding or unbonding period."

Validator Stats

"As of September 2023, the Nyx network is still permissioned, and the PoA validators are run by Nym Technologies and its partners. At the moment, there are 34 active Nyx validators."

Liquidity Mining

Scaling

Interoperability

"Nyx's use of the Cosmos tech stack also ensures compatibility with Inter-Blockchain Communication (IBC). Nyx inherently offers privacy through zk-nyms, allowing confidential execution of payments, voting, and other transaction types. Its IBC connectivity facilitates seamless access to privacy features for users across various Interchain networks."

Other Details

Privacy Method

"Nym is built upon the Loopix anonymity system, a mixnet designed to balance high anonymity levels and low latency. Loopix employs "continuous mixing," where messages are continuously processed and forwarded, reducing latency compared to conventional mixnets.

The Sphinx packet format serves as a secure and efficient method for encapsulating and encrypting data while it navigates through the mixnet. Sphinx encompasses encryption, packet structuring, and onion routing functionalities. Data is subjected to Sphinx-format encryption before it reaches mix nodes, and, importantly, all encrypted packets appear indistinguishable to the mix nodes. Bitcoin’s Lightning Network also uses Sphinx, although it does not implement mixing or routing entropy, limiting its privacy.

Under Nym's "continuous mixing" approach, messages are continually processed rather than waiting for fixed batch sizes. If packets were not continuously mixed, there exists a potential vulnerability for adversaries to discern user patterns. Consistent messaging timings or cadences could allow adversaries to probabilistically deduce user information over time. To counteract this, dynamic cover traffic is introduced throughout the network. Users within the mixnet automatically transmit cover traffic in the Sphinx packet format. Each cover traffic packet is binary-indistinguishable from others, just as real packets are. When users transmit actual data, it becomes concealed amid the continuous flow of decoys. The dynamic nature of cover traffic means it diminishes as real traffic enters the network. This setup prevents adversaries from detecting linear increases in packet output that could reveal genuine communication patterns."

Compliance

Oracle Method

Their Other Projects

Upgrades

Roadmap

  • Can be found [Insert link here].

Usage

Projects that use or built on it

  • Near will integrate Nym Technologies’ data privacy and encryption services for users and DApps operating across its ecosystem (1-11-2023).

Competition

"The Nym mixnet improves on the security offered by VPNs and onion routers primarily through three features:

  1. Indistinguishable packets: All traffic is encrypted to look the same so adversaries can’t follow individual traffic.
  2. Mixed packets: All traffic is reordered so that adversaries can’t simply count what goes in and what comes out to statistically de-anonymize users.
  3. Cover traffic: Adversaries will always see a constant flow of traffic, supplemented by fake packets, to avoid revealing patterns about when a user is sending real packets.

Compared to centralized VPNs, Nym's mixnet introduces additional steps, rendering it slower. Its current data transfer time is 500 ms, as opposed to as low as 20-50 ms for VPNs. While Nym is an order of magnitude slower than its competitors, 500 ms remains relatively performant. Half a second is generally inconsequential, especially for broadcasting payment transactions. Core contributors are working to further reduce Nym's latency. The Nym team’s goal is to bring latency down to 300 ms.

There are a handful of competing decentralized technologies on the market, including

  1. Lokinet: an incentivized private communication network built on the Oxen blockchain and supporting applications such as Session. Lokinet uses Garlic Routing (also known as Invisible Internet Project / I2P), an extended version of onion routing, and is therefore technically not a mixnet
  2. HOPR: a mixnet that uses a P2P architecture rather than a layered topology, which Nym claims is less private.
  3. Elixxir: a postquantum secure mixnet that parallelizes cascade layers. Nym compares and contrasts their network here.
  4. dVPNs: Orchid, Sentinel, and Boring Protocol are all incentivized decentralized VPNs that offer less privacy than a mixnet."

Pros and Cons

Pros

Cons

Team, Funding, Partners, etc.

Team

  • Full team can be found [here].
  • From a Messari report (26-10-2023):

"The organization is under the leadership of CEO Harry Halpin, COO Alexis Roussel, Head of Research Ania Piotrowska, and Chief Scientist Claudia Diaz. Nym Technologies cofounded the Universal Privacy Alliance, an industry alliance of crypto-related entities committed to advancing, educating about, safeguarding, and engaging with privacy technology to establish it as the industry standard. Advisors to the team include Aggelos Kiayias, Bart Preneel, Ben Laurie, George Danezis, Carmela Troncoso, and Andres Arauz."

Funding

Partners

(:

Knowledge empowers all and will help us get closer to the decentralised world we all want to live in!

Making these free wiki pages is fun but takes a lot of effort and time.

If you have enjoyed reading, tips are appreciated:) This will help us to keep expanding this archive of information.

ETH tip address: 0x83460bE5F218b1520B69D702cE60A1DE37dD8E31