Skip to content

Commit ae0636b

Browse files
bonustrackgitbook-bot
authored andcommitted
GITBOOK-501: change request with no subject merged in GitBook
1 parent ca66d17 commit ae0636b

29 files changed

+130
-151
lines changed

SUMMARY.md

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Table of contents
22

33
* [Welcome to Snapshot docs](README.md)
4+
* [Migrate your space to ENS](migrate-to-ens.md)
5+
* [Proposals](proposals/README.md)
6+
* [Edit a proposal](proposals/edit-a-proposal.md)
7+
* [Voting types](proposals/voting-types.md)
48
* [FAQs](faq/README.md)
59
* [👋 Getting started](faq/getting-started.md)
610
* [🙎 I'm a Snapshot user](faq/im-a-snapshot-user/README.md)
@@ -24,7 +28,6 @@
2428
* [Add a custom domain](user-guides/spaces/add-custom-domain.md)
2529
* [Add a skin](user-guides/spaces/add-skin.md)
2630
* [Space roles](user-guides/spaces/space-roles.md)
27-
* [Migrate your space to ENS](user-guides/spaces/migrate-to-ens.md)
2831
* [Migrate or delete or a space](user-guides/spaces/migrate-or-delete.md)
2932
* [Space badges](user-guides/spaces/badges-and-warnings.md)
3033
* [Turbo plan](user-guides/spaces/turbo-plan.md)
@@ -40,27 +43,21 @@
4043
* [Multi-token: ERC-1155](user-guides/spaces/space-handbook/nft-voting/multi-token-erc-1155.md)
4144
* [POAP - Proof of Attendance](user-guides/spaces/space-handbook/nft-voting/poap-proof-of-attendance.md)
4245
* [Custom calculations](user-guides/spaces/space-handbook/custom-calculations.md)
43-
* [Proposals](user-guides/proposals/README.md)
44-
* [Create a proposal](user-guides/proposals/create.md)
45-
* [Edit a proposal](user-guides/proposals/edit-a-proposal.md)
46-
* [Voting types](user-guides/proposals/voting-types.md)
46+
* [Create a proposal](user-guides/create.md)
4747
* [Voting](user-guides/voting/README.md)
4848
* [Vote on a proposal](user-guides/voting/vote.md)
4949
* [Delegate your voting power](user-guides/voting/delegate-your-voting-power.md)
50-
* [Strategies](user-guides/strategies/README.md)
51-
* [Voting strategies](user-guides/strategies/voting-strategies.md)
52-
* [Validation strategies](user-guides/strategies/validation-strategies.md)
53-
* [Token verification](user-guides/token-verification.md)
50+
* [Voting strategies](user-guides/voting-strategies.md)
51+
* [Validation strategies](user-guides/validation-strategies.md)
5452
* [Using Safe multi-sig](user-guides/using-safe-multi-sig.md)
5553
* [Delegation](user-guides/delegation.md)
5654

5755
## Developer Guides
5856

59-
* [Add a network](developer-guides/networks.md)
60-
* [Create a strategy](developer-guides/create-a-strategy/README.md)
61-
* [Create a voting strategy](developer-guides/create-a-strategy/voting-strategy.md)
62-
* [Create a validation strategy](developer-guides/create-a-strategy/validation-strategy.md)
57+
* [Create a voting strategy](developer-guides/voting-strategy.md)
58+
* [Create a validation strategy](developer-guides/validation-strategy.md)
6359
* [Identify integrator activity](developer-guides/identify-integrator-activity.md)
60+
* [Add a network](developer-guides/networks.md)
6461

6562
## Tools
6663

@@ -112,6 +109,7 @@
112109
* [Gnosis Impact (deprecated)](v1-interface/plugins/gnosis-impact.md)
113110
* [Galxe](v1-interface/plugins/galxe.md)
114111
* [Boost](v1-interface/boost.md)
112+
* [Token verification](v1-interface/token-verification.md)
115113

116114
## Community
117115

developer-guides/create-a-strategy/README.md

-15
This file was deleted.

developer-guides/networks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ To add a new network to Snapshot, you need to subscribe to the Network plan. The
44

55
### **How to get started**
66

7-
Refer to https://snapshot.org/#/network
7+
Refer to [https://snapshot.box/#/network](https://snapshot.box/#/network)

developer-guides/create-a-strategy/voting-strategy.md developer-guides/voting-strategy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ After the PR has been merged, you will need to wait for the release of a new ver
205205

206206
### 7. Try it out!
207207

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.
209209

210210
Congrats, you've just added a new custom voting strategy! :tada:

faq/im-a-developer.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<details>
66

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>
88

99
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)
1010

1111
</details>
1212

1313
<details>
1414

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>
1616

1717
No, it’s not needed.
1818

@@ -24,7 +24,7 @@ No, it’s not needed.
2424

2525
Yes, we do. Please create report on the respective repository as showed below:
2626

27-
![](<../.gitbook/assets/image (64).png>)
27+
<img src="../.gitbook/assets/image (64).png" alt="" data-size="original">
2828

2929
</details>
3030

@@ -46,7 +46,7 @@ We use IPFS to pin the receipts of the votes. You can have a more detailed look
4646

4747
<details>
4848

49-
<summary>How to add a webhook? </summary>
49+
<summary>How to add a webhook?</summary>
5050

5151
Have a look at our documentation: [webhooks.md](../tools/webhooks.md "mention")
5252

@@ -92,8 +92,7 @@ After September 12th the limits will be updated:
9292

9393
**🔓 No API Key:** 100 requests per minute.
9494

95-
**🔑 With the API Key:** 2 million requests per month.\
96-
95+
**🔑 With the API Key:** 2 million requests per month.\\
9796

9897
Learn how to apply and generate your API Key here: [api-keys.md](../tools/api/api-keys.md "mention")
9998

@@ -109,7 +108,7 @@ Make sure to generate your API Key to get higher usage limits. One key can be us
109108

110109
</details>
111110

112-
### Snapshot.js&#x20;
111+
### Snapshot.js
113112

114113
<details>
115114

@@ -173,7 +172,7 @@ If you get a correct response without any errors, the Node is a Full Archive.
173172

174173
<details>
175174

176-
<summary>How to use our staking contract for voting? </summary>
175+
<summary>How to use our staking contract for voting?</summary>
177176

178177
You can browse through the existing staking strategies →[https://snapshot.org/#/?type=strategies\&q=stake](https://snapshot.org/#/?type=strategies\&q=stake).
179178

@@ -198,9 +197,7 @@ It usually takes around 72 hours so please have some patience. Once the PR is me
198197

199198
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)
200199

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")
204201

205202
</details>
206203

@@ -216,6 +213,6 @@ Most probably you are missing the `delegationSpace` parameter. Make sure to prov
216213

217214
<summary>How to use our token from our network for voting?</summary>
218215

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")
220217

221218
</details>

faq/im-a-snapshot-user/proposals.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It depends on the space settings. Spaces can set up a validation strategy which
1414

1515
Users are restricted in the proposal creation by the limits imposed on Spaces.
1616

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.
1818

1919
</details>
2020

@@ -33,15 +33,15 @@ If a proposal does not reach the required quorum, it is considered as not passed
3333
![](<../../.gitbook/assets/image (76).png>)
3434

3535
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")
3737

3838
</details>
3939

4040
<details>
4141

4242
<summary>The token I want to use for executing transaction is not verified. Can I verify it?</summary>
4343

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.
4545

4646
</details>
4747

faq/im-a-snapshot-user/space-settings.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can use sub-spaces on Snapshot. This solution allows you to link multiple sp
2828

2929
<summary>Can I change the name of my space?</summary>
3030

31-
Yes. You can do it in the space settings.&#x20;
31+
Yes. You can do it in the space settings.
3232

3333
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")
3434

@@ -58,7 +58,7 @@ You cannot invalidate existing votes. However you can delete the proposal.
5858

5959
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:
6060

61-
![](<../../.gitbook/assets/image (46).png>)
61+
<img src="../../.gitbook/assets/image (46).png" alt="" data-size="original">
6262

6363
Then change the space settings and make sure to persist the changes.
6464

@@ -78,12 +78,12 @@ Yes, you can customize the appearance of your Snapshot space to some extent by s
7878

7979
<summary>Your proposal cannot be submitted due to a missing Voting Validation rule required with the "ticket" strategy. What does it mean?</summary>
8080

81-
![](<../../.gitbook/assets/image (58).png>)
81+
<img src="../../.gitbook/assets/image (58).png" alt="" data-size="original">
8282

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. \
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.\
8484
Without it, hackers can easily create multiple accounts (each getting 1 Voting Power) and take the voting process over.\
8585
\
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")
8787

8888
</details>
8989

faq/im-a-snapshot-user/voting-strategies.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<summary>What is a strategy?</summary>
66

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")
88

99
</details>
1010

@@ -14,29 +14,29 @@ Voting strategy is a set of conditions used to calculate user's voting power. St
1414

1515
You can use the playground on Snapshot available from the strategy’s page:
1616

17-
![](<../../.gitbook/assets/image (31).png>)
17+
<img src="../../.gitbook/assets/image (31).png" alt="" data-size="original">
1818

1919
</details>
2020

2121
<details>
2222

2323
<summary>How to limit voting to only those users who own a specific amount of the token(s)?</summary>
2424

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")
2626

2727
</details>
2828

2929
<details>
3030

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>
3232

3333
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.
3434

3535
</details>
3636

3737
<details>
3838

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>
4040

4141
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.
4242

@@ -52,15 +52,15 @@ To give an example (using the `delegation` strategy):
5252

5353
<details>
5454

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>
5656

5757
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")
5858

5959
</details>
6060

6161
<details>
6262

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>
6464

6565
You can use the [ticket](https://snapshot.org/#/strategy/ticket) strategy.
6666

@@ -70,9 +70,9 @@ You can use the [ticket](https://snapshot.org/#/strategy/ticket) strategy.
7070

7171
<summary>How can I give 1 voting power to all voters holding a specific token regardless of its amount?</summary>
7272

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.\
7474
\
75-
**1. Voting validation** \
75+
**1. Voting validation**\
7676
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:\
7777
\
7878
![](<../../.gitbook/assets/image (65).png>)\
@@ -96,7 +96,7 @@ Here is an example of the basic strategy setup for voters holding DAI tokens:
9696
}
9797
```
9898

99-
**2. Voting strategy**&#x20;
99+
**2. Voting strategy**
100100

101101
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.\
102102
![](<../../.gitbook/assets/image (73).png>)
@@ -105,7 +105,7 @@ Use the [Ticket](https://snapshot.org/#/strategy/ticket) strategy to give voting
105105

106106
<details>
107107

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>
109109

110110
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.
111111

faq/im-a-snapshot-user/voting.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
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.
88

9-
![](<../../.gitbook/assets/image (40).png>)
9+
<img src="../../.gitbook/assets/image (40).png" alt="" data-size="original">
1010

1111
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.
1212

@@ -20,7 +20,7 @@ Yes, apart from the proposals using shielded voting.
2020

2121
You can add a short explanation when casting a vote:
2222

23-
![](<../../.gitbook/assets/image (29).png>)
23+
<img src="../../.gitbook/assets/image (29).png" alt="" data-size="original">
2424

2525
</details>
2626

@@ -42,7 +42,7 @@ This issue is related to either space settings or the failure of the external in
4242

4343
Go to the proposals page and click the download icon to get a CSV file. You can open it directly in excel or import it in the Google Sheets.
4444

45-
![](<../../.gitbook/assets/image (74).png>)
45+
<img src="../../.gitbook/assets/image (74).png" alt="" data-size="original">
4646

4747
</details>
4848

@@ -86,9 +86,9 @@ This issue is related to either space settings or the failure of the external in
8686

8787
<summary><strong>Can I vote on any proposal?</strong></summary>
8888

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.&#x20;
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.
9090

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")
9292

9393
</details>
9494

user-guides/spaces/migrate-to-ens.md migrate-to-ens.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: Follow this guide if you have a space on Snapshot without an ENS name.
3+
hidden: true
34
---
45

56
# Migrate your space to ENS
@@ -8,10 +9,10 @@ If you already have a space on Snapshot which does not have an ENS name, you nee
89

910
## 1. Create a space with ENS
1011

11-
To migrate your space you will need first to create a new space with an ENS domain.&#x20;
12+
To migrate your space you will need first to create a new space with an ENS domain.
1213

13-
{% content-ref url="create/" %}
14-
[create](create/)
14+
{% content-ref url="user-guides/spaces/create/" %}
15+
[create](user-guides/spaces/create/)
1516
{% endcontent-ref %}
1617

1718
## 2. Map your old space alias to the ENS
@@ -20,7 +21,7 @@ To migrate your space you will need first to create a new space with an ENS doma
2021

2122
Fork the below repository to make changes needed to mirate your space.
2223

23-
{% embed url="https://github.com/snapshot-labs/snapshot-spaces" %}
24+
{% @github-files/github-code-block url="https://github.com/snapshot-labs/snapshot-spaces" %}
2425

2526
### 2b. Link your old space alias to ENS
2627

0 commit comments

Comments
 (0)