An open standard and toolkit for launching DAOs on Solana.
Tribeca is an open source protocol for launching decentralized autonomous organizations on Solana. It is heavily inspired by the designs of Compound and Curve governance.
- Built with Anchor. Tribeca is pluggable with other Anchor-based projects and tools, allowing for greater composability.
- Modularity. Tribeca is built to be flexible and extensible, splitting out proposals/voting, transaction execution, and staking into three separate programs.
- Hosted. The Tribeca DAO program is meant to be deployed as one instance of a program, similar to the SPL Token Program. It is an open standard that any other project can build upon, without requiring teams to deploy their own DAO or giving custody of user tokens to Tribeca.
- Simplicity. Tribeca does as little as possible, giving DAOs the freedom to choose how their governance system operates.
For the most up-to-date documentation, please visit the official documentation site.
- Tribeca is in active development, so all APIs are subject to change.
- This code is unaudited. Use at your own risk.
Package | Description | Version | Docs |
---|---|---|---|
govern |
Handles proposals, voting, and queueing of transactions into a Smart Wallet. | ||
locked-voter |
Voter which locks up governance tokens for a user-provided duration in exchange for increased voting power. | ||
simple-voter |
A simple Tribeca voter program where 1 token = 1 vote. | ||
@tribecahq/tribeca-sdk |
TypeScript SDK for Tribeca |
Program addresses are the same on devnet and mainnet-beta.
The official documentation is hosted at docs.tribeca.so..
Tribeca Protocol is licensed under the GNU Affero General Public License v3.0.
In short, this means that any changes to this code must be made open source and available under the AGPL-v3.0 license, even if only used privately. If you have a need to use this program and cannot respect the terms of the license, please message us our team directly at [email protected].