Sign in
  • Home
  • Interviews
  • News
    • Press Releases
    • Editors Pick
    • Videos
    • Events
    • Google News
  • Community
    • Asia Blockchain Community
  • About
    • Contact
    • Submit a Press Release
    • Newsletter Subscription
    • Privacy Policy
    • Disclosure Policy
    • Disclaimer
Sign in
Welcome!Log into your account
Forgot your password?
PRIVACY POLICY
Password recovery
Recover your password
Search
Logo
Logo
Blogger
Facebook
Instagram
Linkedin
Mail
Naver
Pinterest
Reddit
RSS
Telegram
Tumblr
Twitter
Windows
WordPress
Youtube
Xing
Logo
  • Home
  • Interviews
  • News
    • Press Releases
    • Editors Pick
    • Videos
    • Events
    • Google News
  • Community
    • Asia Blockchain Community
  • About
    • Contact
    • Submit a Press Release
    • Newsletter Subscription
    • Privacy Policy
    • Disclosure Policy
    • Disclaimer
Search
Logo
  • Home
  • Interviews
  • News
    • Press Releases
    • Editors Pick
    • Videos
    • Events
    • Google News
  • Community
    • Asia Blockchain Community
  • About
    • Contact
    • Submit a Press Release
    • Newsletter Subscription
    • Privacy Policy
    • Disclosure Policy
    • Disclaimer
Search
Home News How to improve the security of Polkadot proxy account? Set up in...
  • News
  • Original (T)

How to improve the security of Polkadot proxy account? Set up in three minutes

