Democratize governance through transparent blockchain-based decision-making.
Anyone can submit DAO proposals that change protocol parameters, suggest new projects, or vote on key decisions.
Participate in on-chain voting for proposals you support or oppose.
Anyone can submit a proposal via the DAO interface
DAO token holders cast votes
Votes are processed via on-chain tallying and smart contracts
Quorum Met
If minimum stake threshold is met and passed, proposal executes automatically
const { DaoClient } = require('@ezeniia/dao-sdk'); const client = new DaoClient(); client.createProposal({ subject: 'Funding AI Research', description: "Allocate 10000 EZE tokens to the Research SubDAO", start_time: 1734203492908, end_time: 1734979829298, choices: [ { name: 'Approve', description: 'Yes'}, { name: 'Reject', description: 'No'} ], metadata: { proposal_id: '1030234' } }) .then(res => { console.log({res}); });
const result = await client.getVote({ proposalId: '0x12345' }); console.log("Quorum:", result.quorum);
Participate in on-chain governance to help shape our platform's future.
Explore DAO