FAQ for Sputnik/Astro DAOs

How do I send tokens to a DAO?

Every DAO has its own address which can be sent NEAR and other tokens. For example, you can use wallet.near.org to deposit funds in genesis.sputnikdao.near.

How to do custom function calls in v2.sputnik.fund?

Notes from microchipgnu. Mintbase examples. https://hackmd.io/@IAe73m74TImJ5ZmJ4HWtjw/BJJ8BdnaO

How is Sputnik v2 Contract different from Sputnik v1 contract?

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%).

Why is the DAO charging me a Bond to submit a proposal?

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.

Last updated