π¨βπ¬Tech deep dive: Vote Executor Architecture
An exploration of how the Vote Executor works all from offchain voting on Snapshot to enacting those votes on chain.
The next few sections will break down the key elements of the Vote Executor Architecture, exploring how it achieves decentralisation and how each step is carried out by our smart contracts.
In particular,
1. How we go from off chain voting through snapshot, to data submission on chain
Off chain votes to on chain data2. How we verify data on chain and maintain decentralisation
Onchain data verifcation3. The process in which each regular vote category (Tokenomics, Liquidity Direction, Farm Yield APY) is executed on chain
Automated execution of votes4. How we execute the votes over multiple chains
Cross chain execution of votesLast updated