# Launching a Pool

The liquidity pool will be launched by the Clearpool Governor multi-sig, and will become visible on the [Pools list](https://clearpool.finance/lending) page where it can be funded by lenders (see [For Lenders](/clearpool/how-it-works/dynamic/for-lenders.md) section for more information).

Currently, all pools are denominated in either USDC or USDT. Other assets may be proposed and added via governance in the future.


---

# 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.clearpool.finance/clearpool/how-it-works/dynamic/for-borrowers/launching-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.
