Skip to content

Commit

Permalink
Added Multisig section and polkassembly in governance apps (#5312)
Browse files Browse the repository at this point in the history
* Added polkassembly in governance apps

* Polkasafe

* Update docs/general/governance-apps.md

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
niklabh and DrW3RK authored Oct 27, 2023
1 parent 1073da8 commit 6b257bd
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/general/governance-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,46 @@ The [Polkadot Delegation Dashboard](https://delegation.polkadot.network/) is a w
allows you to delegate your voting power on [Polkadot OpenGov](../learn/learn-polkadot-opengov.md).

[![Delegation Dashboard Tutorial](https://img.youtube.com/vi/RapBYZc5ZPo/0.jpg)](https://www.youtube.com/watch?v=RapBYZc5ZPo)

## Polkassembly

![Polkassembly](https://github.com/w3f/polkadot-wiki/assets/874046/f2fc1032-ba81-465a-896c-51bd35efd435)


Polkassembly is a platform specifically designed to foster open, transparent discussions around Polkadot and Kusama governance proposals. By bridging on-chain decisions with off-chain discussions, Polkassembly ensures that the community remains at the heart of the decision-making process.


**1. Getting Started with Polkassembly** (https://polkadot.polkassembly.io/)

* Registration: Begin by registering on Polkassembly. Choose between email/password sign-up or use web3 enabled wallets.
* Authentication: To provide maximum security, Polkassembly enables a two-factor authentication process.
* Linking Your Polkadot or Kusama Account:
1. Connect your Polkadot or Kusama account from Subwallet, Talisman, Nova, Polkadot.JS for seamless proposal tracking and voting.
2. Polkasafe (for multisigs) - vote and create proposals with Multisigs by logging in with [Polkasafe](https://polkasafe.xyz/)

**2. Navigating the Polkassembly Interface** (https://polkadot.polkassembly.io/opengov)

- Dashboard: Provides a snapshot of active proposals, treasury motions, referenda, and public discussions.
- User Profile: Customize your profile settings, manage notifications, and view your activity.

**3. Proposals, Motions, and Referenda** (https://polkadot.polkassembly.io/big-spender)

- Viewing Details: Access comprehensive details of each proposal, including current status, voting tally, and associated discussions.
- Participating in Discussions: Engage with the community, share insights, ask questions, and contribute to a transparent decision-making process.

**4. Delegating on Polkassembly** (https://polkadot.polkassembly.io/delegation)

- Understanding Delegation: Delegate your voting power to community members you trust, enhancing the democratic process.
- How to Delegate: Navigate to the Delegation section, choose a delegate, specify the amount, and confirm the delegation.

**5. Notifications and Alerts** (https://polkadot.polkassembly.io/settings)

- Custom Notifications: Receive real-time updates on topics of interest, proposal status changes, and more.
- Setting Alerts: Customize alert preferences to receive notifications tailored to your interests.

**6. Frequently Asked Questions (FAQs)**

- Integration with Polkadot: Polkassembly fetches on-chain data directly from the Polkadot/Substrate node, ensuring real-time accuracy.

Dive into the world of Polkadot governance with Polkassembly and be an active part of the future!
For deeper insights or specific tutorials, please refer to the official documentation at https://docs.polkassembly.io.
37 changes: 37 additions & 0 deletions docs/general/multisig-apps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
id: multisig-apps
title: Polkadot Multisig Apps
sidebar_label: Multisig Apps
description: Multisig Apps in the Polkadot Ecosystem.
keywords: [account, signer, balance, multisig]
slug: ../multisig-apps
---

:::info Community Page

This page is open to contributions from the community. Please follow the
[Wiki contribution guidelines](https://github.com/w3f/polkadot-wiki#contributing-to-documentation)
and add your Governance app to this page.

:::

## Polkasafe

[Polkasafe](https://polkasafe.xyz) - Your gateway to the Ultimate MultiSig experience on Polkadot.

Gone are the days of cumbersome MultiSig transactions. PolkaSafe redefines the way you interact with
the Polkadot Blockchain, making MultiSig operations not just safer but also incredibly
user-friendly.

- Seamless MultiSig Transactions: With PolkaSafe, initiating, approving, and executing MultiSig
transactions is a breeze. Whether you're managing funds, delegating responsibilities, or simply
securing your assets, the platform's intuitive design ensures every step is straightforward.
- Collaborative Asset Management: Engage in collective decision-making with stakeholders, team
members, or partners. PolkaSafe's collaborative tools make it easy to propose, discuss, and
finalize MultiSig transactions, ensuring transparency and consensus. Extrinsic Management: Beyond
standard transactions, PolkaSafe simplifies extrinsics – specialized instructions or functions on
the Polkadot Blockchain.
- Whether you're interacting with smart contracts, parachains, or other advanced features,
PolkaSafe's MultiSig capabilities ensure every extrinsic is secure and efficient.
- User-Centric Design: Every feature, from initiating a transaction to diving deep into extrinsics,
is designed for clarity and ease.
1 change: 1 addition & 0 deletions polkadot-wiki/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ module.exports = {
"general/wallets-and-extensions",
"general/staking-apps",
"general/governance-apps",
"general/multisig-apps",
"general/parachains-apps",
{
type: "category",
Expand Down

0 comments on commit 6b257bd

Please sign in to comment.