> For the complete documentation index, see [llms.txt](https://docs.creditcoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creditcoin.org/nominator-guides/nominating-with-staking-pools/joining-a-pool.md).

# Joining a Pool

CTC holders can become pool members by adding their CTC tokens to the pool’s bonded account. A pool will use all of its bonded funds when acting as a nominator. To add additional funds to a pool, users can choose to automatically re-stake their staking rewards, or manually bond additional CTC.

{% hint style="info" %}
**A Creditcoin account can only be member of a single pool at a time.** To exit a pool, any account can begin the unbonding process. 7 days after unbonding has started, a member can withdraw their funds, exit the pool and join a different one if desired.
{% endhint %}

1. Connect to the Creditcoin Staking Dashboard with the funded account. You can only participate with transferable balance.
2. In the Pools tab, click on the Join button.

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

3. Pick a pool to join and click on its corresponding Join button. If unsure how to choose one, check the [Choosing a Pool](/nominator-guides/nominating-with-staking-pools/choosing-a-pool.md) guide.

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

4. You will be prompted to enter your staking preferences.
   1. Enter the amount of CTC to bond.
   2. Enable or disable permissionless claiming.
   3. Click on submit once you are done.

<figure><img src="/files/7XIgomWehYFhGurRF3D6" alt=""><figcaption></figcaption></figure>

5. Once the extrinsic gets included in the blockchain, you will see the Pools page again with information about the nomination pool you recently joined.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
