Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update learn-nomination-pools.md. Staking proxies can make nomination… #1

Merged
merged 1 commit into from
Jul 10, 2024
Merged
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
13 changes: 3 additions & 10 deletions docs/learn/learn-nomination-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,17 +136,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