Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RingDAO description #47

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions docs/community/ringdao.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Overview

[RingDAO](https://ringdao.com/) is a upcoming DAO based using [Tally](https://www.tally.xyz/) on Darwinia Chain, intended for governing the Darwinia Chain in its next version. It is currently under development and implementation. [**RING**](https://coinmarketcap.com/currencies/darwinia-network/) will be the govenance token of RingDAO.

## Cross-chain Governance

[XAcount](https://xaccount.box/) will be adopted by RingDAO for cross-chain govenance, it is also seamlessly integrated with the Safe Modules, with which we can customized a recovery address to challenge and gain the XAccount permission if it lost connection from original chain.
The governance of Msgport is managed by [RingDAO](https://ringdao.com/), a decentralized community of [**RING**](https://coinmarketcap.com/currencies/darwinia-network/) holders. You can submit proposals or vote to participate the development of Msgport.

## Other Projects Governed By the RingDAO

* [Darwinia Chains](https://darwinia.network/)
* [XAPI](https://github.com/xapi-box)
* [xAPI](https://github.com/xapi-box)
2 changes: 1 addition & 1 deletion docs/learn/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FAQs

Welcome to our Frequently Asked Questions (FAQs) section This page is designed to provide clear and concise answers to common questions we receive regarding the Msgport. Our goal is to make navigating the complexities of the Msgport as straightforward as possible. If you have any further questions not covered here, feel free to reach out to us directly. We're always here to help!
Welcome to our Frequently Asked Questions (FAQs) section. This page is designed to provide clear and concise answers to common questions we receive regarding the Msgport. Our goal is to make navigating the complexities of the Msgport as straightforward as possible. If you have any further questions not covered here, feel free to reach out to us directly. We're always here to help!

## Which networks are currently supported by the Msgport?

Expand Down
2 changes: 1 addition & 1 deletion docs/learn/messaging-protocols/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ The cross-chain mcessage protocol serves as the underlying technology for cross-

| Protocol | Description |
| :--------: | :----------- |
| [ORMP](./ormp.md) | Oracle Relayer Messaging Protocol, based on the Oracle mechanism, as darwinia msgport's default messaging protocol. |
| [ORMP](./ormp.md) | Oracle Relayer Messaging Protocol, based on the Oracle mechanism, is the **default and recommended** messaging protocol. |
| [XCMP](./xcmp.md) | XCMP, which is based on Polkadot XCM, is on our roadmap for support. |
| [LCMP](./lcmp.md) | Light Client Cross-chain Messaging Protocol, used for years in Darwinia, currently replaced by ORMP. |
Loading