By
YDN
-
September 8, 2020
Facebook
Twitter
Pinterest
WhatsApp
    How to improve the security of Polkadot proxy account? Set up in three minutes

    Loading

    Polkadot proxy account allows users to keep an account in cold storage and participate in the network more securely through various proxy permissions.

    Original title: How does Polkadot set up a proxy account? |Polkadot Wiki》
    Written by: Polkadot
    Translation: PolkaWorld

    Polkadot provides a proxy module through which you can set up proxy accounts to add a layer of security. This article is part of Polkadot Wiki. Polkadot Wiki is a Polkadot introduction document written by Polkadot. PolkaWorld is gradually translating and serializing this document.

    Polkadot provides a module that allows users to set up proxy accounts to perform limited actions on their behalf. Similar to the storage and control account relationship in staking, proxy accounts allow users to keep an account in cold storage and use the weight of tokens in the account to actively participate in the network.

    Agent type

    You can set up a proxy account through the proxy module. When setting up a proxy account, you must select the proxy type for the relationship. Polkadot provides the following relationships:

    • Any agent
    • Non-transfer
    • Governance
    • Staking
    • Identity judgment

    When a proxy account conducts a proxy transaction, Polkadot filters the transaction to ensure that the proxy account has the appropriate authority to conduct the transaction on behalf of the cold account.

    Any agent

    As the name implies, the proxy type “Any” allows any transaction on the proxy account, including balance transfers. In most cases, this should be avoided because proxy accounts are used more frequently than cold accounts and are less secure.

    Non-transfer agent

    The “non-transfer” type of proxy account allows any type of transaction except balance transfers (including vested transfers).

    Governance agent

    The “governance” type will allow agents to conduct governance-related transactions (ie, democracy, council, treasury, technical committee, and election modules).

    For more information about governance agents, see the governance section:

    Staking proxy

    The “Staking” agent type allows staking-related transactions, but do not confuse the staking agent with the control account. In the Staking module, some transactions must come from the Stash storage account, while other transactions must come from the controller control account. The Stash account will remain in cold storage, while the Controller account performs daily transactions, such as setting a session key or deciding which verifiers to nominate. However, the Stash savings account still requires some transactions, such as binding additional funds or designating a new control account. The proxy account does not change the role of the storage account and the control account, but it can make the access frequency of the storage account lower.

    Identity judgment agent

    “Identity Judgement” proxy account allows the registration center to judge the identity of the account. If you are not familiar with the judgment and identity on the chain, please refer to this page .

    Anonymous proxy

    Polkadot includes a function to create an anonymous proxy, the account can only be accessed through the proxy. In other words, it generates an address, but does not have a corresponding private key. Usually, the master account specifies the proxy account, but the anonymous proxy does the opposite. The account that creates the agency relationship is the agency account, and the new account is the master account. Use exreme care for anonymous agents, after deleting the agent relationship, the account will not be accessible.

    How to improve the security of Polkadot proxy account? Set up in three minutes

    Why use a proxy account?

    Proxy accounts are great for specific purposes because they add a layer of security. Unlike using funds in a separate account, a small account with a unique role can complete the main task of a savings account. This will shift attention from the master account to the agent account.

    Especially anonymous proxy can be used for unauthorized management. In the example below, there is a multi-signature with four different accounts. Two of these accounts, Alice and Bob, have an anonymous proxy. If the multi-signature account wants to add or delete Alice or Bob from the anonymous proxy, or even add a new account, the anonymous proxy will be responsible for the change. If a multi-signature account wants to modify itself without an anonymous proxy, then a new multi-signature account needs to be created.

    How to improve the security of Polkadot proxy account? Set up in three minutes

    How to set up a proxy account

    Use Polkadot-JS UI

    To set up the proxy, navigate to Polkadot JS UI and click “Developer”> “Extrinsics”. Here we will see a page similar to this:

    How to improve the security of Polkadot proxy account? Set up in three minutes

    To add an agent, click the module selection drop-down menu. The drop-down list is labeled “submit the following extrinsic”. Select the proxy module, then select addProxy extrinsic (in the drop-down menu next to it). To add a proxy, you need to select the addProxy (proxy, proxy_type) function. The selected proxy account you set up will be an account with a proxy. The account selected at the top is the account that will be the master account.

    Note: If you see the “Not Used” option when adding a proxy, this is not the proxy type. This is an empty option, if you try to add it as a proxy account, nothing will happen. No new agents will be created.

    Create anonymous proxy on Polkadot-JS UI

    For anonymous proxy, another function needs to be called, namely anonymous(proxy_type, index). This will let you choose which anonymous proxy to set up, and the index.

    How to improve the security of Polkadot proxy account? Set up in three minutes

    Another way to create a proxy

    There is another way to set up a proxy on Polkadot JS UI. Go to “Account” in the navigation and click the “Account” button. For each account you have on this page, click the three-dot button to directly “Add Agent” to create an agent account. Then a window will pop up on your screen where you can select the proxy type for that particular account.

    How to improve the security of Polkadot proxy account? Set up in three minutes

    Note: An anonymous function cannot be created from the “Account” page, it must be on the “External” page.

    Remove agent

    If you want to delete a proxy, there are several functions on the extrinsic external page to help you do this. The killAnonymous() function can delete anonymous agents. Both removeProxies() and removeProxy() can delete any other type of proxy, but the former will delete all proxies, and the latter will delete a selected proxy.

    How to improve the security of Polkadot proxy account? Set up in three minutes

    to sum up

    If the concept of agent type and its application looks abstract, then it is indeed abstract. Below is an example of how to use these accounts. Suppose you have an account as your main token holding account and don’t want to visit it often, but you do want to participate in governance and staking. You can set up governance and staking proxy accounts.

    How to improve the security of Polkadot proxy account? Set up in three minutes

    In this example, the master account A will only make two transactions, and account B is set as the governance agent account, and account C is set as the staking agent account. Now, account B can participate in governance activities on behalf of A.

    Similarly, account C can perform operations normally associated with storage accounts, such as binding funds and setting control account D. Operations that usually require a storage account, such as binding additional tokens or setting up a new control account, can be handled by its proxy account C. If account C is compromised, it does not have the authority to transfer related transactions, so the main account can set up a new agent to replace it.

    By creating multiple accounts to proxy one account, it allows you to actively participate in the network while protecting the private key, thereby having more sophisticated security measures.

    Source link: wiki.polkadot.network

    • TAGS
    • account
    • how
    • Improve
    • Minutes
    • polkadot
    • proxy
    • Security
    • set
    • Three
    • up
    Facebook
    Twitter
    Pinterest
    WhatsApp
      Previous articleWhat is CoFi? In-depth discussion on the application of “computable finance” in the field of DeFi oracles
      Next articleVampire Attack: How can Sushiswap rob Uniswap liquidity?
      YDN
      YDN
      YDN has 8 years of journalism experience. Worked for international media agencies. An active contributor in technology. Always ready to rock n roll and mingle.

      RELATED ARTICLESMORE FROM AUTHOR

      Byte: Community, Connections, & Coincidences

      A widening gap between U.S. tax policy and digital-asset innovation has triggered urgent calls for change

      Solana’s DeFi sector is experiencing a major transformation, with private DEXs now handling up to 60% of Jupiter-routed trades

      Sign in
      Welcome! Log into your account
      Forgot your password? Get help
      PRIVACY POLICY
      Password recovery
      Recover your password
      A password will be e-mailed to you.

      Tags

      About After Analysis Binance Bitcoin Blockchain BTC but Cardano Chain coin Community Could Crypto Cryptocurrency DeFi Digital Eth Ethereum exchange Finance First here how Investors its k Market may Million more new next nft Platform Price tech news Token Trading up us what why will Xrp

      Archives

      • May 2025
      • April 2025
      • March 2025
      • February 2025
      • January 2025
      • December 2024
      • November 2024
      • October 2024
      • September 2024
      • August 2024
      • July 2024
      • June 2024
      • May 2024
      • April 2024
      • March 2024
      • February 2024
      • January 2024
      • December 2023
      • November 2023
      • October 2023
      • September 2023
      • August 2023
      • July 2023
      • June 2023
      • May 2023
      • April 2023
      • March 2023
      • February 2023
      • January 2023
      • December 2022
      • November 2022
      • October 2022
      • September 2022
      • August 2022
      • July 2022
      • June 2022
      • May 2022
      • April 2022
      • March 2022
      • February 2022
      • January 2022
      • December 2021
      • November 2021
      • October 2021
      • September 2021
      • August 2021
      • July 2021
      • June 2021
      • May 2021
      • April 2021
      • March 2021
      • February 2021
      • January 2021
      • December 2020
      • November 2020
      • October 2020
      • September 2020
      • August 2020
      • July 2020
      • June 2020
      • May 2020
      • April 2020
      • March 2020
      • February 2020
      • January 2020
      • December 2019
      • November 2019
      • October 2019
      • September 2019
      • August 2019
      • July 2019
      • June 2019
      • May 2019
      • April 2019
      • March 2019
      • February 2019
      • January 2019
      • December 2018
      • November 2018
      • October 2018
      • September 2018
      • August 2018
      • July 2018
      • June 2018
      • May 2018
      • April 2018
      • March 2018
      • February 2018
      • January 2018
      • December 2017
      • November 2017
      • October 2017
      • September 2017
      • August 2017
      • July 2017
      • June 2017

      Recent Posts

      • Byte: Community, Connections, & Coincidences
      • A widening gap between U.S. tax policy and digital-asset innovation has triggered urgent calls for change
      • Solana’s DeFi sector is experiencing a major transformation, with private DEXs now handling up to 60% of Jupiter-routed trades
      • Ethereum has reclaimed the $2,700 price level after a strong 5.63% surge
      • Coinbase’s S&P 500 Debut: A New Era for Crypto and Wall Street
      Logo

      Blockcast.cc is a broadcasting news source for the blockchain community. Founded in Singapore. We have a network of partners in China, Hong Kong, South Korea, Singapore and Malaysia. We have also helped global blockchain and cryptocurrency companies reach their marketing, public relations and advertising goals.

      contact@blockcast.cc

      Latest articles

      Byte: Community, Connections, & Coincidences

      admin - May 15, 2025

      A widening gap between U.S. tax policy and digital-asset innovation has triggered urgent calls for change

      coinspy - May 15, 2025

      Solana’s DeFi sector is experiencing a major transformation, with private DEXs now handling up to 60% of Jupiter-routed trades

      mrblockchain - May 15, 2025

      Popular Categories

      • News20627
      • Original (T)4926
      • Press Releases3071
      • Original1363
      • Events1087
      • Globe Newswire1023
      • Interviews436
      • Videos422
      • PR Newswire144
      • Editor's Picks89