> For the complete documentation index, see [llms.txt](https://en.wiki.zks.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.wiki.zks.org/tutorials/token-token-pair-listing-tutorials.md).

# Token/Token pair listing Tutorials

For V2, users can list any ERC20 tokens after paying gas fees. ZKSwap will charge no fees for the token listing service, which is currently only available on the ZKSwap website. Shortly, ZKSwap will support unlimited tokens and token pairs of all standards on both APP and WEB versions.

PS: This guide is based on the test version and is subject to change.

![](/files/-Md0GijMh0FUVBl19me6)

You can also watch the tutorial video  for reference:&#x20;

<https://www.youtube.com/watch?v=0Nw03qp4tg4>

## List Your Token

1. Enter your ERC20 token contract address. Click "Next."\
   Notice: ZKSwap V2 testnet **only supports ERC20 token (released on the ropsten testnet)** listing. Users can check all the token information of the ETH ropsten testnet on <https://ropsten.etherscan.io/>.

![](/files/-Md0GrsJ3Z6TGvkiU38x)

&#x20;    2.Check out token details. Make sure all is correct and click "Next."

![](/files/-Md0H-vpKI-FjRS13UZ5)

## List Your Token Pair

1. Select a Fee Token among ZKS, ETH, and USDT to create a token pair. Click "Submit."

PS: More fee tokens will be made available shortly. Each token pair can only be listed once.

![](/files/-Md0HN-u7BoEADvx1POb)

&#x20;    2.Check out token pair details. Make sure all is correct and click "Confirm."

![](/files/-Md0HSIz7S5U4arp0qRy)

&#x20;   3.Click "View my listing records" to track the status of your token pair.

It usually takes 5-10 minutes for your token pair to be listed on ZKSwap depending on how congested Ethereum is at the time.

![](/files/-Md0HXQI8WzTJO8w8IpV)

&#x20;   4.Congrats! Your token pair has been listed successfully on ZKSwap!

![](/files/-Md0HbUItq5Gim-B3S-I)

## Add More Pairs To Listed Tokens

Click "Trading Pair Listing," enter the token name/contract address or select one from the token list, choose a pair that hasn't been listed on ZKSwap, and click "Submit."

Follow the steps mentioned in the "List Your Token Pair" section.

![](/files/-Md0Hi56xVfqD9wE4y8F)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://en.wiki.zks.org/tutorials/token-token-pair-listing-tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
