FAQ for Sputnik/Astro DAOs
Last updated
Was this helpful?
Last updated
Was this helpful?
Every DAO has its own address which can be sent NEAR and other tokens. For example, you can use to deposit funds in genesis.sputnikdao.near
.
Notes from microchipgnu. Mintbase examples.
Sputnik v2 can:
Launch a fungible token from the DAO and adopt it for voting.
Arbitrary function calls. This means the DAO can act just like any other user for all NEAR dApps. Including the ability to upgrade the DAO itself!
Ability to publish bounties (in addition to the ability to accept proposals).
Flexible governance that allows for multiple roles like Organizers, Supporters, and Members. Each role can have different permissions. Votes can be counted by seats or tokens and have configurable thresholds (default is 50%).
Bond is required to prevent spamming of proposals. Each DAO can set the bond to a different ammount. It's usually between 0.1-1 $NEAR. The bond will be returned to you if your proposal passes.