Files
nym/documentation/docs/pages/network/architecture/nyx/validator.mdx
T
import this bca070c1bd [DOCs]: Readiness for nym-dot-com (#5319)
* url rewrites and redirects

* url rewrites and redirects
2025-01-09 14:44:12 +00:00

16 lines
1.2 KiB
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.
import { Callout } from 'nextra/components'
# Validators
<Callout type="info" emoji="️">
The validator setup and maintenance guide has moved to the [Operator Guides book](../../../operators/nodes/validator-setup).
</Callout>
Validators secure the Nyx blockchain via Proof of Stake consensus. The Nyx blockchain records the ledger of `NYM` transactions and executes the smart contracts for distributing `NYM` rewards. The Nyx validators are run via the `nyxd` binary ([codebase](https://github.com/nymtech/nyxd)), maintaining a CosmWasm- and IBC-enabled blockchain.
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, and the chain is where the [Mixnet](./smart-contracts/mixnet-contract), [Vesting](./smart-contracts/vesting-contract) and [zk-nym](./smart-contracts/ecash) smart contracts are deployed.
## Further Reading
* Detailed info on Nyx Validators and token flow can be found in [Nym Reward Sharing for Mixnets document](https://nymtech.net/nym-cryptoecon-paper.pdf) in section 2.3 and 2.4.
* [Nym Whitepaper](https://nym.com/nym-whitepaper.pdf) section 3.1