Decentralized governance and community management for the MBTQ Universe.
The MBTQ DAO provides decentralized governance for the MBTQ Universe platform, enabling community-driven decision-making and transparent proposal management.
Base URL: `https://api.mbtq.dev
Note: The endpoints below show full paths for clarity. In the OpenAPI specification, these are defined as relative paths (e.g., /proposals) with the base URL specified in the servers section.
GET /dao/proposals - List governance proposalsPOST /dao/vote - Submit voteGET /dao/members - List DAO members# DAO Configuration
DAO_GOVERNANCE_ADDRESS=0x...
DAO_VOTING_PERIOD=604800
DAO_QUORUM_PERCENTAGE=51
DAO_PROPOSAL_THRESHOLD=1000
DAO_NETWORK=mainnet
{
"id": "prop-001",
"title": "Improve Accessibility Features",
"description": "Proposal to enhance ASL support across all services",
"status": "active"
}
See openapi/openapi.yaml for the complete API specification.
The DAO uses Fibonrose for blockchain recording of all votes and proposals, ensuring transparency and immutability.