Added section on DAO architecture

pull/11/head
Neeraj Kashyap 2021-12-22 16:52:40 -08:00
rodzic a84b7ab89d
commit 6650ee6fad
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -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.