> For the complete documentation index, see [llms.txt](https://radixplanet.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://radixplanet.gitbook.io/docs/dex/private-pool-manager-and-members.md).

# Private pool manager and members

A private liquidity pool defines two specific roles, each with its own allowed functions to be called on the pool(s) he manages

## Pool Manager

A pool manager is the person who is authorized to make modifications on the private liquidity pool he manages, the following are the allowed functions the pool manager can call:

* Add Rule
* Remove Rule
* Add Liquidity Token
* Remove Liquidity Token
* Create Member Badge
* Withdraw Manager Collected Fees

## Pool Member

A pool member is the person who is authorized to participate in liquidity providing in a private liquidity pool, the following are the allowed functions the pool member can call:

* Add Liquidity
* Remove Liquidity
* Withdraw Collected Fees
* Withdraw Liquidity Mining Rewards
* Withdraw Removed Tokens Liquidity
