ZiGX

ZiGX By ZimX Finance

ZimX Finance introduces its dual-token DeFi ecosystem featuring a USD-pegged reserve-backed token (ZiGX) and a utility governance token (ZIMX), built on Ethereum with comprehensive security features and transparent Proof-of-Reserve mechanisms.

🎯 Overview

ZMIX Finance introduces an innovative tokenomics model combining:

1. ZiGX (Reserve-Backed Token)

A USD-pegged token backed by 100%+ reserves with on-chain verification and rate limiting.

Key Features:

Core Specifications:

Security Features:

Governance:

Minting Process: ```

  1. Governance submits mint request with proof
  2. Oracle validates reserves and returns attestation
  3. Contract verifies:
    • Reserve ratio >= 100%
    • Rate limits not exceeded
    • Proof not previously used
    • Oracle data not stale
  4. Tokens minted, reserves cached
  5. Events emitted for transparency

🔒 Security Features

Multi-Layer Protection

  1. Reentrancy Guards
    • OpenZeppelin ReentrancyGuard on all contracts
    • Checks-Effects-Interactions pattern enforced
    • State updates before external calls
  2. Access Control
    • Three-role governance (governance/timelock/guardian)
    • Time-delayed parameter changes
    • Two-step ownership transfers
    • Zero-address protections
  3. Rate Limiting (ZiGX)
    • Per-transaction limits
    • Hourly mint limits
    • Daily mint limits
    • Proof replay protection
  4. Oracle Security
    • Domain verification (chain ID + contract address)
    • Staleness checks (TTL enforcement)
    • Proof expiration validation
    • Reserve ratio enforcement (>=100%)
  5. Emergency Controls
    • Pause mechanism on all contracts
    • Guardian emergency unpause
    • Parameter freeze
    • Emergency halt with reason logging

Audit & Testing

Test Coverage: