Documentation

Build on Pars Network — a sovereign L1 with post-quantum security, native precompiles, and sub-second finality.

Quick Start

Step 1

Add Network to Wallet

Configure MetaMask or any EVM wallet

Network: Pars Network
Chain ID: 494949
RPC: https://rpc.pars.network
Symbol: PARS
Explorer: https://explore.pars.network
Step 2

Get Testnet PARS

Request testnet tokens from the faucet

curl -X POST https://faucet.pars.network/request \
  -H "Content-Type: application/json" \
  -d '{"address": "0xYourAddress"}'
Step 3

Deploy a Contract

Use standard EVM tooling

npx hardhat run scripts/deploy.ts --network pars

Chain Configuration

Mainnet

Network NamePars Network
Chain ID494949
RPC URLhttps://rpc.pars.network
WebSocketwss://ws.pars.network
SymbolPARS
Block Explorerexplore.pars.network

Testnet

Network NamePars Testnet
Chain ID494950
RPC URLhttps://testnet-rpc.pars.network
WebSocketwss://testnet-ws.pars.network
SymbolPARS
Faucetfaucet.pars.network

Native Precompiles

Pars includes high-performance native precompiles for DeFi, cryptography, and identity.

AddressNameDescription
0x0400PoolManagerUniswap v4-style DEX singleton
0x0401SwapRouterOptimized swap routing
0x0600ML-DSANIST post-quantum signatures (FIPS 204)
0x0603ML-KEMNIST post-quantum key encapsulation (FIPS 203)
0x0800FROSTThreshold Schnorr signatures
0x0900ZK VerifyGroth16/PLONK proof verification

Running a Validator

Requirements

15,000
PARS minimum stake
8-12%
Annual yield
2 weeks
Unbonding period

Hardware

  • • 8+ CPU cores
  • • 32GB RAM
  • • 1TB NVMe SSD
  • • 100 Mbps network
# Install parsd
curl -sSL https://get.pars.network | bash

# Initialize node
parsd init --network mainnet

# Start validator
parsd start --validator

Documentation

Need Help?

Join our developer community for support and discussions.