bca070c1bd
* url rewrites and redirects * url rewrites and redirects
16 lines
1.2 KiB
Plaintext
16 lines
1.2 KiB
Plaintext
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
|