πŸ‘¨β€πŸ”¬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 data

2. How we verify data on chain and maintain decentralisation

Onchain data verifcation

3. The process in which each regular vote category (Tokenomics, Liquidity Direction, Farm Yield APY) is executed on chain

Automated execution of votes

4. How we execute the votes over multiple chains

Cross chain execution of votes

Last updated