Skip to content

Commit

Permalink
feat: notes in Snapshot Voting page
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 20, 2024
1 parent b037612 commit 4c944e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/guides/04-snapshot-voting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ title: "Snapshot Voting"

# Snapshot Voting Strategies

To enable off-chain governance, we designed a collection of Snapshot Strategies that compute the voting power of assets
To enable off-chain governance, we created a collection of Snapshot Strategies that calculate the voting power of tokens
stored in Lockup streams.

## Lockup

If you started using Sablier in July 2023 or later, you should be using the Lockup strategies.

- [Snapshot playground](https://snapshot.org/#/playground/sablier-v2) - test the strategies
- [Snapshot code repository](https://github.com/snapshot-labs/snapshot-strategies/tree/master/src/strategies/sablier-v2) -
see the implementation
Expand Down Expand Up @@ -167,6 +169,8 @@ unstreamed amount will be `0`.

## Legacy

If you started using Sablier before July 2023, you should be using the Legacy strategies.

- [Snapshot playground](https://snapshot.org/#/playground/sablier-v1-deposit) - test the strategies
- [Snapshot code repository](https://github.com/snapshot-labs/snapshot-strategies/tree/master/src/strategies/sablier-v1-deposit) -
dive into the implementation
Expand Down

0 comments on commit 4c944e7

Please sign in to comment.