Skip to content

Commit 7f05826

Browse files
Governance - Add missing actors to SubSquare guide (#716)
* Add missing actors * Fix: small typos in Subsquare guide --------- Co-authored-by: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com>
1 parent 89962fc commit 7f05826

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/use/governance/subsquare_guide.md

+25
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,28 @@ Unlike the actual staking with the community treasury, registering a new dApp **
333333
Instead, the call should directly propose `dappStaking -> register`.
334334

335335
<Figure caption="dApp Staking - 2" src={require('/docs/use/img/23_Subsquare_dapp_staking/comm_council_ds_2.png').default } width="100%" />
336+
337+
## Main Council
338+
339+
The `Main Council` UI support is rudimentary at the moment.
340+
They can approve & reject _main treasury_ spending proposals, same as the `Community Council`.
341+
However, other actions require building the call manually.
342+
343+
Please refer to [the technical guide](/docs/learn/governance/technical_guide) for more information on how to construct these calls using the Polkadot-js App interface.
344+
345+
Calls can also be constructed using the `Subsquare` interface, but users should refer to the linked technical guide for more information.
346+
347+
<Figure caption="Main Council - 1" src={require('/docs/use/img/24_Subsquare_main_council/main_council_1.png').default } width="100%" />
348+
349+
Clicking on `New Common` will allow the council member to create a new motion.
350+
It's important to keep the threshold number in mind, since requirement may differ between different calls.
351+
352+
For external proposals, it is recommended to use the Polkadot-js App interface.
353+
354+
## Technical Committee
355+
356+
The `Technical Committee` UI support is rudimentary and requires manual call construction.
357+
358+
Please refer to [the technical guide](/docs/learn/governance/technical_guide) for more information on how to construct this calls using the Polkadot-js App interface.
359+
360+
The assumption is that technical committee members are technically proficient and will refer to the linked technical guide for more information.
Loading

0 commit comments

Comments
 (0)