# Exiting a Pool

To withdraw funds from a nomination pool, members must unbond their funds from the pool.

The unbonding process takes 7 days to complete. During this process, any funds being unbonded cannot be transferred, used to earn rewards, or join other nomination pools.

Users may choose to unbond some or all of their funds at any time.To exit a nomination pool, members must start an unbonding process which takes 7 days in Creditcoin. During this period, they will not be able earn rewards form their pool or join other nomination pools.

#### Unbonding some funds <a href="#unbonding-some-funds" id="unbonding-some-funds"></a>

1. In the Pools tab of the Staking Dashboard, click the minus sign `(-)`to remove a portion of your funds from the pool.

<figure><img src="/files/9B1fJYQhAO9KvYAO6fQH" alt=""><figcaption></figcaption></figure>

2. The Remove Bond page will be shown. Enter the amount of CTC to unbond or select Max to unbond all CTC from the pool.

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

3. Finally, click on Submit to sign the transaction. This will start the unbonding period (7 days).

#### Unbonding all funds <a href="#unbonding-all-funds" id="unbonding-all-funds"></a>

1. Members that wish to unbond all their funds can use the Leave pool option shown in the Manage menu.

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

2. This option will always unbond the full amount. After submitting the transaction, the unbonding period (7 days) will begin.

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

&#x20;

#### Withdrawing funds <a href="#withdrawing-funds" id="withdrawing-funds"></a>

After waiting for the unbonding period to end, users may withdraw their funds from the pool permanently. These funds will then be available to transfer, or to join a different pool if desired.

1. In the Pools tab, click the unlock sign to withdraw your funds.

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

2. The Withdraw page will show. Click the Withdraw button to sign the transaction.
3. After signing, funds should be available once again.


---

# 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/exiting-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.
