From 6650ee6fadeda39acc51227781d67b749313ab1f Mon Sep 17 00:00:00 2001 From: Neeraj Kashyap Date: Wed, 22 Dec 2021 16:52:40 -0800 Subject: [PATCH] Added section on DAO architecture --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9026e3d..8cfc72d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,16 @@ As strong believers in decentralization, all our code is already open source and and MIT): https://github.com/bugout-dev. The Moonstream DAO represents the next level of openness and transparency for Moonstream -- that of our infrastructure and operations. -## Deployments +## Architecture and deployments + +Moonstream DAO currently consists of two components: + +1. **The Moonstream platform token**. This is an ERC20 token that represents the value that Moonstream +provides our customers, and the value Moonstream participants provide to the DAO. + +2. **Terminus**. This is a decentralized authorization platform, which we use to manage permissions in the +Moonstream DAO and our customers use for a variety of use cases, including whitelisting their token sales +and representing in-game achievements for on-chain games. You can find the addresses for all Moonstream DAO contracts on our [`operations`](./operations/README.md) page.