# List a Token with the Pool Factory

Ellipsis allows anyone to permissionlessly add their token in a few clicks. The user must add the liquidity required for the trading pair they are adding. For example, to add your token paired with BUSD, you will need to provide the initial liquidity to launch the pair.

### Stable versus Crypto pools

Ellipsis offers two types of pools or listings. Listings between tokens that should have the same price between them (a.k.a stable pools), such as BUSD <> USDC <> USDT, and listings for tokens with different prices (a.k.a crypto pools), such as BUSD <> BNB.&#x20;

Details to note:

* After deploying a pool, initial liquidity **must** be seeded. $50,000 is a recommended balance for initial liquidity, however if you expect a larger volume of swaps the pool will perform better with more.
* 50% of fees regardless of chosen fee will go to the EPX lockers.
* Destroying pools once deployed is not possible.
* Ellipsis is not responsible for any of the assets in the pools, so you must do your own research when trading in the pool factory. This is a permissionless factory, therefore the Ellipsis team has no control over the tokens added in the factory which means you must verify the token addresses traded in a pool.
* Tokens with more than 18 decimals are not supported.


---

# 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.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.
