Skip to main content

Transparency & Addresses

This page provides verified contract addresses, genesis files, configuration parameters, and official documentation for the Inception network.

Official Documentation

Whitepaper

Always verify the checksum before trusting whitepaper content.

Network Configuration

Genesis Files

Execution Layer (Geth)

wget -O ~/inception-data/genesis.json https://inceptionera.com/genesis.json
# Verify checksum
sha256sum ~/inception-data/genesis.json
geth init --datadir ~/inception-data ~/inception-data/genesis.json

Consensus Layer (Prysm)

wget -O ~/inception-data/genesis.ssz https://inceptionera.com/genesis.ssz
wget -O ~/inception-data/config.yaml https://inceptionera.com/config.yaml
# Verify checksums
sha256sum ~/inception-data/genesis.ssz
sha256sum ~/inception-data/config.yaml

Checkpoint Sync

Checkpoint sync allows faster synchronization by starting from a recent finalized state:

Contract Addresses

Always Verify

Never trust contract addresses from unofficial sources. Always cross-reference with:

  • This official documentation page
  • The Status page
  • Verified explorer listings

Core Contracts

Deposit Contract

  • Address: TBA
  • Chain: Inception Mainnet (Chain ID 1805)
  • Purpose: Validator deposits (32 INCP)
  • Verification: Explorer Link (when live)

Bridge Contracts

Bridge contract addresses will be published here once deployed and audited.

  • Ethereum → Inception Bridge: TBA
  • Inception → Ethereum Bridge: TBA

Governance Contracts

  • Governor Contract: TBA
  • Timelock Contract: TBA
  • Treasury Contract: TBA

Network Parameters

See the Network Parameters page for detailed network specifications.

Quick Reference:

Bootnodes

Bootnode addresses for peer discovery:

enode://[BOOTNODE_1]@ip:port
enode://[BOOTNODE_2]@ip:port
enode://[BOOTNODE_3]@ip:port

(Full list will be published at network launch)

Validator Resources

Staking Launchpad

Beacon Chain Explorer

Security Audits

All critical smart contracts undergo professional security audits before deployment.

Audit Reports

Audit reports will be published here once completed:

  1. Core Protocol Audit - TBA
  2. Bridge Contracts Audit - TBA
  3. Governance Contracts Audit - TBA

Verification Procedures

Verifying Genesis Files

Always verify checksums before using genesis files:

# Download checksum file
wget https://inceptionera.com/checksums.txt

# Verify genesis.json
sha256sum -c checksums.txt | grep genesis.json

# Verify genesis.ssz
sha256sum -c checksums.txt | grep genesis.ssz

# Verify config.yaml
sha256sum -c checksums.txt | grep config.yaml

Verifying Contract Addresses

  1. Cross-reference with this page
  2. Check the Status page
  3. Verify on block explorer (when live)
  4. Confirm via official social media channels
Security Warning
  • Never enter private keys or seed phrases on any website
  • Always verify URLs match exactly (watch for phishing)
  • Double-check contract addresses before sending funds
  • Use hardware wallets for large amounts

Official Communication Channels

Verify announcements through these official channels only:

Beware of Scams
  • We will never DM you first on Discord/Telegram
  • We will never ask for your private keys or seed phrases
  • Always verify URLs before connecting wallets
  • Bookmark official sites to avoid phishing

Token Allocation

See the Tokenomics page for complete allocation details.

Summary from Whitepaper v1.2:

  • NFT Staking Hubs: 55% (27.5B INCP)
  • Community Treasury: 25% (12.5B INCP)
  • Core Team: 8% (4.0B INCP)
  • Developer Incentives: 6% (3.0B INCP)
  • Staking Validators: 4% (2.0B INCP)
  • Advisors: 2% (1.0B INCP)

Updates and Changes

This page is updated whenever new addresses or configuration files are deployed.

Last Updated: TBA

Check the Status page for the latest network information and announcements.

Need Help?

  • Review the FAQ
  • Check the Status page
  • Read the Glossary for technical terms
  • Contact through official channels only

Always Check Status

For live endpoints, current contract addresses, and incident updates, always check: https://inceptionera.com/status