# Pools - Create a Pool with an ERC20 Token

1. Go to All Pools or My positions and click **Create pool**.

   <figure><img src="/files/W4Ri1GntG3WoPUsq3t9L" alt=""><figcaption></figcaption></figure>
2. Click on **Select token**.&#x20;

   <figure><img src="/files/DAXqZ7jXMqLiszJjMI4J" alt=""><figcaption></figcaption></figure>
3. If the ERC20 token you wish to supply is already in HeliSwap's base, posting its token address or tokenID will show the token. \
   If after supplying tokenID/token address you receive the **Not Found** message, below you will find an option to import this token and add it to the base. Click **Import**.&#x20;

<figure><img src="/files/UkGIfJKuCKqJ3wf494di" alt=""><figcaption></figcaption></figure>

4\. In the next modal, manually provide the number of decimals this token has. In this case, we have used the LINK token with 18 decimals, however some ERC20 tokens have a different decimal amount. Make sure you provide the correct number and click **Import**.&#x20;

<figure><img src="/files/mZy06hmDAAEn7V8pg5EL" alt=""><figcaption></figcaption></figure>

5\. The token is now imported and a pool can be created with it. It is expressed as an ERC20 token in the UI and the balance is not viewable due to HashPack not supporting ERC20 tokens yet. Knowing your balance of this token you can supply the desired amount.  \
**Fixes for this are in the pipeline and will be available soon.**&#x20;

<figure><img src="/files/RDNLlZhXaqy8sexWI0Z0" alt=""><figcaption></figcaption></figure>


---

# 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.heliswap.io/getting-started/navigation-through-heliswap/pools-create-a-pool-with-an-erc20-token.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.
