Transparency & Addresses
This page provides verified contract addresses, genesis files, configuration parameters, and official documentation for the Inception network.
Official Documentation
Whitepaper
- Version: v1.2
- Download: Whitepaper v1.2 (Signed PDF)
- SHA256 Checksum: TBA
- Published: TBA
Always verify the checksum before trusting whitepaper content.
Network Configuration
Genesis Files
Execution Layer (Geth)
- File:
genesis.json
- URL: https://inceptionera.com/genesis.json
- SHA256: TBA
- Usage: Initialize Geth with this genesis file
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)
-
Genesis State:
genesis.ssz
-
SHA256: TBA
-
Network Config:
config.yaml
-
SHA256: TBA
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:
- Checkpoint Sync URL: https://checkpoint.inceptionera.com
- Status: TBA (check /status)
Contract Addresses
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:
- Chain ID: 1805 (0x70D hex)
- Native Token: INCP
- Block Time: ~12 seconds
- Finality: ~12.8 minutes (2 epochs)
- RPC URL: https://rpc.inceptionera.com (when live)
- Explorer: https://explorer.inceptionera.com (when live)
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
- URL: https://launchpad.inceptionera.com (when live)
- Purpose: User-friendly interface for validator deposits
- Requirements: 32 INCP + gas fees
Beacon Chain Explorer
- URL: https://beacon.inceptionera.com (when available)
- Purpose: Monitor validator performance, attestations, and beacon chain state
Security Audits
All critical smart contracts undergo professional security audits before deployment.
Audit Reports
Audit reports will be published here once completed:
- Core Protocol Audit - TBA
- Bridge Contracts Audit - TBA
- 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
- Cross-reference with this page
- Check the Status page
- Verify on block explorer (when live)
- Confirm via official social media channels
- 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:
- Website: https://inceptionera.com
- Documentation: https://docs.inceptionera.com
- Status Page: https://inceptionera.com/status
- GitHub: https://github.com/inception (when available)
- 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
For live endpoints, current contract addresses, and incident updates, always check: https://inceptionera.com/status