Paxeer Logo PAXEER
Documentation

Paxeer Developer Docs

Understand the core concepts of Paxeer and blockchains. Comprehensive documentation to help you build on Paxeer.

Paxeer Network Architecture

                     PAXEER NETWORK PROTOCOL
    ════════════════════════════════════════════════════
    
                [ Capital Orchestration Layer ]
                            │
                      [ VM Router ]
                      /           \
               [ EVM Layer ]    [ AVM Layer ]
               Stack-Based      Register-Based
               Solidity/Vyper   OpenLang
               DeFi/NFTs        Heavy Compute
                      \           /
                    [ Unified State ]
						

Virtual Machine Comparison

Specification EVM Layer AVM Layer
Architecture Stack-based Register-based (32 × 256-bit)
Languages Solidity, Vyper OpenLang
Use Cases DeFi, NFTs, Standard txs AI/ML, Risk Engine, Optimization
Compatibility Ethereum tooling Native Paxeer
Gas Model Standard EVM Compute-optimized

Network Specifications

229
Mainnet Chain ID
80000
Testnet Chain ID
5s
Block Time
PoA
Clique Consensus

Precompile Registry

0x100
Capital
Capital operations via AVM
0x101
VMBridge
Cross-VM call routing
0x102
RiskEngine
Risk assessment computation

Help us with this page: If you're an expert on the topic and want to contribute, edit this page and sprinkle it with your wisdom. You'll be credited and you'll be helping the Paxeer community!

Foundational topics

Paxeer stack

Integrated Development Environments (IDEs)

Advanced

Full API Documentation

For complete API reference, technical specifications, and advanced integration guides, visit our full documentation portal.

Visit docs.paxeer.app

Learn Solidity

Solidity is the most popular language for writing smart contracts. Read the official documentation to master it.

Read the Solidity docs