PHONCOIN
Phonchain • PoP Secure v4.1
Bootstrap
MAINNET • VERIFY
NETWORK VERIFICATION

Verify the PHONCHAIN network

Quick checks to confirm an endpoint belongs to the canonical PHONCHAIN mainnet.

Canonical genesis
genesis_hash
c098fa5e985edd56634af262975b771f0dadc607494d6875cb725f1006611658
ticker
PHC
target block time
300s

1. Verify an endpoint

Quick checks to confirm an endpoint belongs to the canonical PHONCHAIN mainnet.

Canonical genesis
genesis_hash
c098fa5e985edd56634af262975b771f0dadc607494d6875cb725f1006611658
ticker
PHC
target block time
300s

1. Verify an endpoint

Query /network_info and verify that the returned genesis_hash equals the canonical value above.

# API
curl -s https://api.phonchain.org/network_info | head -c 600

# Seed / gateway
curl -s https://seed2.phonchain.org/network_info | head -c 600

2. Verify bootstrap

The canonical node list is published at:

Expected fields:

curl -s https://bootstrap.phonchain.org/nodes.json

3. Wallet safety rule

The wallet selects an endpoint only if the node reports the canonical genesis_hash. If a node returns a different genesis, it is rejected automatically.