XityChain
XityChain is the public ledger. It records identity registrations, wallets, currency transfers, credentials, governance actions, and asset transfers. Every block is cryptographically chained to the previous one, and every state change is auditable.
Chain offline
The XityChain core did not respond at the last check. No values are shown because none could be verified.
The integrity of the public state
The integrity of the public record. Because the chain is tamper-evident, no operator can rewrite history without detection. This is the technical basis on which any trust claim rests.
- Identity registration and status (without underlying identity evidence)
- Wallet addresses and their public keys
- Currency balances and public transfer history
- Credential issuance and revocation (without underlying claims data)
- Governance proposals and recorded votes
- SPACE asset ownership and transfer counts
- Private keys
- Identity evidence (documents, photos, beneficial-owner data)
- Custody locations or reserve account details
- Internal network topology, failover logic, and admin endpoints
- Vulnerability findings and incident-response playbooks
The xity1 address format
Addresses are derived from the public key as "xity1" followed by 40 hex characters (a double-SHA-256 of the public key, truncated to 20 bytes). The format is Bech32-inspired; it is not BIP-173 compliant.
Read the chain directly
Live blocks, transactions, and balances are available in the public explorer, fetched from the core at request time. Nothing on this page is a fabricated sample.
Audit it yourself
The full chain is open. Every block, every public transaction, every state root, verifiable end to end.