# RobotPump Create and Buy Tutorial

{% hint style="success" %}
**RobotPump Create and Buy:** <https://iotex.ciaotool.io/robotpump/iotex/create-and-buy>
{% endhint %}

### 🧩 How to Create & Buy on RobotPump?

#### 1. Connect Wallet

* Click **“Connect Wallet”** in the top-right corner, select your wallet, and approve the authorization request.
* Once your wallet address appears in the top-right corner, the connection is successful.

<figure><img src="/files/2GwxjaM0OXxmU2yfC8xh" alt=""><figcaption></figcaption></figure>

#### 2. Fill in Basic Token Information

* **Private Key:** Enter the private key of the controlling address used for token deployment. For security reasons, it is recommended to use a test wallet or a dedicated address.
* **Wallet Address & Balance:** The system automatically derives the wallet address from the private key and displays the current **IOTX balance**.
* **Dev Buy:** Set the developer’s initial buy amount.
* **Token Name:** Full name of the token (e.g., *CiaoTool*).
* **Token Symbol:** Token ticker (e.g., *CIAO*).
* **Description:** Brief introduction of the token’s utility, story, or meme background (optional).
* **Upload Image:** Upload a token logo. Recommended size: **1000×1000 pixels**. Supported formats: jpg / png / webp / gif.
* **Add Social Links:** Optional but strongly recommended — website, X (Twitter), Telegram, etc.

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

#### 3. Configure Internal Buy Parameters

Internal buy means pre-positioning to control the initial price movement — allowing scripted purchases before the chart goes live.

* Click **Import Private Keys** to batch add up to **20 wallet addresses**.
* Set the **buy amount** for each wallet.

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

#### 4. Configure External Buy Parameters

This is the core highlight of the feature. You can batch import multiple addresses (up to **5 wallets**) to automatically execute purchases at the exact moment the token is created — enabling front-run protection and instant initial positioning.

**Configuration Steps:**

* Click **“Import Private Keys”** to batch paste multiple private keys.
* The system automatically reads each wallet’s **IOTX balance**.
* Set the **buy amount** for each address (no upper limit per address; refresh to update balance).
* Optionally refresh balances or adjust buy ratios.
* The system displays each address’s **status and action buttons**.

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

{% hint style="warning" %}
Each buy address must hold **more than 1 IOTX**.
{% endhint %}

#### 5. Click “Create and Buy”

* After completing all configurations, click the button at the bottom of the page to execute.

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

### ❓ FAQ

**1. How soon can the token be traded after creation on IoTeX?**

* [x] Once created, the token is immediately live. After the buy transaction is completed, it can freely circulate on-chain.

**2. Can I set multiple wallets for buying?**

* [x] Yes. You can add multiple wallets for synchronized buying, suitable for liquidity control or distribution strategies.

**3. How can I check the created token?**

* [x] After a successful transaction, you can view the token contract address or search for it on the IoTeX block explorer.

**4. Will gas be charged if creation fails?**

* [x] If the transaction fails, some gas may still be consumed on-chain. Please ensure your wallet has sufficient balance.

💬 **Need help? Join our community for real-time support:** <https://t.me/ciaotool>

* **Email:** <support@ciaotool.io>
* **Website:** [https://ciaotool.io](https://ciaotool.io/)
* **X (Twitter):** <https://x.com/CiaoTool>
* **Medium:** <https://medium.com/@ciaotool>
* **Blog**: <https://www.ciaoailiquidity.com/blog>
* **YouTube:** <https://www.youtube.com/@CiaoTool>
* **WhatsApp**：<https://whatsapp.com/channel/0029VbAuLrVAojYxRNw95W1J>

{% hint style="danger" %}
**Note:** CiaoTool is committed to providing convenient tooling services but does not offer any form of investment advice. Platform content may change with product iterations. Users are advised to exercise judgment and stay informed about updates.
{% endhint %}


---

# 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://ciaotool.gitbook.io/docs/en/robotpump/bundler.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.
