Skip to content

Commit

Permalink
Add Pool Proxies (#5022)
Browse files Browse the repository at this point in the history
* added pool proxies

* additions

* Update docs/learn/learn-nomination-pools.md

Co-authored-by: Radha <[email protected]>

* minor addition

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
filippoweb3 and DrW3RK authored Jul 7, 2023
1 parent 255fd63 commit c4e282a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
17 changes: 12 additions & 5 deletions docs/learn/learn-nomination-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,18 @@ account.

:::

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

Only [non-transfer proxies](learn-proxies.md#non-transfer-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.
:::tip Use Non-Transfer or Nomination Pools 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
related to the `NominationPool` pallet.

:::

Expand Down
5 changes: 5 additions & 0 deletions docs/learn/learn-proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@ is recommended that you check with the respective parachain team for any possibl
to the crowdloan rewards distribution. Auction proxy can access Auctions, Crowdloan, Registrar and
Slots pallets.

### Nomination Pools Proxy

Proxies that are of the type **Nomination Pools** are accounts that allow transactions pertaining to
[Nomination Pools](./learn-nomination-pools.md).

## Removing Proxy

:::info Removing proxies
Expand Down

0 comments on commit c4e282a

Please sign in to comment.