ZENX is an EVM-compatible Layer-1 blockchain engineered for one purpose: making on-chain transactions so cheap and fast that micro-payments, high-frequency DeFi, and casual gaming become economically viable. ZENX runs on Geth with Clique Proof-of-Authority (PoA) consensus, producing a block every 2 seconds with a ~1 gwei gas price — a simple native transfer costs roughly 0.000021 ZENX in fees.
The network ships with a complete on-chain product stack deployed and verifiable at genesis: an ERC-20 ZENX Token with a fixed supply of 33,330,000, a permissionless constant-product DEX (0.3% fee), a relayer-based cross-chain bridge to BNB Chain, and a one-time airdrop program. Every contract address and parameter in this document is verifiable on-chain.
Ethereum and its rollup ecosystem deliver strong security but remain costly at the application layer; generic sidechains are cheap but frequently rely on opaque or highly centralized validator sets. ZENX targets the middle ground: a transparent PoA chain whose single designated sealer is publicly known, paired with an honest cost model and a real, deployed product layer — not a promise.
ZENX is designed for use cases where per-transaction cost is the binding constraint:
ZENX uses Clique Proof-of-Authority, Geth's built-in PoA engine. Blocks are sealed by an authorized signer (the "sealer"), producing deterministic 2-second block times with immediate single-block finality. There is no mining and no wasted energy; the sealer is compensated by application usage rather than block subsidies.
| Parameter | Value |
|---|---|
| Consensus | Clique Proof-of-Authority (Geth) |
| Block time | 2 seconds |
| Finality | Immediate (single sealer, no reorg risk in practice) |
| Block gas limit | 30,000,000 |
| Epoch length | 30,000 blocks |
| Sealer address | 0xC8C116F517D65d3631C2b56534C293Ab3947E75C |
ZENX is fully EVM-compatible, activating all major hard forks through the London upgrade from block 0. Any Ethereum smart contract compiles and deploys to ZENX without modification. ERC-20, ERC-721 and ERC-1155 are supported natively, and standard tooling (MetaMask, Remix, Hardhat, web3.js) works out of the box.
ZENX uses the London (EIP-1559) fee market with an effective gas price of ~1 gwei. A native transfer (21,000 gas) costs ≈0.000021 ZENX, and a typical ERC-20 transfer (≈65,000 gas) costs ≈0.000065 ZENX — negligible at any reasonable valuation. When network demand is low, the EIP-1559 base fee decays below this nominal level, further reducing the burned portion of each fee.
ZENX distinguishes two assets at the base layer:
| ZENX Token property | Value |
|---|---|
| Name / Symbol | ZENX Token / ZENX |
| Decimals | 18 |
| Total supply | 33,330,000 ZENX |
| Standard | ERC-20 |
| Contract | 0xC7F0800731cF1591Cb3328E450C7aF3f40895c74 |
| Mint / burn | Owner-controlled (no permissionless inflation) |
The supply is fixed at genesis and cannot be inflated by third parties: the mint() and burn() functions are restricted to the token owner, providing a credible, auditable supply schedule.
The full 33,330,000 ZENX supply is allocated transparently at launch, and every allocation is verifiable against on-chain balances:
| Allocation | Amount (ZENX) | Share | Purpose |
|---|---|---|---|
| Treasury (owner) | 27,330,000 | 82.0% | Ecosystem growth, liquidity, listings, team, future incentives |
| Bridge reserve | 5,000,000 | 15.0% | Backing for wrapped ZENX (wZENX) on BNB Chain |
| Airdrop pool | 1,000,000 | 3.0% | Community distribution (100 ZENX per wallet) |
The ZENX DEX is a permissionless constant-product automated market maker (AMM) modeled on the x·y = k invariant. It enables trustless ERC-20 swaps and liquidity provision without order books or intermediaries.
| Parameter | Value |
|---|---|
| Mechanism | Constant-product AMM (x·y = k) |
| Fee | 0.3% |
| Contract | 0x9248C5bEDd12264A7aADA38E4a4150a8e0E75552 |
The ZENX Bridge moves value between the ZENX chain and BNB Chain using a lock-and-mint model supervised by a relayer:
| Parameter | Value |
|---|---|
| Model | Lock-and-mint (relayer-supervised) |
| Bridge fee | 0.5 ZENX (flat) |
| Minimum lock | 1 ZENX |
| Maximum lock | 100,000 ZENX |
| Contract | 0x38F79E7D2dCdcd7454f1c4b4F7E6e3454471133b |
ZENX distributes 100 ZENX to every eligible wallet through a one-time claim. The airdrop is non-custodial and trustless — tokens are transferred directly from the airdrop pool contract to the claimant.
| Parameter | Value |
|---|---|
| Claim amount | 100 ZENX |
| Contract | 0x4F5F75aE0e5f652034F8B3214dde2f6fa1e15390 |
All administrative roles are held by the project's designated owner wallet 0xDb76978175bF9Fd68fe55694EefCe7b83ef71584, separating protocol control from the sealer address.
The DEX is deliberately trustless with no admin functions. Remaining administrative surfaces are minimal and documented, with the intent to decentralize further via a Proof-of-Stake transition and community governance in later phases (see Roadmap).
| Phase | Focus | Status |
|---|---|---|
| Phase 1 — Genesis | Mainnet launch, PoA consensus, explorer, ERC-20 token, airdrop | Complete |
| Phase 2 — DeFi core | DEX (swap + liquidity), ZENX ↔ BNB bridge | Complete |
| Phase 3 — Liquidity & listings | Seed liquidity pools, wrapped-asset (wZENX) roll-out, DEX listings, community growth | In progress |
| Phase 4 — Scale & decentralization | Expanded validator set / PoS transition, additional bridge targets, on-chain governance | Planned |
| Setting | Value |
|---|---|
| Network name | ZENX |
| RPC URL | https://zenx.network/rpc |
| Chain ID | 88991 |
| Currency symbol | ZENX |
| Block explorer | https://zenx.network |
| Contract | Address |
|---|---|
| ZENX Token | 0xC7F0800731cF1591Cb3328E450C7aF3f40895c74 |
| ZENX Airdrop | 0x4F5F75aE0e5f652034F8B3214dde2f6fa1e15390 |
| ZENX DEX | 0x9248C5bEDd12264A7aADA38E4a4150a8e0E75552 |
| ZENX Bridge | 0x38F79E7D2dCdcd7454f1c4b4F7E6e3454471133b |
| Owner (protocol) | 0xDb76978175bF9Fd68fe55694EefCe7b83ef71584 |
| Sealer (consensus) | 0xC8C116F517D65d3631C2b56534C293Ab3947E75C |