About Soroban Governor
Soroban Governor is an open source framework for setting up DAOs on Stellar. It is made up of two primary contracts: Governor and Voter. The Governor is the core contract that is responsible for proposal and treasury management. The Voter is a contract that manages voting power and delegation. Often times the Voter will act as the protocol token or governance token. This framework includes 3 different Voter implementations to support a majority of use cases, and act as examples for any custom implementation that could be required.
Soroban Governor also includes a UI that supports any Governor based DAOs, allowing users to create proposals, manage proposals, vote, and delegate.