Network Parameters
Complete technical specifications for the Inception blockchain network.
Network Identity
Parameter | Value |
---|---|
Network Name | Inception Mainnet |
Chain ID (Decimal) | 1805 |
Chain ID (Hex) | 0x70D |
Native Token | INCP |
Token Decimals | 18 |
Network Endpoints
All endpoints will be available when the network launches. Check the Status page for live availability.
JSON-RPC Endpoints
Service | URL | Status |
---|---|---|
HTTP RPC | https://rpc.inceptionera.com | When live |
WebSocket RPC | wss://ws.inceptionera.com | When live |
Block Explorer | https://explorer.inceptionera.com | When live |
Beacon Explorer | https://beacon.inceptionera.com | When available |
Infrastructure Endpoints
Service | URL | Purpose |
---|---|---|
Status Page | https://inceptionera.com/status | Network health & incidents |
Checkpoint Sync | https://checkpoint.inceptionera.com | Fast beacon node sync |
Bridge Interface | https://bridge.inceptionera.com | Cross-chain asset bridge |
Governance Portal | https://gov.inceptionera.com | On-chain governance |
Staking Launchpad | https://launchpad.inceptionera.com | Validator deposits |
Consensus Parameters
Timing
Parameter | Value |
---|---|
Slot Duration | 12 seconds |
Slots per Epoch | 32 slots |
Epoch Duration | ~6.4 minutes (384 seconds) |
Finality Time | ~12.8 minutes (2 epochs, 64 slots) |
Seconds per Slot | 12 |
Validator Parameters
Parameter | Value |
---|---|
Stake Amount | 32 INCP |
Max Effective Balance | 32 INCP |
Activation Queue Rate | 4 validators per epoch |
Exit Queue Rate | 4 validators per epoch |
Max Validators | Unlimited (subject to network capacity) |
Min Validator Balance | 32 INCP |
Rewards and Penalties
Parameter | Value |
---|---|
Base Reward Split | 75% attesters, 25% proposers |
Priority Fee | 100% to proposer |
Base Fee | Burned (EIP-1559) |
Slashing Minimum | 1 INCP |
Slashing Maximum | Up to 100% of stake |
Inactivity Penalty | Gradual, based on downtime |
Execution Layer Parameters
Gas and Fees
Parameter | Value |
---|---|
Block Gas Target | 15,000,000 gas |
Block Gas Limit | 30,000,000 gas |
Base Fee Adjustment | ±12.5% per block |
Min Gas Price | Dynamic (EIP-1559) |
Fee Model | EIP-1559 |
Block Parameters
Parameter | Value |
---|---|
Block Time | ~12 seconds |
Max Block Size | 30M gas |
Target Block Size | 15M gas |
Uncle Blocks | None (PoS) |
Transaction Limits
Parameter | Value |
---|---|
Max Contract Size | 24 KB (24,576 bytes) |
Max Stack Depth | 1024 |
Max Calldata Size | Block gas limit dependent |
Transaction Types | Legacy, EIP-2930, EIP-1559 |
Performance Specifications
Throughput
Metric | Value |
---|---|
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
Operation | Time |
---|---|
Transaction Inclusion | ~12-24 seconds (1-2 blocks) |
Finality | ~12.8 minutes (2 epochs) |
Validator Activation | Hours to days (queue dependent) |
Validator Exit | Days (queue dependent) |
Network Ports
Required Open Ports
Port | Protocol | Service | Exposure |
---|---|---|---|
30303 | TCP/UDP | Execution P2P | Public |
13000 | TCP | Consensus P2P | Public |
12000 | UDP | Consensus Discovery | Public |
Private Ports (Localhost Only)
Port | Protocol | Service | Exposure |
---|---|---|---|
8551 | TCP | Engine API (JWT auth) | Localhost only |
8545 | TCP | HTTP RPC | Localhost only |
8546 | TCP | WebSocket RPC | Localhost only |
3500 | TCP | Beacon API (optional) | Localhost only |
4000 | TCP | Beacon gRPC | Localhost only |
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
Parameter | Value |
---|---|
Total Supply | 50,000,000,000 INCP |
Supply Type | Fixed cap (minted at genesis) |
Inflation | None (fixed supply) |
Deflation | Base fee burning (EIP-1559) |
Validator Stake | 32 INCP |
See Tokenomics for complete allocation and distribution details.
Cryptography
Signature Schemes
Component | Algorithm |
---|---|
Consensus Signatures | BLS12-381 |
Transaction Signatures | ECDSA (secp256k1) |
Public Key Length | 48 bytes (BLS), 33 bytes (ECDSA compressed) |
Signature Length | 96 bytes (BLS), 65 bytes (ECDSA) |
Hashing
Component | Algorithm |
---|---|
Block Hashing | Keccak-256 |
State Root | Merkle Patricia Trie |
Transaction Hash | Keccak-256 |
Beacon Chain | SHA-256 |
Client Software
Execution Clients
Client | Language | Repository |
---|---|---|
Geth (recommended) | Go | https://github.com/ethereum/go-ethereum |
Consensus Clients
Client | Language | Repository |
---|---|---|
Prysm (recommended) | Go | https://github.com/prysmaticlabs/prysm |
Governance Parameters
Parameter | Value |
---|---|
Proposal Threshold | 100,000 INCP |
Voting Period | 7 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
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?
- Check the FAQ for common questions
- Review the Glossary for technical terms
- Visit the Status page
- Read the Protocol documentation