ZETA-CHAIN | Blockchain with Yahrona Mathematics
Production-ready consensus with Yahrona-Locking and Yahrona coherence
Blockchain infrastructure powered by Yahrona

Decentralized consensus. Mathematically verified.

Zeta-Chain is a live blockchain experience that replaces traditional proof-of-work narratives with Yahrona-Locking, Yahrona coherence, and Yahrona validation. Partners can create wallets, inspect balances, submit transactions, and mine test blocks through the public domain.

Yahrona mathematical consensus

How Zeta-Chain achieves distributed trust.

Instead of miners competing to solve arbitrary puzzles, Zeta-Chain uses Yahrona-Locking and Yahrona coherence to validate block production and transaction ordering. The public API exposes testable outputs while withholding protected implementation detail.

Yahrona-Locking consensus

Validator behavior is represented as a live score that reflects block cadence, transaction flow, and chain stability.

  • Live consensus score surface
  • Block production visibility
  • Operational readiness for demos

Yahrona coherence

Chain consistency is expressed as a coherence metric derived from current state, block history, and confirmed activity.

  • Latest hash inspection
  • Recent block verification
  • Consistency-focused telemetry

Yahrona validation

Transactions are accepted into a live mempool, confirmed during mining, and tracked through publicly readable endpoints.

  • Pending queue visibility
  • Wallet balance inspection
  • Confirmed block inclusion

Persistent test environment

The backend stores wallets, transactions, and blocks in persistent SQLite storage so partner tests survive service restarts.

  • Persistent chain state
  • Reusable test wallets
  • Demo-friendly operational flow
System architecture

Complete blockchain stack.

Zeta-Chain pairs a studio-aligned public experience with a live Flask API behind the same domain. The backend persists chain state, wallets, transactions, and block metadata while Nginx proxies the testing routes securely.

┌─────────────────────────────────────────────────────────────────────────────┐ │ ZETA-CHAIN BLOCKCHAIN │ ├─────────────────────────────────────────────────────────────────────────────┤ │ Public domain: https://zeta.yahrona.co.za │ │ Live proxy: /health and /api/chain/* │ │ │ │ Yahrona mathematical layer │ │ • Yahrona-Locking metrics │ │ • Yahrona coherence metrics │ │ • Yahrona validation scoring │ │ │ │ Persistent backend │ │ • SQLite wallet store │ │ • Live mempool │ │ • Confirmed block ledger │ │ • Mining endpoint for live test blocks │ └─────────────────────────────────────────────────────────────────────────────┘
Core features

Production-ready blockchain capabilities.

🔐

Wallet creation

Create reusable test wallets directly from the public API and inspect balances through the live domain.

One-call mining

Mine a live block to confirm queued transactions and award a miner balance for testing purposes.

🧱

Block inspection

Read recent blocks and drill into a specific block with its confirmed transactions and live metrics.

📦

Persistent storage

Chain activity survives service restarts because wallets, blocks, and transactions are stored in SQLite.

📊

Live chain info

Expose height, difficulty, latest hash, pending transaction count, and Yahrona-branded metrics.

🌐

Same-domain testing

Partners can test through zeta.yahrona.co.za instead of using a raw VPS port or internal service address.

Live testing endpoints

Public API routes for wallet, mining, and chain verification.

These routes are exposed through the live Zeta domain so partners can verify the chain state, create a test wallet, submit a transaction, and mine a block without using the raw VPS port directly.

Read-only checks

  • GET /health — service health response
  • GET /api/chain/info — live chain metrics and latest hash
  • GET /api/chain/test-endpoints — full endpoint catalog
  • GET /api/chain/blocks — recent blocks

Interactive testing

  • POST /api/chain/wallet/create — create a test wallet
  • GET /api/chain/wallet/<address>/balance — inspect balance
  • POST /api/chain/transaction — send a transaction to the mempool
  • POST /api/chain/mine/start — mine one live block
curl https://zeta.yahrona.co.za/health curl https://zeta.yahrona.co.za/api/chain/info curl -X POST https://zeta.yahrona.co.za/api/chain/wallet/create curl -X POST https://zeta.yahrona.co.za/api/chain/mine/start \ -H "Content-Type: application/json" \ -d '{"address":"YOUR_WALLET_ADDRESS"}'
Operational metrics

Zeta-Chain live demo characteristics.

LivePublic same-domain API
SQLitePersistent demo ledger
HTTPSSecure public test surface
YahronaProtected branded terminology