Skip to content

Commit

Permalink
Update learn-nomination-pools.md. Staking proxies can make nomination…
Browse files Browse the repository at this point in the history
… pool calls (#6067)

The [mentioned PR](paritytech/polkadot#7448) was merged, and staking proxy accounts can issue calls to the nomination pools pallet:

https://github.com/polkadot-fellows/runtimes/blob/40f849df87a8a1b79aba4cfb7ce762d868243dca/relay/polkadot/src/lib.rs#L1258-L1263

I also added the proxy type "any" as a possible proxy to issue nomination pool calls.
  • Loading branch information
Juanma0x authored Jul 11, 2024
1 parent e68e487 commit 7f7cabc
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/learn/learn-nomination-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,10 @@ account.

:::

:::tip Use Non-Transfer or Nomination Pools Proxy Accounts to join Nomination Pools
:::tip Use Proxy Accounts to join Nomination Pools

Only [non-transfer proxies](learn-proxies.md#non-transfer-proxy) and
[nomination pools proxy](./learn-proxies.md#nomination-pools-proxy) can be used to participate in
nomination pools. [Staking proxies](learn-proxies.md#staking-proxy) cannot be used as they cannot
make calls to the nomination pools pallet. (The nomination pools will be supported through a staking
proxy when the changes made in [this PR](https://github.com/paritytech/polkadot/pull/7448) are
released on the network.

Thus, depending on how much control you want to give your proxy, you might choose between
non-transfer > staking > nomination pool proxy, with the latter being only able to sign transactions
Depending on how much control you want to give your proxy, you might choose between
any > non-transfer > staking > nomination pool proxy, with the latter being only able to sign transactions
related to the `NominationPool` pallet.

:::
Expand Down

0 comments on commit 7f7cabc

Please sign in to comment.