What we will be building
Blockchain Congress
Blockchain Congress will be a decentrally controlled organization which will run on top on Ethereum Blockchain as a smart contract. This will have the below features:
- There will be an admin who will work like a chairman, owner, CEO, president, MD etc.
- Admin can add or remove the member of the congress by executing a smart contract function.
- Any member can add a proposal in form of an ethereum transaction.
- All the members can vote in favor or against the proposal for a specific time
- If the certain minimum number of members have voted and the deadline has passed the contract will count the votes & if there are enough margin for the winner the proposal will be marked as passed.
- Once the proposal is passed, any member can execute it by calling the smart contract function.
- The above process can be repeated any number of times.
Shareholder Association
Shareholder association will be a democratically controlled organization which will run on top on Ethereum Blockchain as a smart contract. This will have the below features:
- Organization’s ownership will be represented by a crypto token which will be a token created through a smart contract on top of Ethereum Blockchain.
- Anybody can get the Association’s shares by investing the ethers into it. It’s like buying the share of the organization by paying in ethers.
- Ownership will be represented by these shares.
- Any new investment in the DAO will dilute the ownership of the existing members.
- Taking over of the association can be avoided by issuing the equal amount of token to the founder leading to founders always own more than 50% of the association.
- In place of founder’s address this can be the Board address to make it democratic.
- Any member can add a proposal in form of an ethereum transaction.
- All the members can vote in favor or against the proposal for a specific time
- After the deadline has passed, the contract will tally the votes giving 1 share = 1 vote as the weight & if there are enough margin for the winner the proposal will be marked as passed.
- Bigger the shareholder the bigger his powers will be.
- Once the proposal is passed, any member can execute it by calling the smart contract function.
- The above process can be repeated any number of times.