All information is subject to change prior to launch.

DEVNET 2.0 Now Recruiting

Join DEVNET 2.0

Be among the first to shape the future of decentralized technology. Sign up now to become a foundational pioneer and run your own PYRAX™ node.

DEVNET 2.0 Status
Coming to a desktop near you soon
Complete KYC
Complete Validation
No coding requiredStandard home computerShape the future of PYRAX™
Scroll
500,000+
Target TPS
<1s
Finality
3
Consensus Streams
99.9%
Energy Efficient
BlockDAG Initiative

Prove Your BlockDAG,
Earn PYRAX™

Hold BlockDAG tokens? Verify your holdings and receive PYRAX™ rewards. Our unique cross-chain initiative rewards early blockchain adopters.

Enterprise-Grade Technology

PYRAX™ Network is engineered for the demands of modern enterprises while maintaining the decentralized ethos that drives blockchain innovation.

Zero-Knowledge Proofs

Privacy-preserving transactions by default

Dynamic Sharding

Automatic load balancing across network

WASM Runtime

Execute smart contracts at native speed

pyrax_contract.rs
#[pyrax::contract]
pub mod token {
    use pyrax::prelude::*;

    #[state]
    pub struct Token {
        balances: Map<Address, U256>,
        total_supply: U256,
    }

    #[action]
    pub fn transfer(
        &mut self,
        to: Address,
        amount: U256
    ) -> Result<()> {
        let sender = ctx.sender();
        self.balances.sub(sender, amount)?;
        self.balances.add(to, amount)?;
        emit!(Transfer { from: sender, to, amount });
        Ok(())
    }
}
Core Innovation

TriStream Consensus

The world's first hybrid consensus combining PoW and PoS in three parallel streams, each receiving exactly 33.3% of block rewards.

ASIC Mining

Enterprise-grade security with Bitcoin-compatible hardware

Reward Share: 33.3%
CPU/GPU Mining

Democratic participation for everyone + AI compute rewards

Reward Share: 33.3%
Validation (PoS)

Stake-based security with passive reward earning

Reward Share: 33.3%

Ready to Shape the Future?

Join the 150 Foundational Pioneers who will help build the most user-friendly blockchain network. No coding required—just your everyday feedback.