Appearance
Proxy Accounts
Grant proxy authority so a delegate can submit certain calls for a real account without sharing its seed. Delays, proxy types, and fee payer rules all live in Substrate's proxy pallet.
Open the Add Proxy entry points
From Add Account > Add Proxy:
- Create Proxy - announce a new on-chain delegation.
- Create Pure Proxy - follow Pure Proxy.
- Import Proxy - pull an existing relationship into the vault.
- Discover Proxy Links - scan wallet accounts for delegations you have not imported yet.
Create a proxy on-chain
- Pick the real account (the one granting authority).
- Enter the delegate's SS58 address.
- Choose a proxy type (Any, Staking, Governance, and others exposed in the sheet).
- Set a delay in blocks (
0means the delegate can execute immediately after announcement rules clear). - Optionally enable real pays fee so the real account covers weight charges.
- Review fees and authenticate.
If the real account is a multisig, the wallet hands off to multisig operation initiation instead of signing directly as a single key.
Import a proxy from chain state
When someone else created the delegation:
- Choose the Proxy tab (or Pure Proxy for pure targets).
- Enter the real account's SS58 address.
- Let the wallet query current delegations.
- Select which proxy types to mirror locally.
- Save after verification succeeds.
Discover links across your accounts
Discover Proxy Links walks every non-watch, non-pure-proxy account, calls query_chain_proxies, and surfaces matches. Import in one tap; the wallet revalidates against the node afterward.
Inspect proxy details for a real account
The detail screen shows:
- The real account (rename still applies)
- Free and staked balances
- Outstanding proxy announcements, if any
- Each delegate, proxy type, and delay
- Multi-select Forget (local only) or Revoke (on-chain). Batch revoke packs every selected removal into one extrinsic.
Trust periodic reverification
Background jobs re-query the chain so stale delegate rows disappear when a relationship is removed outside the wallet.