Overview

The protocol is designed around a modular architecture composed of four independent but interconnected smart contracts. Each component has a clearly defined responsibility, minimizing complexity, improving security isolation, and ensuring long term scalability.

The separation of concerns is intentional. No single contract controls the entire system. Instead, responsibilities are distributed across distinct layers that interact through well defined interfaces.

The four core components are:

  1. Token contract

  2. Voting contract

  3. Proposal contract

  4. Tax Distributor contract

Together, they form a closed economic loop where capital allocation determines revenue distribution.

Last updated