Files
nym/documentation/docs/pages/network/architecture/nyx.mdx
T
2024-10-16 17:47:01 +02:00

16 lines
791 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Nyx Blockchain
import { Callout } from 'nextra/components'
<Callout type="info" emoji="️">
If you want to interact with the chain please check the [interacting with Nyx](../../developers/chain) section of the developer docs.
If you want to run a Validator node, check the [Operator guides]() TODO LINK AFTER MERGE
</Callout>
Nyx is a Cosmos SDK blockchain. It records the ledger of `NYM` transactions and executes the smart contracts for distributing `NYM` rewards.
The blockchain plays a supporting but fundamental role in the mixnet: the `NYM` token used to incentivise node operators is one of two native tokens of the chain (the other being `NYX`, used for Blockchain consensus), and the chain is where the Mixnet, Vesting, and zk-nym-related smart contracts are deployed.