Skip to content

A generalizable DAO for Tezos; powers Kolibri Governance

Notifications You must be signed in to change notification settings

Hover-Labs/murmuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Murmuration

Murmuration is a generalizable DAO built on Tezos. The DAO is used to govern Kolibri, but is suitable to govern a number of projects. The DAO takes a lambda and will execute the code in the lambda if the vote passes.

Murmuration provides a complete set of contracts for governance to work out of the box, including:

  • The DAO Contract
  • A community fund contract that can escrow governance tokens
  • Vesting contracts for users
  • A token faucet

Deploy scripts are provided to get users up and running with minimal config.

Learn more about Murmuration in the documentation.

Features

The documentation has the complete list of features, but here are a few cool ones:

  • Introspective DAO parameters: The DAO can change parameters on itself
  • Flash Loan Resistant FA1.2 Token: The DAO uses historical balances to prevent flash loan attacks
  • On Chain History: Vote outcomes are preserved without the need of an external indexer
  • Optional Timelock: Programatically delay lambda execution

Deploy Notes

The governance token used by Murmuration is a lightly modified version of the FA1.2 contract provided by SmartPy. Importantly, this contract contains an administrator function that can arbitrarily mint and transfer additional tokens. We recommend that all clients call setAdminstrator(none) and disableMinting(unit) to make the DAO smart contracts immutable.

The provided deploy scripts do this automatically, but users using a custom deploy should be careful to make sure these steps are followed.

About

A generalizable DAO for Tezos; powers Kolibri Governance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published