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.networkStep 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 parsChain 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.
| Address | Name | Description |
|---|---|---|
| 0x0400 | PoolManager | Uniswap v4-style DEX singleton |
| 0x0401 | SwapRouter | Optimized swap routing |
| 0x0600 | ML-DSA | NIST post-quantum signatures (FIPS 204) |
| 0x0603 | ML-KEM | NIST post-quantum key encapsulation (FIPS 203) |
| 0x0800 | FROST | Threshold Schnorr signatures |
| 0x0900 | ZK Verify | Groth16/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