diff --git a/docs/assets/governance/opengov-submit-preimage.png b/docs/assets/governance/opengov-submit-preimage.png index 518ddf889ba4..562bfdcace6f 100644 Binary files a/docs/assets/governance/opengov-submit-preimage.png and b/docs/assets/governance/opengov-submit-preimage.png differ diff --git a/docs/maintain/maintain-guides-polkadot-opengov.md b/docs/maintain/maintain-guides-polkadot-opengov.md index b5650e58b016..b39b816722ff 100644 --- a/docs/maintain/maintain-guides-polkadot-opengov.md +++ b/docs/maintain/maintain-guides-polkadot-opengov.md @@ -229,19 +229,33 @@ from the treasury at once. ### Submitting a Preimage -The act of creating a proposal is split from submitting the preimage for the proposal since the -storage cost of submitting a large preimage could be expensive. Allowing the preimage submission to -come as a separate transaction means that another account could submit the preimage for you and pay -the fee. The example below demonstrates the creation of a preimage on Kusama (**the same procedure -applies to Polkadot**). To propose that a remark "Expect Chaos!" be added to the blockchain, the -preimage hash would be `0x8ac3f722caf7677254e25ca4ad77d533ca893c7d2ad4009e258d749f2004ef94`. +The act of creating a proposal is split from submitting the preimage for the proposal since the storage cost of submitting a large preimage could be expensive. Allowing the preimage submission to come as a separate transaction means that another account could submit the preimage for you and pay the fee. The example below demonstrates the creation of a preimage to propose and approve a spend of treasury funds. ![submit preimage](../assets/governance/opengov-submit-preimage.png) -After the preimage is submitted successfuly on-chain, Polkadot-JS UI lists it under the tab of -Governance > Preimages. +Follow the steps below to submit a preimage as shown in the screenshot above. + +1. Navigate to Governance -> Referenda. +2. Click on the "Add preimage" button. +3. From the *propose* drop-down field, select `treasury`. +4. From the unlabeled drop-down field to the right of the *propose* drop-down field, select `spend(amount, beneficiary)`. +5. In the `amount: Compact (BalanceOf)` text field, enter the spend amount. +6. The `beneficiary: MultiAddress (AccountIdLookupOf)` drop-down field will have `Id` selected by default. Select the beneficiary from the `Id: AccountId` drop-down field. + + +:::info + +Copy the `preimage hash` value before clicking the "Submit preimage" button. + +::: + +7. Click the "Submit preimage" button. + +After the preimage is submitted successfully on-chain, Polkadot-JS UI lists it under the tab of +Governance -> Preimages. + + -![preimage](../assets/governance/opengov-preimage-submitted.png) ### Submitting a Proposal