From 9c048511156d1e97e748b36b8b0ab90870a506fe Mon Sep 17 00:00:00 2001 From: Jeff Bennett Date: Sat, 29 Jun 2024 19:00:33 -0400 Subject: [PATCH] pool role accounts --- docs/concepts/core-concepts/pool-role-accounts.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/concepts/core-concepts/pool-role-accounts.md b/docs/concepts/core-concepts/pool-role-accounts.md index 791e5a52..dc550a8f 100644 --- a/docs/concepts/core-concepts/pool-role-accounts.md +++ b/docs/concepts/core-concepts/pool-role-accounts.md @@ -15,12 +15,13 @@ struct PoolRoleAccounts { } ``` -* pauseManager: Can see Pool paused/unpaused. When a pool is paused all state-changing operations will revert, and putting the pool in recovery mode (if not already done) becomes permissionless -* swapFeeManager: Set static swap fees for a pool -* poolCreator: Set the [pool creator fee](./pool-creator-fee.md) +* pauseManager: Can pause or unpause a pool. When a pool is paused, all state-changing operations will revert, and putting the pool in recovery mode (if not already done) becomes permissionless +* swapFeeManager: Can set static swap fees for a pool +* poolCreator: Can set the [pool creator fee](./pool-creator-fee.md) Passing the zero address grants Balancer Governance permission by default. ::: info Pause Permission -Balancer Governance is always granted pauseManager permission as well as any user configure address. +Balancer Governance can always pause/unpause pools, even if there is a pause manager. However, governance cannot set swap fees if there is a swap manager, or pool creator fees if there is a pool creator. ::: +, \ No newline at end of file