-
Notifications
You must be signed in to change notification settings - Fork 81
DAO Composability
Trevor Clarke edited this page Apr 5, 2022
·
1 revision
DAOs are reaching the extent of their original design limitations. This means there needs to be a system for composability to allow innovative features or apps to interact in ways not possible today. Here are the samples for how extensions of DAOs would allow for further growth:
Key features:
- Registries - Allow DAO maintained list of adopted modules
- Finality Data - Ability to offload old / unnecessary storage into only required data snapshots
- Chain Routing - A special registry for adopting proxies with special middleware handling (off chain, bridge, direct EVM) transactions
![Screen Shot 2022-04-05 at 4 12 25 PM](https://user-images.githubusercontent.com/2633184/161865908-67f99c4b-618d-45f8-ab2d-b6b5eeda4f7e.png)
![Screen Shot 2022-04-05 at 4 12 39 PM](https://user-images.githubusercontent.com/2633184/161865946-efe710f9-95f4-4a09-a79b-9d30237eb3c4.png)
![Screen Shot 2022-04-05 at 4 12 30 PM](https://user-images.githubusercontent.com/2633184/161865966-12289a9f-6396-44f4-9cdf-c3a9f89472ea.png)
![Screen Shot 2022-04-05 at 4 12 34 PM](https://user-images.githubusercontent.com/2633184/161865976-d81d8ed4-ca3a-49f6-9047-897c3f46421f.png)