Protocol Overview
High-Level Architecture
├── Core Layer (Foundation)
│ ├── AECToken.sol
│ ├── PerpetualEngine.sol
│ └── PerpetualEndowment.sol
├── Staking Layer (Yield Engine)
│ ├── AECStakingLP.sol
│ ├── AECStakingToken.sol
│ └── AECStakingNFT.sol
├── Genesis Layer (Launch)
│ ├── TokenDistributor.sol
│ ├── FairLaunch.sol
│ └── LiquidityDeployer.sol
└── Community & Governance Layer
├── ContributorPoints.sol & FairAirdrop.sol
├── AECGambit.sol (Lottery)
├── FounderVesting.sol & AccountabilityDAO.solLayers in Detail
1. Core Layer (Foundation)
2. Staking Layer (Yield Engine)
Three staking options with distinct profiles:
3. Genesis Layer (Launch)
4. Community & Governance Layer
Bigger Picture
Last updated