You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interface descriptions for these precompiles can be found in the `precompiles` folder: [Astar repo](https://github.com/AstarNetwork/Astar/).
34
43
The Addresses can be checked in the [Astar repo](https://github.com/AstarNetwork/Astar/tree/master/runtime) for each runtime in `precompile.rs` files.
Copy file name to clipboardexpand all lines: docs/learn/governance/index.md
+2
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ The solution is live on both **Shibuya** and **Astar** networks.
9
9
10
10
There is no plan to deploy the solution on **Shiden** network.
11
11
12
+
Regular _Substrate-style_ SS58 accounts can be used to participate in governance, as well as _Ethereum-style_ H160 accounts (via the `dispatch` precompile).
13
+
12
14
## Approach
13
15
14
16
`Astar` reuses Polkadot’s so-called **v1** governance model due to its practicality. The core idea is to further decentralize the network, but not completely re-invent the wheel.
Copy file name to clipboardexpand all lines: docs/use/governance/subsquare_guide.md
+16-6
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,6 @@ import Figure from "/src/components/figure"
8
8
9
9
## Intro
10
10
11
-
:::note
12
-
This is _work-in-progress_.
13
-
All information here should be correct, but the guide will be updated prior to the launch on Astar.
14
-
:::
15
-
16
11
Astar Network is transitioning its governance system from off-chain voting through Townhall to on-chain voting. This change empowers Astar stakeholders to directly vote on key network proposals and decisions on-chain. Astar governance allows ASTR token holders to influence and participate in decisions that affect the network, such as protocol improvements, runtime updates, and dApp Staking applications.
17
12
18
13
To interact with the on-chain governance, users have two primary interfaces to choose from: [Subsquare](https://www.subsquare.io/) or the traditional [Polkadot.js](https://polkadot.js.org/apps/) interface. Subsquare provides a user-friendly interface for governance participation, while Polkadot.js offers a more technical approach.
@@ -26,7 +21,8 @@ Astar governance is a decentralized mechanism where ASTR token holders can propo
26
21
For a deeper understanding of Astar governance, including its structure and processes, we encourage you to read the [Astar Governance Overview](/docs/learn/governance/index.md) in our documentation.
27
22
28
23
## Using Subsquare for On-Chain Governance
29
-
[Subsquare](https://www.subsquare.io/) is designed to make on-chain governance participation easy for all users. Through Subsquare, you can:
24
+
25
+
[Subsquare](https://astar.subsquare.io/) is designed to make on-chain governance participation easy for all users. Through Subsquare, you can:
30
26
31
27
- View active proposals.
32
28
- Participate in discussions.
@@ -39,6 +35,20 @@ Working assumption is that the reader has familiarized themselves with the gover
0 commit comments