Skip to main content

High Performance

Fenine delivers enterprise-grade throughput and latency:

Throughput Analysis

Mathematical Model: TPSmax=GlimitGtx×Tblock\text{TPS}_{\text{max}} = \frac{G_{\text{limit}}}{G_{\text{tx}} \times T_{\text{block}}} For standard transfers (Gtx=21,000G_{\text{tx}} = 21,000) and Glimit=30MG_{\text{limit}} = 30M: TPS=30,000,00021,000×3476 TPS\text{TPS} = \frac{30,000,000}{21,000 \times 3} \approx 476 \text{ TPS}

Performance Comparison

Latency Distribution

Real-world mainnet metrics:
Recommended Confirmations:
  • Small transactions: 3 blocks (9s)
  • Medium value: 6 blocks (18s)
  • High value: 12 blocks (36s)

EVM Compatibility

Fenine implements 100% EVM compatibility at the London hardfork level.

Supported Features

All Ethereum Opcodes
  • BASEFEE (EIP-1559)
  • EXTCODEHASH
  • CREATE2
  • SELFBALANCE
Solidity Versions
  • 0.4.x to 0.8.x
  • Native overflow checks (0.8+)
  • Custom errors
  • User-defined value types
Precompiled Contracts
  • ecrecover (0x01)
  • sha256 (0x02)
  • ripemd160 (0x03)
  • identity (0x04)
  • modexp (0x05)
  • bn256Add (0x06)
  • bn256Mul (0x07)
  • bn256Pairing (0x08)
  • blake2f (0x09)

Zero Migration Effort

Deploy Ethereum contracts without any changes:
Network Configuration (hardhat.config.js):

Cost Analysis

Gas Price Comparison

Real-world gas prices (7-day average):

Transaction Type Breakdown

Gas prices are volatile. Use real-time gas price APIs for production applications.

EIP-1559 Fee Market

Fenine implements dynamic base fee adjustment: BaseFeen+1=BaseFeen×(1+18×GusedGtargetGtarget)\text{BaseFee}_{n+1} = \text{BaseFee}_n \times \left(1 + \frac{1}{8} \times \frac{G_{\text{used}} - G_{\text{target}}}{G_{\text{target}}}\right) Parameters: Total Transaction Fee: Fee=(BaseFee+PriorityFee)×Gused\text{Fee} = (\text{BaseFee} + \text{PriorityFee}) \times G_{\text{used}} Where:
  • BaseFee → Burned (deflationary)
  • PriorityFee → Validator reward

Cost Projection Tool

Estimate your dApp’s monthly costs:
Assumptions:
  • 100,000 swaps/month
  • 150,000 gas per swap
  • Average base fee: 1 gwei
  • FEN price: $0.50
Calculation:Costmonth=100,000×150,000×1×109×0.50=$7.50\begin{align*} \text{Cost}_{\text{month}} &= 100,000 \times 150,000 \times 1 \times 10^{-9} \times 0.50 \\ &= \$7.50 \end{align*}Ethereum equivalent: $225,000 (30,000x more expensive)

Deflationary Economics

Burn Mechanisms

Fenine implements dual burn for supply reduction:
Every transaction burns the base fee:Burnedblock=BaseFee×Gused\text{Burned}_{\text{block}} = \text{BaseFee} \times G_{\text{used}}Daily Burn Estimate:For BaseFeeavg=10\text{BaseFee}_{\text{avg}} = 10 gwei and Gavg=15MG_{\text{avg}} = 15M:Blocksdaily=86,4003=28,800Burneddaily=10×109×15×106×28,800×10184,320 FEN/day\begin{align*} \text{Blocks}_{\text{daily}} &= \frac{86,400}{3} = 28,800 \\ \text{Burned}_{\text{daily}} &= 10 \times 10^9 \times 15 \times 10^6 \times 28,800 \times 10^{-18} \\ &\approx 4,320 \text{ FEN/day} \end{align*}Annual: ~1.58M FEN
50% of staking rewards tax is burned:Taxburn=claimsRclaim×τ×0.50\text{Tax}_{\text{burn}} = \sum_{\text{claims}} R_{\text{claim}} \times \tau \times 0.50Where τ=0.10\tau = 0.10 (10% tax rate).Annual Estimate:If 50% of emissions are claimed:Claimedannual=10,520,000×0.50=5,260,000Taxtotal=5,260,000×0.10=526,000Taxburn=526,000×0.50=263,000 FEN\begin{align*} \text{Claimed}_{\text{annual}} &= 10,520,000 \times 0.50 = 5,260,000 \\ \text{Tax}_{\text{total}} &= 5,260,000 \times 0.10 = 526,000 \\ \text{Tax}_{\text{burn}} &= 526,000 \times 0.50 = 263,000 \text{ FEN} \end{align*}
Supply Dynamics:ΔS=EannualB1559Btax\Delta S = E_{\text{annual}} - B_{\text{1559}} - B_{\text{tax}}Scenarios:
Network becomes deflationary when base fee exceeds 67 gwei.

Deflation Threshold

Break-even point calculation: BaseFeebreak-even=EannualGavg×86,400Tblock×365.25\text{BaseFee}_{\text{break-even}} = \frac{E_{\text{annual}}}{G_{\text{avg}} \times \frac{86,400}{T_{\text{block}}} \times 365.25} For Gavg=15MG_{\text{avg}} = 15M and Tblock=3sT_{\text{block}} = 3s: BaseFeebreak-even67 gwei\text{BaseFee}_{\text{break-even}} \approx 67 \text{ gwei} Comparison:
  • Ethereum average: 30-50 gwei (deflationary)
  • Fenine average: 1-5 gwei (inflationary, but low)
  • Fenine peak: 100+ gwei during congestion (highly deflationary)

Network Scalability

Horizontal Scaling (Future)

Planned scaling solutions:
Target: 2026
  • 4 execution shards
  • 1,904 TPS total (476 per shard)
  • Cross-shard messaging
  • Unified state root

Architecture Deep Dive

Full technical specifications

Unique Features

Proximity rewards and NFT passport

Migration Guide

Move from other EVM chains

Benchmarks

Real-time network statistics