Interactive fee model for Aztec Protocol (Ethereum L2), implemented as a Next.js app with Tailwind.
This dashboard is provided for informational and illustrative purposes only. It is a model and approximation of Aztec's economics, not an authoritative source. Values, formulas, and assumptions may be incomplete, out of date, or diverge from the deployed protocol. Users must independently verify the correctness of any figures before relying on them. Nothing here constitutes financial, investment, or operational advice. The Aztec Foundation accepts no responsibility or liability for any errors, omissions, discrepancies, or for any loss or decision made in reliance on this dashboard.
- Install deps
npm i- Run dev server
npm run dev- Based on Aztec fee design draft: engineering-designs/8757-fees.
- Sliders adjust throughput, congestion policy, L1 gas/blob prices, and oracle premium.
- Next.js App Router, TypeScript, Tailwind
- Charts via
recharts, icons vialucide-react