A decentralized governance protocol for the Stacks ecosystem. FaithGovernance enables communities to create proposals, vote on decisions, and execute governance actions with full transparency on-chain.
Empowering communities with trustless governance. Every proposal, vote, and execution is recorded on the Stacks blockchain, ensuring immutable and transparent decision-making.
- Decentralized: No single point of control
- Transparent: All actions are on-chain and verifiable
- Community-Driven: Token-weighted voting with delegation support
- Secure: Battle-tested smart contracts with formal verification
faithgovernance/
├── contracts/ # Clarity smart contracts
│ ├── dao-core.clar # Proposal management & voting logic
│ ├── dao-treasury.clar # Asset management
│ └── adapters/ # Execution adapters
├── frontend/ # Next.js governance dashboard
├── tests/ # Comprehensive test suite
└── docs/ # Protocol documentation
- Core: Manages proposals, voting periods, quorum, and execution
- Treasury: Holds DAO assets with multi-sig authorization
- Adapters: Extensible execution layer for custom actions
- Proposal creation with configurable parameters
- Token-weighted voting with delegation
- Timelock execution for security
- Multi-signature treasury management
- Real-time governance dashboard
- Mobile-responsive interface
- Node.js 18+
- Clarinet 2.0+
- Leather or Xverse wallet
git clone https://github.com/faithorji/faithgovernance.git
cd faithgovernance
npm installnpm test
clarinet checkcd frontend
npm install
npm run dev- Propose: Create a proposal with description and execution payload
- Discuss: Community debates and provides feedback
- Vote: Token holders cast votes during the voting period
- Execute: If quorum is met, proposal is queued and executed
| Parameter | Value |
|---|---|
| Voting Period | 7 days |
| Quorum Threshold | 10% of total supply |
| Proposal Threshold | 1% of total supply |
| Timelock | 48 hours |
- Audited by independent security researchers
- Formal verification of critical functions
- Bug bounty program active
MIT
Building the future of decentralized governance on Stacks