You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer-guides/voting-strategy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,6 @@ After the PR has been merged, you will need to wait for the release of a new ver
205
205
206
206
### 7. Try it out!
207
207
208
-
Head to the strategy's details page and click **Playground** button. Follow the instructions from [#testing-a-voting-strategy](../../user-guides/strategies/voting-strategies.md#testing-a-voting-strategy"mention")to see if it works as you intended.
208
+
Head to the strategy's details page and click **Playground** button. Follow the instructions from [#testing-a-voting-strategy](../user-guides/voting-strategies.md#testing-a-voting-strategy"mention")to see if it works as you intended.
209
209
210
210
Congrats, you've just added a new custom voting strategy! :tada:
Copy file name to clipboardExpand all lines: faq/im-a-developer.md
+9-12
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
5
5
<details>
6
6
7
-
<summary>Which networks are currently supported for voting with Gnosis Safe?</summary>
7
+
<summary>Which networks are currently supported for voting with Gnosis Safe?</summary>
8
8
9
9
You can find the networks’ IDs here: [https://github.com/snapshot-labs/snapshot-relayer/blob/master/src/check.ts#L9](https://github.com/snapshot-labs/snapshot-relayer/blob/master/src/check.ts#L9)
10
10
11
11
</details>
12
12
13
13
<details>
14
14
15
-
<summary>Do we need to deploy an ENS contract on our custom network to be able to support Snapshot?</summary>
15
+
<summary>Do we need to deploy an ENS contract on our custom network to be able to support Snapshot?</summary>
16
16
17
17
No, it’s not needed.
18
18
@@ -24,7 +24,7 @@ No, it’s not needed.
24
24
25
25
Yes, we do. Please create report on the respective repository as showed below:
@@ -46,7 +46,7 @@ We use IPFS to pin the receipts of the votes. You can have a more detailed look
46
46
47
47
<details>
48
48
49
-
<summary>How to add a webhook?</summary>
49
+
<summary>How to add a webhook?</summary>
50
50
51
51
Have a look at our documentation: [webhooks.md](../tools/webhooks.md"mention")
52
52
@@ -92,8 +92,7 @@ After September 12th the limits will be updated:
92
92
93
93
**🔓 No API Key:** 100 requests per minute.
94
94
95
-
**🔑 With the API Key:** 2 million requests per month.\
96
-
95
+
**🔑 With the API Key:** 2 million requests per month.\\
97
96
98
97
Learn how to apply and generate your API Key here: [api-keys.md](../tools/api/api-keys.md"mention")
99
98
@@ -109,7 +108,7 @@ Make sure to generate your API Key to get higher usage limits. One key can be us
109
108
110
109
</details>
111
110
112
-
### Snapshot.js 
111
+
### Snapshot.js
113
112
114
113
<details>
115
114
@@ -173,7 +172,7 @@ If you get a correct response without any errors, the Node is a Full Archive.
173
172
174
173
<details>
175
174
176
-
<summary>How to use our staking contract for voting?</summary>
175
+
<summary>How to use our staking contract for voting?</summary>
177
176
178
177
You can browse through the existing staking strategies →[https://snapshot.org/#/?type=strategies\&q=stake](https://snapshot.org/#/?type=strategies\&q=stake).
179
178
@@ -198,9 +197,7 @@ It usually takes around 72 hours so please have some patience. Once the PR is me
198
197
199
198
Yes. If it’s not supported yet you can create a custom voting strategy to enable delegation on your network. You can see an example here →[https://snapshot.org/#/strategy/orbs-network-delegation](https://snapshot.org/#/strategy/orbs-network-delegation)
200
199
201
-
202
-
203
-
To learn more have a look at our documentation: [voting-strategy.md](../developer-guides/create-a-strategy/voting-strategy.md"mention")
200
+
To learn more have a look at our documentation: [voting-strategy.md](../developer-guides/voting-strategy.md"mention")
204
201
205
202
</details>
206
203
@@ -216,6 +213,6 @@ Most probably you are missing the `delegationSpace` parameter. Make sure to prov
216
213
217
214
<summary>How to use our token from our network for voting?</summary>
218
215
219
-
If it doesn’t exist yet, you can create a new voting strategy. Have a look at our documentation to learn more: [voting-strategy.md](../developer-guides/create-a-strategy/voting-strategy.md"mention")
216
+
If it doesn’t exist yet, you can create a new voting strategy. Have a look at our documentation to learn more: [voting-strategy.md](../developer-guides/voting-strategy.md"mention")
Copy file name to clipboardExpand all lines: faq/im-a-snapshot-user/proposals.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ It depends on the space settings. Spaces can set up a validation strategy which
14
14
15
15
Users are restricted in the proposal creation by the limits imposed on Spaces.
16
16
17
-
Have a look at [proposals](../../user-guides/proposals/"mention") to learn the limits specific for different Space types.
17
+
Have a look at [proposals](../../proposals/"mention") to learn the limits specific for different Space types.
18
18
19
19
</details>
20
20
@@ -33,15 +33,15 @@ If a proposal does not reach the required quorum, it is considered as not passed
33
33
.png>)
34
34
35
35
Due to multiple spam attacks on Snapshot all Spaces are now required to set up a Proposal Validation. \
36
-
Head here to learn how to do it: [#how-to-use-validation-strategies](../../user-guides/strategies/validation-strategies.md#how-to-use-validation-strategies"mention")
36
+
Head here to learn how to do it: [#how-to-use-validation-strategies](../../user-guides/validation-strategies.md#how-to-use-validation-strategies"mention")
37
37
38
38
</details>
39
39
40
40
<details>
41
41
42
42
<summary>The token I want to use for executing transaction is not verified. Can I verify it?</summary>
43
43
44
-
You can submit your request by following the process described in the [token-verification.md](../../user-guides/token-verification.md"mention") section.
44
+
You can submit your request by following the process described in the [token-verification.md](../../v1-interface/token-verification.md"mention") section.
Copy file name to clipboardExpand all lines: faq/im-a-snapshot-user/space-settings.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ You can use sub-spaces on Snapshot. This solution allows you to link multiple sp
28
28
29
29
<summary>Can I change the name of my space?</summary>
30
30
31
-
Yes. You can do it in the space settings. 
31
+
Yes. You can do it in the space settings.
32
32
33
33
Do not confuse it with changing the `ID` or the ENS domain for your space. To do that, you need to migrate the space. You can read more about changing the ENS domain in our documentation: [migrate-or-delete.md](../../user-guides/spaces/migrate-or-delete.md"mention")
34
34
@@ -58,7 +58,7 @@ You cannot invalidate existing votes. However you can delete the proposal.
58
58
59
59
If you are an admin of the space or proposal’s creator you can delete the current proposal by clicking `Delete` on the proposal’s page:
If your space is using only a [ticket](https://snapshot.org/#/strategy/ticket) Voting Strategy you are required to set a Voting Validation to minimize the risk of spam votes on your proposals.\
83
+
If your space is using only a [ticket](https://snapshot.org/#/strategy/ticket) Voting Strategy you are required to set a Voting Validation to minimize the risk of spam votes on your proposals.\
84
84
Without it, hackers can easily create multiple accounts (each getting 1 Voting Power) and take the voting process over.\
85
85
\
86
-
Have a read here to learn how to set it up: [#voting-validation-in-space-settings](../../user-guides/strategies/validation-strategies.md#voting-validation-in-space-settings"mention")
86
+
Have a read here to learn how to set it up: [#voting-validation-in-space-settings](../../user-guides/validation-strategies.md#voting-validation-in-space-settings"mention")
Copy file name to clipboardExpand all lines: faq/im-a-snapshot-user/voting-strategies.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<summary>What is a strategy?</summary>
6
6
7
-
Voting strategy is a set of conditions used to calculate user's voting power. Strategies enable Snapshot to calculate the final result of voting on a given proposal. You can read more about them in our documentation: [voting-strategies.md](../../user-guides/strategies/voting-strategies.md"mention")
7
+
Voting strategy is a set of conditions used to calculate user's voting power. Strategies enable Snapshot to calculate the final result of voting on a given proposal. You can read more about them in our documentation: [voting-strategies.md](../../user-guides/voting-strategies.md"mention")
8
8
9
9
</details>
10
10
@@ -14,29 +14,29 @@ Voting strategy is a set of conditions used to calculate user's voting power. St
14
14
15
15
You can use the playground on Snapshot available from the strategy’s page:
<summary>How to limit voting to only those users who own a specific amount of the token(s)?</summary>
24
24
25
-
You need to setup a basic voting validation which allows you to select a specific strategy and define the minimum threshold required for the user to vote. Have a look at our documentation here to learn more: [validation-strategies.md](../../user-guides/strategies/validation-strategies.md"mention")
25
+
You need to setup a basic voting validation which allows you to select a specific strategy and define the minimum threshold required for the user to vote. Have a look at our documentation here to learn more: [validation-strategies.md](../../user-guides/validation-strategies.md"mention")
26
26
27
27
</details>
28
28
29
29
<details>
30
30
31
-
<summary>Why is my voting power equal to <code>0</code>?</summary>
31
+
<summary>Why is my voting power equal to <code>0</code>?</summary>
32
32
33
33
There might be multiple reasons for that. Most usually your voting power is equal to 0 as you didn’t have the required tokens in you wallet at the time of proposal creation. Have a look at [this discussion](https://github.com/snapshot-labs/snapshot/discussions/767) to explore other potential reasons.
34
34
35
35
</details>
36
36
37
37
<details>
38
38
39
-
<summary>Why is my voting power reduced? I’m a delegate.</summary>
39
+
<summary>Why is my voting power reduced? I’m a delegate.</summary>
40
40
41
41
If the proposal’s space is using the [delegation strategy](https://snapshot.org/#/strategy/delegation) and the address which delegated its voting power to you casts a vote on the specific proposal, your total voting power is reduced by the delegation which you received from the other address.
42
42
@@ -52,15 +52,15 @@ To give an example (using the `delegation` strategy):
52
52
53
53
<details>
54
54
55
-
<summary>I'm looking to set up our Snapshot space with 3 different voting strategies for 3 types of proposals. How can I do it?</summary>
55
+
<summary>I'm looking to set up our Snapshot space with 3 different voting strategies for 3 types of proposals. How can I do it?</summary>
56
56
57
57
You can use sub-spaces on Snapshot. This solution allows you to link different spaces and set different settings for each of them depending on your needs. Have a look at our documentation to learn more: [sub-spaces.md](../../user-guides/spaces/sub-spaces.md"mention")
58
58
59
59
</details>
60
60
61
61
<details>
62
62
63
-
<summary>I want to give one vote per one wallet to the voters of my space, regardless of their wallets’ balance. Which strategy should I use?</summary>
63
+
<summary>I want to give one vote per one wallet to the voters of my space, regardless of their wallets’ balance. Which strategy should I use?</summary>
64
64
65
65
You can use the [ticket](https://snapshot.org/#/strategy/ticket) strategy.
66
66
@@ -70,9 +70,9 @@ You can use the [ticket](https://snapshot.org/#/strategy/ticket) strategy.
70
70
71
71
<summary>How can I give 1 voting power to all voters holding a specific token regardless of its amount?</summary>
72
72
73
-
It's a two step process - you have to define a [validation strategy](../../user-guides/strategies/validation-strategies.md) and a [voting strategy](voting-strategies.md#voting-strategies) for your space.\
73
+
It's a two step process - you have to define a [validation strategy](../../user-guides/validation-strategies.md) and a [voting strategy](voting-strategies.md#voting-strategies) for your space.\
74
74
\
75
-
**1. Voting validation**\
75
+
**1. Voting validation**\
76
76
In order to allow users to participate in voting, setup a `Basic` voting validation in the space settings. You can find it in the voting section in space settings:\
77
77
\
78
78
.png>)\
@@ -96,7 +96,7 @@ Here is an example of the basic strategy setup for voters holding DAI tokens:
96
96
}
97
97
```
98
98
99
-
**2. Voting strategy** 
99
+
**2. Voting strategy**
100
100
101
101
Use the [Ticket](https://snapshot.org/#/strategy/ticket) strategy to give voting power equal to `1` to any user eligible to vote - users that passed the voting validation described in step 1.\
102
102
.png>)
@@ -105,7 +105,7 @@ Use the [Ticket](https://snapshot.org/#/strategy/ticket) strategy to give voting
105
105
106
106
<details>
107
107
108
-
<summary>I am not a developer, can someone work on my strategy for money?</summary>
108
+
<summary>I am not a developer, can someone work on my strategy for money?</summary>
109
109
110
110
Yes. You can create an issue on [https://github.com/snapshot-labs/snapshot-strategies/issues](https://github.com/snapshot-labs/snapshot-strategies/issues) and then post in on the [#developers](https://discord.com/channels/707079246388133940/747050056422785055) channel on Discord.
Copy file name to clipboardExpand all lines: faq/im-a-snapshot-user/voting.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
You can remove your delegations by going to [https://testnet.snapshot.org/#/delegate](https://testnet.snapshot.org/#/delegate) and clicking the ❌ for the delegations you wish to remove.
Moreover, if you want to override your delegate’s vote on a proposal using [the delegation strategy](https://snapshot.org/#/strategy/delegation) you can simply cast your own vote and it will override the delegate’s vote. If the delegation happened on-chain, then head to the delegation portal of the project you’re looking for and redelegate there.
12
12
@@ -20,7 +20,7 @@ Yes, apart from the proposals using shielded voting.
20
20
21
21
You can add a short explanation when casting a vote:
@@ -86,9 +86,9 @@ This issue is related to either space settings or the failure of the external in
86
86
87
87
<summary><strong>Can I vote on any proposal?</strong></summary>
88
88
89
-
No. Your eligibility to vote depends on the voting strategies defined by the space and usually requires holding the organization’s token. Some spaces allow anyone to vote, however this is a rare case. 
89
+
No. Your eligibility to vote depends on the voting strategies defined by the space and usually requires holding the organization’s token. Some spaces allow anyone to vote, however this is a rare case.
90
90
91
-
You can read more about the voting strategies in our documentation: [voting-strategies.md](../../user-guides/strategies/voting-strategies.md"mention")
91
+
You can read more about the voting strategies in our documentation: [voting-strategies.md](../../user-guides/voting-strategies.md"mention")
0 commit comments