> For the complete documentation index, see [llms.txt](https://id.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://id.wiki.zks.org/tutorial/tutorial-mendaftarkan-token.md).

# Tutorial Mendaftarkan Token

Untuk V2, pengguna dapat mencantumkan token ERC20 apa pun setelah membayar biaya gas. ZKSwap tidak akan membebankan biaya untuk layanan pendaftaran token, yang saat ini hanya tersedia di situs web ZKSwap. Tidak lama lagi, ZKSwap akan mendukung token tak terbatas dan pasangan token dari semua standar pada versi APP dan WEB.&#x20;

***Panduan ini didasarkan pada versi uji dan dapat berubah.***

![](/files/-MfujMOHEdgoHIZVC3mz)

Silahkan tonton video di bawah untuk referensi:&#x20;

{% embed url="<https://www.youtube.com/watch?v=0Nw03qp4tg4>" %}

## Daftarkan Token Anda

1. Masukkan alamat kontrak token ERC20 Anda. Klik "NEXT" \
   Pemberitahuan: ZKSwap V2 testnet hanya mendukung daftar token ERC20 (dirilis di ropsten testnet). Pengguna dapat memeriksa semua informasi token dari ETH ropsten testnet di <https://ropsten.etherscan.io/>.

![](/files/-Mfuk8P9Rdj6rvgJsn86)

2\. Lihat detail token. Pastikan semuanya benar dan klik "Next."

![](/files/-MfukRH-QfY57Y1F71SE)

## Daftarkan Token Anda

1. Pilih Token Biaya antara ZKS, ETH, dan USDT untuk membuat pasangan token. Klik "Submit"\
   **Setiap pasangan token hanya dapat didaftarkan satu kali.**

![](/files/-MfulOG2793JwZ1GU9WB)

&#x32;**.** Lihat detail pasangan token. Pastikan semuanya benar dan klik "**Confirm**"

![](/files/-Mfulnkv4WtZ3OGfQkLX)

3\. Klik "View my listing records" untuk melacak status pasangan token Anda.\
Biasanya diperlukan waktu 5-10 menit agar pasangan token Anda terdaftar di ZKSwap tergantung pada seberapa padat Ethereum saat itu.

![](/files/-MfumKcnCJ6op_ybVmIt)

4\. Selamat! Token Anda telah berhasil terdaftar di ZKSwap!

![](/files/-MfumhS0R1ZgN_7zoPjF)

## Tambahkan Lebih Banyak Trading Pair&#x20;

Klik "Trading Pair Listing", masukkan nama token/alamat kontrak atau pilih salah satu dari daftar token, pilih pasangan yang belum terdaftar di ZKSwap, dan klik "Submit" dan Ikuti langkah-langkah yang disebutkan sebelum nya.

![](/files/-Mfunf6kcLjXLLWkPWB8)


---

# 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://id.wiki.zks.org/tutorial/tutorial-mendaftarkan-token.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.
