Skip to main content

Command Palette

Search for a command to run...

What is DAO

Published
2 min read
What is DAO
A

Hi, I'm Aaron Rebelo, a MERN stack developer who's passionate about creating robust and engaging web applications. My expertise lies in using MongoDB, Express, React, and Node.js to build applications that are not only functional but also visually appealing.

In addition to my work as a developer, I'm currently learning Solidity, a programming language used for developing smart contracts on the Ethereum blockchain. I believe that blockchain technology is the future, and I'm excited to be a part of this emerging industry.

I'm also interested in digital marketing and believe that effective marketing strategies are key to the success of any project. That's why I'm committed to learning the latest marketing techniques and strategies to help my clients achieve their goals.

In my spare time, I've started a video series on my YouTube channel, @thedecadehypothesis, where I document my progress on building new habits every 10 days. I believe that building new habits is essential for personal growth, and I'm excited to share my journey with others.

Thank you for taking the time to learn more about me. I'm passionate about my work and excited about the opportunities that lie ahead. Please feel free to connect with me if you have any questions or if you're interested in working together.

So we have the internet > On the internet we have multiple nodes running > On each of these multiple nodes we have the Ethereum software running. > On this software we hold multiple smart contracts > Using these smart contracts we run Dapps.

In short, A DAO stands for decentralized Autonomous Organisation. it means it's not centralized and peoples vote to make a decision. It's an organization that runs on the smart contract.

A DAO, or Decentralized Autonomous Organization, is a type of organization that operates through rules encoded as computer programs, running on a blockchain, i.e your smart contract. It is designed to be autonomous, meaning that decisions are made through a decentralized governance process, without the need for a central authority or middleman.

In a DAO, the rules are encoded as smart contracts, which are self-executing and can be programmed to enforce specific rules and decisions. The members of the DAO can propose and vote on changes to these rules, which can include everything from how funds are allocated to how decisions are made.

The members of a DAO can be individuals or other entities, and their voting power is often based on the number of tokens they hold in the DAO's native cryptocurrency. This means that the governance of a DAO is distributed among its members, rather than being centralized in the hands of a few individuals or entities.

DAOs can be used for a wide range of purposes, from managing decentralized funds and investing in cryptocurrencies to governing online communities and managing digital assets. They are often used in decentralized finance (DeFi) applications, as they offer a way to manage funds and make decisions in a decentralized, transparent, and trustless manner.

Overall, DAOs are an exciting development in the world of blockchain and decentralized applications, as they offer a way to create truly autonomous organizations that are free from the constraints of traditional hierarchical structures.

How DAOs Work

DAOs rely heavily on smart contracts. These logically coded agreements dictate decision-making based on underlying activity on a blockchain. For example, based on the outcome of a decision, certain codes may be implemented to increase the circulating supply, burn a select amount of reserve tokens, or issue select rewards to existing token holders.

The voting process for DAOs is posted on a blockchain. Users must often select between mutually-exclusive options. Voting power is often distributed across users based on the number of tokens they hold. For example, one user that owns 100 tokens of the DAO will have twice the weight of voting power over a user that owns 50 tokens.