👈 Back

You can use Otterspace Badges for governance in Snapshot using the Otterspace Badges Snapshot strategy. A Snapshot strategy is a function for calculating a member’s voting power based on their tokens. You can learn more about strategies in Snapshot’s docs.

<aside> 💡 When you set a Snapshot strategy you are making this change for all proposals in your whole Snapshot space. If you want to use different strategies for different proposals, you need to change the space settings between proposals.

Keep in mind that changing the strategy only changes it for proposals moving forward, not retroactively.

</aside>

Setting up your Badges strategy in Snapshot

To add the Otterspace Badges strategy to Snapshot, first navigate to your space’s settings.

snapshot space.png

Scroll down to the ‘strategies’ section and click ‘add strategy’

Screenshot 2022-09-13 at 11.36.35.png

<aside> 💬 Check out our video walkthrough of how to set up the Badges Snapshot strategy here.

</aside>

Editing Strategy Details

When adding the otterspace-badges strategy, you will be prompted to edit the strategy details. You need to do this in order to specify which badges can be used in voting and how much voting power they have.

There are 3 variables you need to edit in the strategy (see A, B and C below). You can add badges by adding another badge object following the format below (see the curly brackets in bold - that is a badge object).

{
   "symbol":"BADGES",
   "raftTokenId":"A",
   "specs":[
      {
         "id":"B",
         "weight":"C"
      },
      **{
         "id":"B",
         "weight":"C"
      }**
   ]
}

A

This is the token id of your Raft token. You can find it by navigating to the asset on Etherscan or finding your Raft in the collection on Quixotic and navigating to the details section on the token.