> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/en/token-management/token-clone-solana.md).

# Solana Token One-Click Clone Guide

{% hint style="success" %}
No programming required, easily clone an existing Solana token. Simply enter the contract address of the existing token to quickly deploy a new independent token on the Solana blockchain.
{% endhint %}

#### How to Use the Solana Token Clone Tool:

1. **Connect Wallet**
2. **Paste or Enter the Token Contract Address** you want to clone
3. **Retrieve Information** related to the cloned token
4. **Review the Token Information and Permission Status**
5. **Submit to the Blockchain** to complete the token cloning

#### Preparation:

* A computer or a mobile phone
* Solana wallet (Phantom Wallet installation tutorial)
* At least 0.15 SOL in your wallet
* Contract information of the token to be cloned

#### Specific Steps:

1. **Connect Wallet**

   SlerfTools currently supports various popular Solana wallets, such as Solflare, Phantom, OK Wallet, etc. This guide uses Phantom Wallet as an example.

**Solana Token Cloning**: [Clone Token on SlerfTools](https://slerf.tools/en-us/token-clone/solana)

Go to the SlerfTools token cloning page, where you can switch the language in the top right corner.

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

2. Paste or enter the contract address of the token you want to clone. You can view the token contract information on third-party platforms or on-chain.

AVE（<https://ave.ai/>）：

<figure><img src="/files/QKq2qfR844UCEJy2JuzM" alt=""><figcaption><p><br></p></figcaption></figure>

Dexscreener（<https://dexscreener.com/>）：

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

GMGN（<https://gmgn.ai/>）

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

PUMP（<https://pump.fun/>）

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

3. Retrieve information related to the cloned token.

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

4. Support modifications to cloned information and permission configurations, offering greater flexibility.

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

5. Submit the signed transaction to the blockchain to generate the new token metadata and token contract, completing the token cloning process.

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

{% hint style="warning" %}
The token creation process is greatly affected by the local network environment. If it continues to fail, please try switching to a more stable network or enable VPN global mode before proceeding.
{% endhint %}


---

# 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://docs.slerf.tools/en/token-management/token-clone-solana.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.
