Blitz Documentation
  • Start
    • Blitz Overview
    • Quick Start
  • Overview
    • The Blitz Protocol
    • The Blitz Suite
    • Our Mission
  • Contracts
    • Overview
    • Solidity Documentation
      • ABI Reference
    • Sample Blitz-compatible Token Contracts
  • $BLITZ Token
    • Tokenomics
  • Ecosystem
    • Roadmap
    • Contacts and Links
      • Volunteer Program
Powered by GitBook
On this page
  • Welcome to Blitz, the fastest and cheapest DEX!
  • Address overview
  • Ethereum Mainnet
  • Base Mainnet
  • Want to interact with Blitz ASAP?
  • Interested in the details?
  1. Start

Blitz Overview

Welcome to Blitz, the fastest and cheapest DEX!

Welcome to Blitz, the cheapest and fastest way to swap tokens on Ethereum and any other EVM-based chain! The project named Blitz consists of the following pieces of software:

  • The Blitz Protocol: a pair of forever immutable smart contracts written in Solidity and currently deployed on the Ethereum and Base blockchains. Together, these two contracts constitute an innovative and superior automatic market maker that facilitates and drastically reduces the cost of trading both existing and new ERC-20 tokens on these blockchains.

  • The Blitz Suite: software leveraging the raw power of the Blitz Protocol in various ways, enabling users to efficiently interact with it, both by querying data and performing swaps. These programs are currently the Blitz Telegram Buybot, the Blitz Buytracker and of course the Blitz Web App!

Address overview

The Blitz Protocol consists of two smart contracts called the Router and the Minter, which are deployed on Ethereum and Base mainnet but on different addresses. Furthermore, Blitz governance is regulated through the official $BLITZ token which is only deployed on Ethereum mainnet. Below are all the relevant addresses:

Ethereum Mainnet

  • Blitz token, $BLITZ: TBA

  • Blitz Router: 0x6c9dcb67c805bbfb1699e4053eec2a9083b28ef3

  • Blitz Minter: 0xf4Dd897CaC5B5B5dcc0eAEa16203eFe578439120

Base Mainnet

  • Blitz Router: 0x938ef711de861e4668d4c3562236d3fc6f103593

  • Blitz Minter: 0x1a82873e8be6e9150852971a7e0384446a2bd9ef

Want to interact with Blitz ASAP?

Check out the Quickstart guide to start interacting with this revolutionary protocol:

Interested in the details?

Explore the philosophy behind the Blitz Protocol or start reading the technical documentation of the smart contracts using the links below:

NextQuick Start

Last updated 9 months ago

Quick Start
The Blitz Protocol
Solidity Documentation