> For the complete documentation index, see [llms.txt](https://docs.teller.org/teller-lite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.teller.org/teller-lite/lending-pools/lending/launch-liquidity-pool.md).

# 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="https://3904891226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvp8vs3kAi1iyPrx6sout%2Fuploads%2F78f2injq8K1G49VLxfP1%2Fimage.png?alt=media&amp;token=560c3455-ea1d-45b9-9109-f6b767ada853" 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="https://3904891226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvp8vs3kAi1iyPrx6sout%2Fuploads%2FuUgOsDuNnT56gvVzBuib%2Fimage.png?alt=media&amp;token=4f548e2b-7b16-491c-8c90-fe01395c4122" 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="https://3904891226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvp8vs3kAi1iyPrx6sout%2Fuploads%2FRxjL5EtET5uIAKxJOBmL%2Fimage.png?alt=media&amp;token=9e98d9fc-d053-4f6b-bb69-648c62d9781c" 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;
