Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Multisig accounts offer several key benefits, particularly in terms of security,

## Creating a Multisig Account on PolkaSafe

PolkaSafe integrates with Polkadot's multisig solution, offering seamless user experience and robust security features for managing assets in the Polkadot ecosystem. You can use the multisig accounts created on PolkaSafe with the Astar Portal.
PolkaSafe integrates with Polkadot's multisig solution for managing assets in the Polkadot ecosystem. You can use the multisig accounts created on PolkaSafe with the Astar Portal.

1. Visit [PolkaSafe](https://app.polkasafe.xyz/);
2. Select Astar network and click 'Connect Wallet;
Expand Down Expand Up @@ -72,7 +72,7 @@ A proxy allows signatories to alter key parameters and setup account backups. Fu
A proxy can:
1. **Edit the Threshold:** Alter the number of required signatures for transaction authorization;
2. **Modify Signatories:** Change the signatories of the multisig account;
3. **Create Backups:** Establish a backup of the multisig account, facilitating seamless asset transfers. In other words, all assets will be in the proxy account. This means that when you add or remove any signatory, the multisig address will change, but the proxy address will not. Therefore, assets in the proxy account won't be lost.
3. **Create Backups:** Establish a backup of the multisig account to preserve asset access across configuration changes. In other words, all assets will be in the proxy account. This means that when you add or remove any signatory, the multisig address will change, but the proxy address will not. Therefore, assets in the proxy account won't be lost.

You can add a proxy to your multisig account either during multisig creation or from the account dashboard.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ In this tutorial, you'll learn how to manipulate proxy accounts using the [Polka

### Overview

Pallet Proxy enables accounts to grant specific permissions to other accounts, empowering them to make calls on their behalf, thereby safeguarding the security of the underlying accounts.
Pallet Proxy enables accounts to grant specific permissions to other accounts, allowing them to make calls on their behalf while keeping the underlying account secure.
On this page, you will find a detailed overview of the various proxy types, extrinsics, general definitions, and features associated with the proxy pallet. Additionally, there are tutorials available to help you understand and utilize the proxy functionality effectively.

### Proxy Types
---
1. **Any** - This proxy type allow delegate account to make any call that are supported by proxy pallet. This is highest level of priveledge so should always use that with caution.
1. **Any** - This proxy type allow delegate account to make any call that are supported by proxy pallet. This is the highest level of privilege and should always be used with caution.

2. **NonTransfer** - This proxy type allow delegate account to make any call supported by proxy pallet expect for the asset transfer funtionalities. This can come handy when you want to keep your funds secure in cold storage and want to delegate all the other functionalities to a proxy account.
2. **NonTransfer** - This proxy type allows the delegate account to make any call supported by the proxy pallet except for asset transfer functionalities. This can come handy when you want to keep your funds secure in cold storage and want to delegate all the other functionalities to a proxy account.
To see complete list of functionality, checkout the source code in Astar repo.

3. **Balances** - This proxy type gives control of handling accounts and balances to the delegate account. Complete list of calls can be found [here](https://docs.rs/pallet-balances/latest/pallet_balances/pallet/enum.Call.html).
Expand Down Expand Up @@ -71,7 +71,7 @@ The proxy pallet provides the following extrinsics (functions):

### Why Proxy Deposits ?
---
To create proxies within the network, it is necessary to provide deposits in the native currency (like ASTR or SDN). The deposit is required because adding a proxy requires some storage space on-chain, which must be replicated across every peer in the network. Due to the costly nature of this, these functions could open up the network to a Denial-of-Service attack.
To create proxies within the network, it is necessary to provide deposits in the native currency (like ASTR or SDN). The deposit is required because adding a proxy requires some storage space onchain, which must be replicated across every peer in the network. Due to the costly nature of this, these functions could open up the network to a Denial-of-Service attack.

When creating a proxy, a bond is deducted from your free balance and transferred to your reserved balance. This mechanism helps maintain the integrity and stability of the proxy system while providing assurance that the bond can be returned when the proxy is deactivated or removed.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Connecting SubWallet to Astar

import Figure from '/src/components/figure'

SubWallet is a comprehensive non-custodial wallet solution for Substrate & Ethereum ecosystems. Built on top of Polkadot.js, SubWallet focuses on improving UX & UI. We envision a crypto wallet as a Web3 multiverse gateway through which users can enjoy multi-chain services with utmost ease and absolute security.
SubWallet is a comprehensive non-custodial wallet solution for Substrate & Ethereum ecosystems. Built on top of Polkadot.js, SubWallet focuses on improving UX & UI. We envision a crypto wallet as a web3 multiverse gateway through which users can enjoy multi-chain services with utmost ease and absolute security.

This guide will show you how to manage your accounts, your tokens, stake your tokens in-app, and connect to the Astar Portal using SubWallet!

Expand Down
1 change: 0 additions & 1 deletion docs/use/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Follow our simple guides to set them up based on your needs, whether you're usin
- Browser extension wallets:
- [Polkadot\{.js\}](/docs/use/get-started/astar-substrate-wallet/wallet/polkadot.js/install-polkadot-js.md)
- [Ledger](/docs/use/get-started/astar-substrate-wallet/wallet/ledger/index.md)
- [Metamask Snap](/docs/use/get-started/astar-substrate-wallet/wallet/metamask-snap/index.md)
- [Subwallet](/docs/use/get-started/astar-substrate-wallet/wallet/subwallet/index.md)
- [Talisman](/docs/use/get-started/astar-substrate-wallet/wallet/talisman/index.md)
- [Fearless](/docs/use/get-started/astar-substrate-wallet/wallet/fearless/index.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/use/how-to-guides/faq/burndrop.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ A: The Burndrop Passport is a non-transferable SBT (Soulbound Token) minted on A

### Q: Does the Passport offer benefits in 2026?

A: The Passport does not carry financial value, however, it may grant benefits to holders in future Astar-related initiatives.
A: The Passport does not carry financial value. It may grant early access or eligibility in future Astar governance programs, grants, or ecosystem initiatives.

### Q: Which networks are supported?

Expand Down Expand Up @@ -115,7 +115,7 @@ A: Through the Astar forum, a feedback form linked from the dashboard, and quest

### Q: What does "success" look like for the PoC?

A: Success is defined by clarity of insights, quality of feedback, observable user behavior, technical validation and community understanding — and not participation volume.
A: Success is defined by clarity of insights, quality of feedback, observable user behavior, technical validation and community understanding, not participation volume.

### Q: Are there legal or tax implications?

Expand Down
Loading
Loading