# Solana Token Cloning Guide

### **What is token cloning?**

As the name suggests, token cloning means creating a token that is identical to the target token — the two tokens share the same name, supply, official website, and avatar. Because it mimics the original token, it’s also called token cloning.

### **Why clone a token?**

Normally when we create a Solana token we must manually enter the token name, supply, avatar, etc., which can be somewhat tedious. If you want to duplicate someone else’s token, a cloning tool can auto-fill those details with one click, eliminating the need to type each field by hand. This greatly simplifies the process and improves efficiency.

### **How do you clone a token?**

PandaTool has launched a token cloning tool. This tutorial shows how to clone a token using PandaTool.

#### **1.Open PandaTool and connect your wallet**

First, go to the clone token tool via the link:<https://solana.pandatool.org/clonetoken>  or find the cloning tool from the menu.

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

On the tool page, connect your wallet from the top right corner.

<figure><img src="/files/8XzzCAj4UzfmpqlY9aOI" alt=""><figcaption></figcaption></figure>

#### **2.Enter the token address**

Next, enter the token’s contract (mint) address. Input the address of the token you want to clone. For example, to clone JUP, enter JUP’s contract address:\
\&#xNAN;**`JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN`** Then click Search.

<figure><img src="/files/5tiBzJryhM10SDCeoCpV" alt=""><figcaption></figcaption></figure>

#### **3.Confirm token details**

After clicking Search, wait a few seconds and the system will fetch all data for that token.\
You can edit, add, or remove any of the fetched fields — for example, change the supply or add the official website link.

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

#### **5.**&#x43;lone Now

Once the details are correct, click the “Clone Now” button. A wallet confirmation popup will appear.\
After confirming and waiting a few seconds, the token will be created.

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

That completes the token cloning process — it’s straightforward and easy. Below are answers to common questions.

### **Token Cloning FAQ**

**1.Does cloning only support Solana? Does it support BSC?**<br>

* *Answer:* Currently, BSC and other public chains are not supported — only Solana is supported.

**2.Can cloning duplicate the token’s price or number of holders?**

* *Answer:* No. Holder addresses and balances must be created via batch transfers or airdrops. Price requires creating a liquidity pool. Token cloning only duplicates the token’s basic metadata; dynamic data like price and holdings cannot be cloned.

**3.Is there a fee to clone a token?**

* *Answer:* Yes. Cloning and creating a token costs 0.1 SOL.

**4.Why is there no response after clicking Search?**

* *Answer:* You need to wait a few seconds — fetching data from the blockchain takes some time. The information will appear after a few seconds.

If you have other questions about token cloning, join the Telegram group and ask the volunteers: <https://t.me/pandatool_en>


---

# 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://help.pandatool.org/english/sol/clonetoken.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.
