DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 133 forks source link

Ability to vest tokens upon DAO creation #695

Closed JakeHartnell closed 10 months ago

JakeHartnell commented 1 year ago

Would go a long way towards preventing rugs and aligning teams.

JakeHartnell commented 1 year ago

This could be done currently, but would require a bunch of steps:

  1. Create a DAO with members and give them one token each
  2. Vote to add vesting payroll
  3. Vest payments for members

This has a limitation in that they can't stake these vested tokens in the DAO currently.

JakeHartnell commented 1 year ago

Probably want to explore a lot of ideas around Augmented Bonding Curves here: https://medium.com/commonsstack/deep-dive-augmented-bonding-curves-b5ca4fad4436

JakeHartnell commented 1 year ago

https://github.com/BlockScience/Risk-Adjusted-Bonding-Curves

JakeHartnell commented 10 months ago

Bonding curves are the future. #728 has some useful features for token DAOs to protect themselves, and my first comment is still relevant.