# Getting started

## Chimpx in one minute

Chimpx is a **fair launch platform** on ApeChain.

Anyone can launch a token. Anyone can buy from the same curve. No team allocation. No presale. No private round.

This guide focuses on **using Chimpx**. It does not publish internal code or sensitive implementation details.

### What Chimpx does

Chimpx lets you:

* launch a token for **1 APE**
* trade tokens on a progressive bonding curve
* watch tokens graduate to Camelot automatically
* manage a profile, XP, and messages inside the app

### Core numbers

* **1 APE** to launch a token
* **0.75%** platform fee on bonding curve buys
* **0.75%** platform fee on bonding curve sells
* **14,228 APE** raised triggers graduation
* graduated LP is **permanently burned**

### What you need

Before you ape in, make sure you have:

* a supported wallet
* APE for actions and gas
* the right network selected in your wallet

{% hint style="warning" %}
Trading meme coins is risky. Price moves fast. Slippage and gas still apply.
{% endhint %}

### Quick start

{% stepper %}
{% step %}

### Connect your wallet

Open Chimpx and connect your wallet.
{% endstep %}

{% step %}

### Choose your move

Launch a new token or browse live tokens.
{% endstep %}

{% step %}

### Confirm the transaction

Review the fee, the amount, and the wallet prompt before you sign.
{% endstep %}

{% step %}

### Track the token

Watch trading activity, holder interest, and graduation progress from the token page.
{% endstep %}
{% endstepper %}

### Start here

* [How bonding curves work](/how-bonding-curves-work.md)
* [Launch a token](/launch-a-token.md)
* [Buy and sell tokens](/buy-and-sell-tokens.md)
* [Graduation to Camelot](/graduation-to-camelot.md)
* [Fees and limits](/fees-and-limits.md)
* [Safety and risks](/safety-and-risks.md)


---

# 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://docs.chimpx.xyz/getting-started.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.
