Skip to content

Commit 964516d

Browse files
Rewrite AI integration question (#3)
* Update repository information and enhance theme configuration in mkdocs.yml * Update ai agent faq
1 parent 767b5a8 commit 964516d

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

docs/faqs.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ This document provides answers to frequently asked questions about DeGov.AI incl
1212

1313
Currently, DeGov.AI supports Darwinia Chain, which is an EVM-compatible blockchain in the Polkadot ecosystem. We plan to expand support to other EVM-compatible chains in the future, including Ethereum Mainnet, Arbitrum, Base, and Ethereum Sepolia. Stay tuned for updates.
1414

15+
#### How does DeGov.AI utilize AI capabilities?
16+
17+
Integrating AI into our product is a core focus starting from the first version. We aim to solve long-term challenges in the decentralized governance space, such as proposal quality, voting participation, and decision-making efficiency by leveraging AI agents.
18+
19+
Currently, the following AI-related features are in our roadmap:
20+
21+
- Integrated AI agents assist with proposal review, summarization, and voting analysis. One of the biggest challenges in the governance process is the complexity of proposals and the difficulty for community members to understand their implications. By reducing the cognitive load, we aim to increase participation and improve decision-making quality.
22+
- AI agents can serve as special roles in the governance process, accepting delegation and voting on behalf of the community. AI agents can collect and analyze the community's opinions, preferences, and feedback, and then cast votes based on the aggregated data. This approach can avoid the preference of a few individuals dominating the decision-making process, ensuring that the community's collective voice is represented.
23+
- Multiple AI agents can collaborate to analyze complex proposals and provide insights. This collaborative approach allows for a more comprehensive understanding of proposals, as different AI agents can bring their unique perspectives and expertise to the table.
24+
25+
Bringing AI into governance opens up exciting possibilities for the future of decentralized organizations. We are actively developing these features this year, see our [Roadmap](roadmap.md) for the latest updates.
26+
1527
#### Is there an off-chain platform for discussing proposals?
1628

1729
DeGov.AI focuses on on-chain governance and doesn't provide a built-in off-chain discussion area. However, we provide an off-chain discussion entry point in the dashboard page that can link to your existing community forum or chat platform. This flexible approach allows you to use your preferred tools for discussions while keeping governance actions on-chain.
@@ -26,17 +38,6 @@ DeGov.AI and Snapshot serve different purposes in the governance ecosystem:
2638

2739
DeGov.AI combines the best of both worlds: on-chain security with AI-powered enhancements and user-friendly interfaces. Learn more about [on-chain vs off-chain governance](governance/intro/onchain-offchain.md).
2840

29-
#### How is AI integrated into DeGov.AI?
30-
31-
AI integration is a core feature of DeGov.AI from the start. We aim to enhance governance processes through AI agents. The following AI capabilities are currently in our roadmap:
32-
33-
- AI agents assist with proposal review, summarization, voting analysis, and decision-making
34-
- AI agents serve as special roles in the governance process that can accept delegation and vote on behalf of the community
35-
- Agents can interact with external data sources through the [Model Context Protocol](https://modelcontextprotocol.io/) and make informed decisions based on real-time data
36-
- Multiple AI agents can collaborate to analyze complex proposals and provide insights
37-
38-
We are actively developing these features this year, see our [Roadmap](roadmap.md) for the latest updates. The goal is to create a fully autonomous AI governance system that can handle routine decisions while allowing human oversight for critical issues.
39-
4041
#### How can my DAO get support from DeGov.AI?
4142

4243
Getting support for your DAO is straightforward:

mkdocs.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1+
# Project information
12
site_name: DeGov.AI Docs
23
site_url: https://degov.ai
34
site_description: "DeGov.AI is a governance platform that leverages AI to enhance decision-making and community engagement."
45
copyright: Copyright © RingDAO 2025
5-
repo_name: ringecosystem/degov-docs
6+
7+
# Repository information
8+
repo_name: ringecosystem/degov
9+
repo_url: https://github.com/ringecosystem/degov
610
edit_uri: https://github.com/ringecosystem/degov-docs/edit/main/docs
11+
712
theme:
813
name: material
914
logo: resource/pics/degov.svg
1015
favicon: resource/pics/degov.svg
1116
font:
1217
code: SFMono-Regular
18+
icon:
19+
repo: fontawesome/brands/github
1320
features:
1421
- announce.dismiss
1522
- content.action.edit
@@ -23,9 +30,9 @@ theme:
2330
- navigation.path
2431
- navigation.top
2532
- navigation.tracking
26-
- search.highlight
2733
- search.share
2834
- search.suggest
35+
- search.highlight
2936
- toc.follow
3037
language: en
3138
palette:

0 commit comments

Comments
 (0)