Architectural philosophy
The architecture follows three core principles:
Separation of concerns
Minimal trust assumptions
Economic clarity
Each contract performs a single role:
The Token represents capital.
The Voting contract allocates capital.
The Tax Distributor routes revenue.
The Proposal distributes rewards.
This layered design improves transparency, simplifies auditing, and ensures that no single component becomes an unnecessary bottleneck.
It also allows the protocol to evolve over time. Individual components can be upgraded or replaced in future versions without fundamentally disrupting the entire system.
The result is a clean, modular, and economically coherent governance infrastructure.
Last updated