# Seeding a Stable Pool

Once your pool is created, you will need to seed the initial liquidity before the pool can be used. Ellipsis recommends about $500,000 of liquidity for stablecoin pools.

After your pool form has been submitted and the transaction completed, [visit the seed page](https://ellipsis.finance/seed) and choose your pool from the available pools to be seeded. If your pool does not appear, please refresh the page after a few minutes to give our API time to pick up the new pool. The seeding UI (see image below) will handle the required token and contract approvals before allowing you to send in the liquidity.&#x20;

The pool should be seeded with equivalent amounts of each asset:

![An example of seeding a P2B 3EPS metapool with 1000 tokens per token in the pool.](/files/vOsNzo7CSoZgIBsfyYqe)

Once your pool is seeded it will become available on the Ellipsis [main pool interface](https://ellipsis.finance/pool) and can be used for swapping, adding and removing liquidity.


---

# 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.ellipsis.finance/dev/list-a-token-with-the-pool-factory/seeding-a-stable-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.
