From f362e49d4e62bbc50c2ddcdd968e126242de7435 Mon Sep 17 00:00:00 2001 From: filippoweb3 Date: Thu, 10 Aug 2023 11:10:34 +0200 Subject: [PATCH 01/11] added new page treasury guides --- docs/learn/learn-guides-treasury.md | 8 ++++++++ polkadot-wiki/sidebars.js | 1 + 2 files changed, 9 insertions(+) create mode 100644 docs/learn/learn-guides-treasury.md diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md new file mode 100644 index 000000000000..8ea594aec7ff --- /dev/null +++ b/docs/learn/learn-guides-treasury.md @@ -0,0 +1,8 @@ +--- +id: learn-guides-treasury +title: Polkadot Treasury How-to Guides +sidebar_label: Treasury +description: Advanced How-to Guides about requesting funds from the Polkadot Treasury. +keywords: [opengov, polkadot opengov, referenda, treasury, tips, bounties] +slug: ../learn-guides-treasury +--- diff --git a/polkadot-wiki/sidebars.js b/polkadot-wiki/sidebars.js index 9c96632c3744..edd8245b4f31 100644 --- a/polkadot-wiki/sidebars.js +++ b/polkadot-wiki/sidebars.js @@ -279,6 +279,7 @@ module.exports = { ], }, "learn/learn-guides-polkadot-opengov", + "learn/learn-guides-treasury", "learn/learn-guides-identity", { type: "category", From 3066674fee3ad9ef925a75d41909771bae7a3ef3 Mon Sep 17 00:00:00 2001 From: filippoweb3 Date: Thu, 10 Aug 2023 11:17:25 +0200 Subject: [PATCH 02/11] move creating treasury proposal to dedicated guides page --- docs/learn/learn-guides-treasury.md | 103 ++++++++++++++++++ docs/learn/learn-polkadot-opengov-treasury.md | 99 +---------------- 2 files changed, 105 insertions(+), 97 deletions(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index 8ea594aec7ff..7919535ac390 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -6,3 +6,106 @@ description: Advanced How-to Guides about requesting funds from the Polkadot Tre keywords: [opengov, polkadot opengov, referenda, treasury, tips, bounties] slug: ../learn-guides-treasury --- + +import RPC from "./../../components/RPC-Connection"; + +## Creating a Treasury Proposal + +Your proposal should address a problem, outline a goal, give a detailed account of how you will +reach that goal, and include any ongoing maintenance needs. As much as possible, you should itemize +the tasks to be completed so fees can be evaluated and milestones can be followed. You can check the +{{ polkadot: [guidelines for a successful proposal](https://docs.google.com/document/d/1IZykdp2cyQavcRyZd_dgNj5DcgxgZR6kAqGdcNARu1w) :polkadot }}{{ kusama: [guidelines for a successful proposal](https://docs.google.com/document/d/1CzEnurqwqLBOGrJI9CQORiGW9m6QyPOSshhzJdR57Pk) :kusama }} +and fill out the +{{ polkadot: [Treasury proposal template](https://docs.google.com/document/d/1O_84mXYFERCavmnJyxbIPKFkG0bVBySRjCVy-d-VKcc) :polkadot }}{{ kusama: Treasury proposal template :kusama }} +provided. + +### Announcing the Proposal + +To minimize storage on chain, proposals don't contain contextual information. When a user submits a +proposal, they will need to find an off-chain way to explain the proposal: + +- Many community members participate in discussion in the + {{ polkadot: [Polkadot Watercooler](https://matrix.to/#/#polkadot-watercooler:web3.foundation) and :polkadot }} + {{ kusama: [Kusama Direction room](https://matrix.to/#/#Kusama-Direction:parity.io) and the :kusama }} + {{ polkadot: [Polkadot Direction room](https://matrix.to/#/#Polkadot-Direction:parity.io). :polkadot }} + {{ kusama: [Kusama Watercooler](https://matrix.to/#/#kusamawatercooler:polkadot.builders). :kusama }} +- Use platforms like [Polkassembly](https://polkassembly.io) and + [SubSquare](https://www.subsquare.io/) to initiate discussion with the community. They also offer + a gauge poll to capture the community sentiment before submitting an on-chain referendum. + +Spreading the word about the proposal's explanation to the community is ultimately up to the +proposer. + +:::tip Use Accounts with Verified On-Chain Identity for Treasury Proposals + +To ensure legitimacy, it is required that the account linked to the Treasury proposal has an +[identity set](https://support.polkadot.network/support/solutions/articles/65000181981-how-to-set-and-clear-an-identity) +and is +[verified by an on-chain registrar](https://support.polkadot.network/support/solutions/articles/65000181990-how-to-request-and-cancel-identity-judgement). + +::: + +### Submit Treasury Proposal Preimage + +The example below shows how to create a [preimage](../general/glossary#preimage) for a transaction +that requests 100 DOT from Treasury. + +- Navigate to [Polkadot-JS UI > Governance > Preimages](https://polkadot.js.org/apps/#/preimages) + and then click on Add Preimage. +- Select the account which will be used to submit the preimage. +- Choose `treasury` pallet in the "propose" dropdown and the `spend(amount, beneficiary)`call +- Enter the DOT amount. +- Enter the AccountID of the beneficiary (which has a verified on-chain identity). +- Submit preimage +- Sign and submit the transaction by paying the specified transaction fees. + +:::info Preimage Submission Deposit + +A deposit is required for the preimage to be stored on chain. The deposit amount required for a +preimage with a treasury spend transaction is around +{{ polkadot: 41 DOT :polkadot }}{{ kusama: 1.4 KSM :kusama }}. Ensure you have enough account +balance to pay for the submission deposit and the transaction fees. + +::: + +![Treasury Preimage](../assets/treasury/treasury-preimage.png) + +After successful submission of the preimage, it is displayed on Polkadot-JS UI > Governance > +Preimages page. Every preimage is associated with a unique preimage hash (highlighted in a box in +the image below). Take a note of this preimage hash, which is required to submit a referendum. + +![Treasury Preimage Hash](../assets/treasury/treasury-preimage-hash.png) + +### Submit a Treasury Track Referendum + +The example below shows how to submit a Treasury track referendum. + +- Navigate to [Polkadot-JS UI > Governance > Referenda](https://polkadot.js.org/apps/#/referenda) + and then click on Submit proposal. +- Select the account which will be used to submit the proposal. +- Choose the appropriate submission track (The example below selected Small Spender track). +- Enter the preimage hash of the treasury spend transaction.(If the preimage exists on-chain, the + preimage length box is automatically populated) +- Click on Submit proposal. +- Sign and submit the transaction. + +![Submit Treasury Proposal](../assets/treasury/submit-proposal-treasury.png) + +Once your submission is executed, your referendum will appear under your chosen track on the +Polkadot-JS UI [referenda page](https://polkadot.js.org/apps/#/referenda). + +### Place a Decision Deposit for the Treasury Track Referendum + +For the referendum to move from preparing phase to the deciding phase, a decision deposit needs to +be placed. The decision deposit values for each individual [Treasury Tracks](#treasury-tracks) are +listed in a section above in this document. + +![Submit Treasury Proposal Decision Deposit](../assets/treasury/treasury-proposal-decision-deposit.png) + +### Claiming the Preimage and Decision Deposits + +After the referendum finishes its life cycle (and gets approved or rejected or timed out), the +deposits can be claimed. For claiming the preimage deposit, navigate to Polkadot-JS UI > +Governance > Preimages and click on unnote button shown on the preimage you submitted. Similarly, to +claim the decision deposit, navigate to Polkadot-JS UI > Governance > Referenda and scroll down to +the end of the page to click on the referenda with the decision depoit and claim it. diff --git a/docs/learn/learn-polkadot-opengov-treasury.md b/docs/learn/learn-polkadot-opengov-treasury.md index 94eea891c064..01ba8a4b2965 100644 --- a/docs/learn/learn-polkadot-opengov-treasury.md +++ b/docs/learn/learn-polkadot-opengov-treasury.md @@ -58,8 +58,8 @@ OpenGov allows for managing funds through six tracks, each with its own :::info How to access Treasury funds? Access to Treasury funds requires successful enactment of referendum in the respective treasury -track on-chain. Learn how to create a referendum -[here](../maintain/maintain-guides-polkadot-opengov.md#create-a-referenda-proposal-using-polkadot-js-ui). +track on-chain. Learn how to submit a treasury proposal for referendum +[here](./learn-guides-treasury.md#creating-a-treasury-proposal). ::: @@ -100,98 +100,3 @@ requires a decision deposit of {{ polkadot: 10 DOT :polkadot }}{{ kusama: 0.33 This track can be used for treasury spending requests up to {{ polkadot: 100 DOT :polkadot }}{{ kusama: 8.25 KSM :kusama }} per referendum. Each referendum requires a decision deposit of {{ polkadot: 1 DOT :polkadot }}{{ kusama: 0.033 KSM :kusama }}. - -## Creating a Treasury Proposal - -Your proposal should address a problem, outline a goal, give a detailed account of how you will -reach that goal, and include any ongoing maintenance needs. As much as possible, you should itemize -the tasks to be completed so fees can be evaluated and milestones can be followed. You can check the -{{ polkadot: [guidelines for a successful proposal](https://docs.google.com/document/d/1IZykdp2cyQavcRyZd_dgNj5DcgxgZR6kAqGdcNARu1w) :polkadot }}{{ kusama: [guidelines for a successful proposal](https://docs.google.com/document/d/1CzEnurqwqLBOGrJI9CQORiGW9m6QyPOSshhzJdR57Pk) :kusama }} -and fill out the {{ polkadot: [Treasury proposal template](https://docs.google.com/document/d/1O_84mXYFERCavmnJyxbIPKFkG0bVBySRjCVy-d-VKcc) :polkadot }}{{ kusama: Treasury proposal template :kusama }} provided. - -### Announcing the Proposal - -To minimize storage on chain, proposals don't contain contextual information. When a user submits a -proposal, they will need to find an off-chain way to explain the proposal: - -- Many community members participate in discussion in the - {{ polkadot: [Polkadot Watercooler](https://matrix.to/#/#polkadot-watercooler:web3.foundation) and :polkadot }} - {{ kusama: [Kusama Direction room](https://matrix.to/#/#Kusama-Direction:parity.io) and the :kusama }} - {{ polkadot: [Polkadot Direction room](https://matrix.to/#/#Polkadot-Direction:parity.io). :polkadot }} - {{ kusama: [Kusama Watercooler](https://matrix.to/#/#kusamawatercooler:polkadot.builders). :kusama }} -- Use platforms like [Polkassembly](https://polkassembly.io) and [SubSquare](https://www.subsquare.io/) to initiate discussion with the community. They also offer a gauge poll to capture the community sentiment before submitting an on-chain referendum. - -Spreading the word about the proposal's explanation to the community is ultimately up to the -proposer. - -:::tip Use Accounts with Verified On-Chain Identity for Treasury Proposals - -To ensure legitimacy, it is required that the account linked to the Treasury proposal has an -[identity set](https://support.polkadot.network/support/solutions/articles/65000181981-how-to-set-and-clear-an-identity) -and is -[verified by an on-chain registrar](https://support.polkadot.network/support/solutions/articles/65000181990-how-to-request-and-cancel-identity-judgement). - -::: - -### Submit Treasury Proposal Preimage - -The example below shows how to create a [preimage](../general/glossary#preimage) for a transaction that requests 100 DOT from -Treasury. - -- Navigate to [Polkadot-JS UI > Governance > Preimages](https://polkadot.js.org/apps/#/preimages) and then click on Add Preimage. -- Select the account which will be used to submit the preimage. -- Choose `treasury` pallet in the "propose" dropdown and the `spend(amount, beneficiary)`call -- Enter the DOT amount. -- Enter the AccountID of the beneficiary (which has a verified on-chain identity). -- Submit preimage -- Sign and submit the transaction by paying the specified transaction fees. - -:::info Preimage Submission Deposit - -A deposit is required for the preimage to be stored on chain. The deposit amount required for a -preimage with a treasury spend transaction is around -{{ polkadot: 41 DOT :polkadot }}{{ kusama: 1.4 KSM :kusama }}. Ensure you have enough account -balance to pay for the submission deposit and the transaction fees. - -::: - -![Treasury Preimage](../assets/treasury/treasury-preimage.png) - -After successful submission of the preimage, it is displayed on Polkadot-JS UI > Governance > -Preimages page. Every preimage is associated with a unique preimage hash (highlighted in a box in -the image below). Take a note of this preimage hash, which is required to submit a referendum. - -![Treasury Preimage Hash](../assets/treasury/treasury-preimage-hash.png) - -### Submit a Treasury Track Referendum - -The example below shows how to submit a Treasury track referendum. - -- Navigate to [Polkadot-JS UI > Governance > Referenda](https://polkadot.js.org/apps/#/referenda) and then click on Submit proposal. -- Select the account which will be used to submit the proposal. -- Choose the appropriate submission track (The example below selected Small Spender track). -- Enter the preimage hash of the treasury spend transaction.(If the preimage exists on-chain, the - preimage length box is automatically populated) -- Click on Submit proposal. -- Sign and submit the transaction. - -![Submit Treasury Proposal](../assets/treasury/submit-proposal-treasury.png) - -Once your submission is executed, your referendum will appear under your chosen track on the -Polkadot-JS UI [referenda page](https://polkadot.js.org/apps/#/referenda). - -### Place a Decision Deposit for the Treasury Track Referendum - -For the referendum to move from preparing phase to the deciding phase, a decision deposit needs to -be placed. The decision deposit values for each individual [Treasury Tracks](#treasury-tracks) are -listed in a section above in this document. - -![Submit Treasury Proposal Decision Deposit](../assets/treasury/treasury-proposal-decision-deposit.png) - -### Claiming the Preimage and Decision Deposits - -After the referendum finishes its life cycle (and gets approved or rejected or timed out), the -deposits can be claimed. For claiming the preimage deposit, navigate to Polkadot-JS UI > -Governance > Preimages and click on unnote button shown on the preimage you submitted. Similarly, to -claim the decision deposit, navigate to Polkadot-JS UI > Governance > Referenda and scroll down to -the end of the page to click on the referenda with the decision depoit and claim it. From 38c55cface20df12fba52e0fa5b16de5b0713b3e Mon Sep 17 00:00:00 2001 From: filippoweb3 Date: Thu, 10 Aug 2023 11:48:05 +0200 Subject: [PATCH 03/11] added tips --- docs/learn/learn-guides-treasury.md | 23 +++++++++++++++---- docs/learn/learn-polkadot-opengov-treasury.md | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index 7919535ac390..4511ce170911 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -47,8 +47,8 @@ and is ### Submit Treasury Proposal Preimage -The example below shows how to create a [preimage](../general/glossary#preimage) for a transaction -that requests 100 DOT from Treasury. +The example below shows how to create a [preimage](../general/glossary.md#preimage) for a +transaction that requests 100 DOT from Treasury. - Navigate to [Polkadot-JS UI > Governance > Preimages](https://polkadot.js.org/apps/#/preimages) and then click on Add Preimage. @@ -97,8 +97,8 @@ Polkadot-JS UI [referenda page](https://polkadot.js.org/apps/#/referenda). ### Place a Decision Deposit for the Treasury Track Referendum For the referendum to move from preparing phase to the deciding phase, a decision deposit needs to -be placed. The decision deposit values for each individual [Treasury Tracks](#treasury-tracks) are -listed in a section above in this document. +be placed. The decision deposit values for each individual treasury track are listed +[here](./learn-polkadot-opengov-treasury.md#treasury-tracks). ![Submit Treasury Proposal Decision Deposit](../assets/treasury/treasury-proposal-decision-deposit.png) @@ -109,3 +109,18 @@ deposits can be claimed. For claiming the preimage deposit, navigate to Polkadot Governance > Preimages and click on unnote button shown on the preimage you submitted. Similarly, to claim the decision deposit, navigate to Polkadot-JS UI > Governance > Referenda and scroll down to the end of the page to click on the referenda with the decision depoit and claim it. + +## Requesting Tips from the Treasury + +To request a tip funded by the treasury you can follow the above steps for +[creating a treasury proposal](#creating-a-treasury-proposal) but instead of submitting the proposal +to the `32 / Small Spender` track you will need to submit it to the `30 / Small Tipper` or +`31 / Big Tipper` tracks depending on the number of tokens to be requested. + +Briefly, you will need to: + +- Create a preimage using the `treasury.Spend` extrinsic and specifying the number of tokens and the + beneficiary of the tip, and +- Submit a proposal to the right track (i.e. `30` or `31`) using the preimage hash. + +## Propose a Bounty diff --git a/docs/learn/learn-polkadot-opengov-treasury.md b/docs/learn/learn-polkadot-opengov-treasury.md index 01ba8a4b2965..5a07ccec07b7 100644 --- a/docs/learn/learn-polkadot-opengov-treasury.md +++ b/docs/learn/learn-polkadot-opengov-treasury.md @@ -59,7 +59,7 @@ OpenGov allows for managing funds through six tracks, each with its own Access to Treasury funds requires successful enactment of referendum in the respective treasury track on-chain. Learn how to submit a treasury proposal for referendum -[here](./learn-guides-treasury.md#creating-a-treasury-proposal). +[here](./learn-guides-treasury#creating-a-treasury-proposal). ::: From 910817a7e3e2e8953654bd9469ff4eddb73b2902 Mon Sep 17 00:00:00 2001 From: filippoweb3 Date: Fri, 11 Aug 2023 14:54:41 +0200 Subject: [PATCH 04/11] removed bounty section this will be done with another PR --- docs/learn/learn-guides-treasury.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index 4511ce170911..b3b8cc2c4dcf 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -122,5 +122,3 @@ Briefly, you will need to: - Create a preimage using the `treasury.Spend` extrinsic and specifying the number of tokens and the beneficiary of the tip, and - Submit a proposal to the right track (i.e. `30` or `31`) using the preimage hash. - -## Propose a Bounty From 8c7d3be3b5878bc7c7f6746e3182d17ee204f920 Mon Sep 17 00:00:00 2001 From: filippoweb3 Date: Fri, 11 Aug 2023 16:17:15 +0200 Subject: [PATCH 05/11] edits after conflict resolution --- docs/learn/learn-guides-treasury.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index b3b8cc2c4dcf..76e2ddff4ebe 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -47,8 +47,8 @@ and is ### Submit Treasury Proposal Preimage -The example below shows how to create a [preimage](../general/glossary.md#preimage) for a -transaction that requests 100 DOT from Treasury. +The example below shows how to create a [preimage](../general/glossary#preimage) for a transaction +that requests 100 DOT from Treasury. - Navigate to [Polkadot-JS UI > Governance > Preimages](https://polkadot.js.org/apps/#/preimages) and then click on Add Preimage. @@ -97,8 +97,9 @@ Polkadot-JS UI [referenda page](https://polkadot.js.org/apps/#/referenda). ### Place a Decision Deposit for the Treasury Track Referendum For the referendum to move from preparing phase to the deciding phase, a decision deposit needs to -be placed. The decision deposit values for each individual treasury track are listed -[here](./learn-polkadot-opengov-treasury.md#treasury-tracks). +be placed. The decision deposit values for each individual +[Treasury Tracks](./learn-polkadot-opengov-treasury#treasury-tracks) are listed in a section above +in this document. ![Submit Treasury Proposal Decision Deposit](../assets/treasury/treasury-proposal-decision-deposit.png) From 7026717ee525b0ab366182d849db43d91d14d823 Mon Sep 17 00:00:00 2001 From: filippoweb3 Date: Fri, 11 Aug 2023 16:19:32 +0200 Subject: [PATCH 06/11] tiny edit tipps --- docs/learn/learn-guides-treasury.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index 76e2ddff4ebe..52fda70a8f65 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -3,7 +3,7 @@ id: learn-guides-treasury title: Polkadot Treasury How-to Guides sidebar_label: Treasury description: Advanced How-to Guides about requesting funds from the Polkadot Treasury. -keywords: [opengov, polkadot opengov, referenda, treasury, tips, bounties] +keywords: [opengov, polkadot opengov, referenda, treasury, tipps, bounties] slug: ../learn-guides-treasury --- @@ -111,9 +111,9 @@ Governance > Preimages and click on unnote button shown on the preimage you subm claim the decision deposit, navigate to Polkadot-JS UI > Governance > Referenda and scroll down to the end of the page to click on the referenda with the decision depoit and claim it. -## Requesting Tips from the Treasury +## Requesting Tipps from the Treasury -To request a tip funded by the treasury you can follow the above steps for +To request a tipp funded by the treasury you can follow the above steps for [creating a treasury proposal](#creating-a-treasury-proposal) but instead of submitting the proposal to the `32 / Small Spender` track you will need to submit it to the `30 / Small Tipper` or `31 / Big Tipper` tracks depending on the number of tokens to be requested. @@ -121,5 +121,5 @@ to the `32 / Small Spender` track you will need to submit it to the `30 / Small Briefly, you will need to: - Create a preimage using the `treasury.Spend` extrinsic and specifying the number of tokens and the - beneficiary of the tip, and + beneficiary of the tipp, and - Submit a proposal to the right track (i.e. `30` or `31`) using the preimage hash. From 90d6eeec4530309c9de9682411480d804484b8e0 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:27:00 +0200 Subject: [PATCH 07/11] Update docs/learn/learn-guides-treasury.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --- docs/learn/learn-guides-treasury.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index 52fda70a8f65..0e33b0a059ca 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -21,7 +21,7 @@ provided. ### Announcing the Proposal -To minimize storage on chain, proposals don't contain contextual information. When a user submits a +To minimize storage on-chain, proposals don't contain contextual information. When a user submits a proposal, they will need to find an off-chain way to explain the proposal: - Many community members participate in discussion in the From bf2d062a21522c411c14b219fe8a72d8890763af Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:27:12 +0200 Subject: [PATCH 08/11] Update docs/learn/learn-guides-treasury.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --- docs/learn/learn-guides-treasury.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index 0e33b0a059ca..d25dc47f8fb6 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -113,9 +113,9 @@ the end of the page to click on the referenda with the decision depoit and claim ## Requesting Tipps from the Treasury -To request a tipp funded by the treasury you can follow the above steps for +To request a tip funded by the treasury, you can follow the above steps for [creating a treasury proposal](#creating-a-treasury-proposal) but instead of submitting the proposal -to the `32 / Small Spender` track you will need to submit it to the `30 / Small Tipper` or +to the `32 / Small Spender` track, you will need to submit it to the `30 / Small Tipper` or `31 / Big Tipper` tracks depending on the number of tokens to be requested. Briefly, you will need to: From e479874bbddb6cbd1712acd29a9b60a2fa7ae297 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:27:18 +0200 Subject: [PATCH 09/11] Update docs/learn/learn-guides-treasury.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --- docs/learn/learn-guides-treasury.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index d25dc47f8fb6..aa4c1424680b 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -121,5 +121,5 @@ to the `32 / Small Spender` track, you will need to submit it to the `30 / Small Briefly, you will need to: - Create a preimage using the `treasury.Spend` extrinsic and specifying the number of tokens and the - beneficiary of the tipp, and + beneficiary of the tip, and - Submit a proposal to the right track (i.e. `30` or `31`) using the preimage hash. From 91e2031a09fb608429eeb203cadb8a50362888d6 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:37:37 +0200 Subject: [PATCH 10/11] Update docs/learn/learn-guides-treasury.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --- docs/learn/learn-guides-treasury.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index aa4c1424680b..f1290da7f7a7 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -111,7 +111,7 @@ Governance > Preimages and click on unnote button shown on the preimage you subm claim the decision deposit, navigate to Polkadot-JS UI > Governance > Referenda and scroll down to the end of the page to click on the referenda with the decision depoit and claim it. -## Requesting Tipps from the Treasury +## Requesting Tips from the Treasury To request a tip funded by the treasury, you can follow the above steps for [creating a treasury proposal](#creating-a-treasury-proposal) but instead of submitting the proposal From 2987ffa58b76672671cc8653289c0b29cc321f61 Mon Sep 17 00:00:00 2001 From: Filippo <110459737+filippoweb3@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:37:45 +0200 Subject: [PATCH 11/11] Update docs/learn/learn-guides-treasury.md Co-authored-by: Radha <86818441+DrW3RK@users.noreply.github.com> --- docs/learn/learn-guides-treasury.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index f1290da7f7a7..8f2db1d206e3 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -109,7 +109,7 @@ After the referendum finishes its life cycle (and gets approved or rejected or t deposits can be claimed. For claiming the preimage deposit, navigate to Polkadot-JS UI > Governance > Preimages and click on unnote button shown on the preimage you submitted. Similarly, to claim the decision deposit, navigate to Polkadot-JS UI > Governance > Referenda and scroll down to -the end of the page to click on the referenda with the decision depoit and claim it. +the end of the page to click on the referenda with the decision deposit and claim it. ## Requesting Tips from the Treasury