diff --git a/docs/learn/learn-guides-polkadot-opengov.md b/docs/learn/learn-guides-polkadot-opengov.md index af85402a2134..05228dc3ff9c 100644 --- a/docs/learn/learn-guides-polkadot-opengov.md +++ b/docs/learn/learn-guides-polkadot-opengov.md @@ -35,10 +35,17 @@ a referendum, you must specify the `referenda.cancel` extrinsic of referendum `2 ![cancel-referenda-preimage-creation](../assets/cancel-referenda-preimage-creation.png) This call will cancel the referendum and return the deposit. You can also kill a referendum using -the `referenda.kill` extrinsic. This will cancel the referendum and slash the deposit. Note that -creating a preimage will reserve some funds proportionally to the amount of information stored -within the preimage. In this case, the deposit was 1.33 KSM (see -[Subscan](https://kusama.subscan.io/extrinsic/19143604-2)). +the `referenda.kill` extrinsic. This will cancel the referendum and slash the deposit. + +:::info Preimage Submission Deposit + +A deposit is required for the preimage to be stored on chain. The preimage deposit is proportional +to the amount of information stored within the preimage. 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. + +::: Once a preimage is submitted, it can be checked under [Governance > Preimages](https://polkadot.js.org/apps/#/preimages). diff --git a/docs/learn/learn-guides-treasury.md b/docs/learn/learn-guides-treasury.md index 8f2db1d206e3..2198ff066763 100644 --- a/docs/learn/learn-guides-treasury.md +++ b/docs/learn/learn-guides-treasury.md @@ -61,8 +61,9 @@ that requests 100 DOT from Treasury. :::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 +A deposit is required for the preimage to be stored on chain. The preimage deposit is proportional +to the amount of information stored within the preimage. 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.