Skip to main content

Network Parameters

Complete technical specifications for the Inception blockchain network.

Network Identity

ParameterValue
Network NameInception Mainnet
Chain ID (Decimal)1805
Chain ID (Hex)0x70D
Native TokenINCP
Token Decimals18

Network Endpoints

When Live

All endpoints will be available when the network launches. Check the Status page for live availability.

JSON-RPC Endpoints

ServiceURLStatus
HTTP RPChttps://rpc.inceptionera.comWhen live
WebSocket RPCwss://ws.inceptionera.comWhen live
Block Explorerhttps://explorer.inceptionera.comWhen live
Beacon Explorerhttps://beacon.inceptionera.comWhen available

Infrastructure Endpoints

ServiceURLPurpose
Status Pagehttps://inceptionera.com/statusNetwork health & incidents
Checkpoint Synchttps://checkpoint.inceptionera.comFast beacon node sync
Bridge Interfacehttps://bridge.inceptionera.comCross-chain asset bridge
Governance Portalhttps://gov.inceptionera.comOn-chain governance
Staking Launchpadhttps://launchpad.inceptionera.comValidator deposits

Consensus Parameters

Timing

ParameterValue
Slot Duration12 seconds
Slots per Epoch32 slots
Epoch Duration~6.4 minutes (384 seconds)
Finality Time~12.8 minutes (2 epochs, 64 slots)
Seconds per Slot12

Validator Parameters

ParameterValue
Stake Amount32 INCP
Max Effective Balance32 INCP
Activation Queue Rate4 validators per epoch
Exit Queue Rate4 validators per epoch
Max ValidatorsUnlimited (subject to network capacity)
Min Validator Balance32 INCP

Rewards and Penalties

ParameterValue
Base Reward Split75% attesters, 25% proposers
Priority Fee100% to proposer
Base FeeBurned (EIP-1559)
Slashing Minimum1 INCP
Slashing MaximumUp to 100% of stake
Inactivity PenaltyGradual, based on downtime

Execution Layer Parameters

Gas and Fees

ParameterValue
Block Gas Target15,000,000 gas
Block Gas Limit30,000,000 gas
Base Fee Adjustment±12.5% per block
Min Gas PriceDynamic (EIP-1559)
Fee ModelEIP-1559

Block Parameters

ParameterValue
Block Time~12 seconds
Max Block Size30M gas
Target Block Size15M gas
Uncle BlocksNone (PoS)

Transaction Limits

ParameterValue
Max Contract Size24 KB (24,576 bytes)
Max Stack Depth1024
Max Calldata SizeBlock gas limit dependent
Transaction TypesLegacy, EIP-2930, EIP-1559

Performance Specifications

Throughput

MetricValue
Sustained TPS~35 TPS
Peak TPS~120 TPS
Avg Transaction Gas~21,000 (simple transfer) to 200,000+ (complex contracts)
Transactions per Block~400-1,400 (varies by complexity)

Latency

OperationTime
Transaction Inclusion~12-24 seconds (1-2 blocks)
Finality~12.8 minutes (2 epochs)
Validator ActivationHours to days (queue dependent)
Validator ExitDays (queue dependent)

Network Ports

Required Open Ports

PortProtocolServiceExposure
30303TCP/UDPExecution P2PPublic
13000TCPConsensus P2PPublic
12000UDPConsensus DiscoveryPublic

Private Ports (Localhost Only)

PortProtocolServiceExposure
8551TCPEngine API (JWT auth)Localhost only
8545TCPHTTP RPCLocalhost only
8546TCPWebSocket RPCLocalhost only
3500TCPBeacon API (optional)Localhost only
4000TCPBeacon gRPCLocalhost only
Critical Security

Never expose ports 8551, 8545, 8546, 3500, or 4000 to the public internet. These should only be accessible on 127.0.0.1 (localhost).

Token Economics

ParameterValue
Total Supply50,000,000,000 INCP
Supply TypeFixed cap (minted at genesis)
InflationNone (fixed supply)
DeflationBase fee burning (EIP-1559)
Validator Stake32 INCP

See Tokenomics for complete allocation and distribution details.

Cryptography

Signature Schemes

ComponentAlgorithm
Consensus SignaturesBLS12-381
Transaction SignaturesECDSA (secp256k1)
Public Key Length48 bytes (BLS), 33 bytes (ECDSA compressed)
Signature Length96 bytes (BLS), 65 bytes (ECDSA)

Hashing

ComponentAlgorithm
Block HashingKeccak-256
State RootMerkle Patricia Trie
Transaction HashKeccak-256
Beacon ChainSHA-256

Client Software

Execution Clients

ClientLanguageRepository
Geth (recommended)Gohttps://github.com/ethereum/go-ethereum

Consensus Clients

ClientLanguageRepository
Prysm (recommended)Gohttps://github.com/prysmaticlabs/prysm

Governance Parameters

ParameterValue
Proposal Threshold100,000 INCP
Voting Period7 days
Quorum (Standard)4% of total supply
Approval (Standard)>50%
Approval (Critical)≥66%
Timelock (Standard)7 days
Timelock (Critical)14 days

See Governance for complete governance details.

Network Configuration Files

Download official configuration files from the Transparency & Addresses page:

  • genesis.json (Execution layer)
  • genesis.ssz (Consensus layer)
  • config.yaml (Network configuration)

Always verify checksums before using configuration files.

Bootnodes

Bootnode addresses for peer discovery will be published on the Transparency & Addresses page at network launch.

Monitoring and Metrics

Key Metrics to Monitor

For Node Operators:

  • Sync status (execution & consensus)
  • Peer count (aim for 50+ peers)
  • Disk usage (plan for growth)
  • Memory usage (16-32 GB required)
  • CPU usage (especially during sync)

For Validators:

  • Attestation inclusion rate (aim for >99%)
  • Block proposal success rate
  • Validator balance (should grow over time)
  • Slashing events (should be zero)
  • Uptime (aim for 99%+)

Network Health Indicators

Check current network health at: https://inceptionera.com/status

Key Indicators:

  • Finality: Should be continuous (<2 epochs)
  • Participation Rate: Should be >80%
  • Active Validators: Growing steadily
  • Network TPS: Within expected ranges
  • Base Fee: Stable or predictable

Developer Resources

For developers building on Inception:

  • RPC Documentation: Standard Ethereum JSON-RPC
  • Chain ID: 1805 (0x70D hex)
  • EVM Version: Shanghai-equivalent
  • Supported EIPs: EIP-1559, EIP-2930, and standard Ethereum EIPs

See Developers page for complete development guide.

Validator Resources

For validators running nodes:

Status and Updates

Always Check Status

For live endpoints, caps, and incident updates, always check the Inception Status page: https://inceptionera.com/status

Last Updated: October 12, 2025 — Launch docs alignment

Need Help?