# Launch liquidity pool

If you have not found a lending pool for your circumstance, you can permissionlessly launch new pools using the app frontend (+) or by using the contract SmartCommitmentFactory.

<figure><img src="/files/G4KrxlXzy0e7ak2Mx8fx" alt=""><figcaption><p>Pools page</p></figcaption></figure>

Pool configuration:

* **Supply token** - ERC20 token that will be used for lending (borrowers will receive this token when accepting the pool loan).
* **Collateral token** - ERC20 token that the borrowers will "lock" in Teller escrow when borrowing the supply token.
* **Collateralization ratio** - the required collateral value needed relative to a loan amount, minimum is 100% (for example 500% ratio equates to $5 of collateral for every $1 borrowed, this translates to 20% LTV).
* **Duration per loan** - maximum time that a loan can be outstanding, before defaulting.
* **Interest rate range** - pool yield range (based on the amount actively borrowed vs the total amount available to borrow).

<figure><img src="/files/XemvbLr2jCFFDDEDYEXy" alt=""><figcaption><p>Pool configuration</p></figcaption></figure>

Once the transaction is confirmed in the connected wallet the new pool will show up in the pool page, each supply token will have it's own category.

<figure><img src="/files/Aatw2nkDFJkgEZ4SQoYh" alt=""><figcaption><p>Supply token categories</p></figcaption></figure>

**Supply token** can be any ERC20 token, either popular **stablecoins** or any other ERC20 tokens (for example use LINK as collateral to lend wETH as supply token).

Note: in order for the pool to support [loan Extensions](/teller-lite/lending-pools/borrowing/extend-your-loan.md) make sure the "**supply token**" is supported by Aave protocol, for rollovers to be successful an Aave flash loan is used on the backend.&#x20;


---

# 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.teller.org/teller-lite/lending-pools/lending/launch-liquidity-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.
