# Managing a Pool

### Managing a pool <a href="#managing-a-pool" id="managing-a-pool"></a>

Once your pool is created, you will see a new button named Manage in the Pools tab.

<figure><img src="/files/HYbe8tFIlkwYc0iUcZZi" alt=""><figcaption></figcaption></figure>

This menu provides tools to change most of the pools settings:

<figure><img src="/files/GNvWdevaPFhxaNdqonce" alt=""><figcaption></figcaption></figure>

Commission can be configured using three different values:

* **Commission:** the current commission for a pool; the owner will receive a % of the staking rewards before distributing it with the members.
* **Max Commission:** the maximum commission the pool can have; once set it cannot be changed. It is meant to be a contract between the pool operators and the members.
* **Change Rate:** the maximum amount the commission can change for the set period of time. Pool operators cannot perform changes to commissions that exceed the change rate.

{% hint style="warning" %}
When managing a pool’s commission, once Max Commission and Change Rate are set, they cannot be changed to a higher value. This is meant to prevent pool administrators from abusing their members by changing the commission without notice.
{% endhint %}

## Pool Administration

### Roles

* Depositor: The pool creator; it bonds the initial deposit in order to make the pool a valid nominator.&#x20;
* Nominator: It has permissions to select which validators the pool nominates.
* Bouncer: It has permissions to switch between the different pool states and kick (force unbond) members.
* Root: The pool administrator, it can change the other roles (even itself) and can do any of the actions the others can.

### States

* Open: new members can join the pool.
* Blocked: the pool is closed and it will not allow new members.
* Destroying: the pool is in the process of being destroyed; it acts as being blocked, but existing members can also be forced to unbond by anyone, allowing the pool to be dismantled even if it has inactive members.

## Destroying a pool <a href="#destroying-a-pool" id="destroying-a-pool"></a>

Pool destruction is done by the Bouncer role. Connect with the Bouncer account and go to the pool’s Manage panel.

{% hint style="warning" %}
The initial depositor must remain in the pool until all other members have left; only then it will be able to withdraw.
{% endhint %}

Select Destroy Pool and submit the transaction to set the pool’s status to destroying. When set to Destroying a pool will be closed to new members and all members can be permissionlessly unbonded in order to ease the dismantling of the pool. The initial depositor must wait for everyone to withdraw before unlocking its own bonded tokens.

<figure><img src="/files/v5pyBF77dZlhPlCxCWAO" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.creditcoin.org/nominator-guides/nominating-with-staking-pools/managing-a-pool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
