> For the complete documentation index, see [llms.txt](https://docs.junglefactory.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junglefactory.xyz/getting-started.md).

# Getting started

## Jungle Factory in one minute

Jungle Factory is a **fair launch token launchpad** on **ApeChain**.

Anyone can launch. Anyone can trade the same curve. No team allocation. No presale.

### Jungle Factory at a glance

Here is the quick read:

* the ecosystem ticker is **$FACTORY**
* the brand color is **#A1FF00**
* contracts are verified on **ApeScan**

### What you can do

Jungle Factory lets you:

* launch a token for **1 APE**
* browse the **`/jungle`** token directory
* trade on token pages at **`/jungle/[address]`**
* use holder-gated chat on each token page
* build your profile, inbox, and XP

### Core numbers

* **1 APE** to launch, plus gas
* **0.75%** platform fee on every curve trade
* **79.31%** of supply sells on the curve
* the remaining **20.69%** goes to LP at graduation
* graduated LP is **permanently burned**
* post-graduation transfers carry a **0.75%** tax

### What you need

Before you ape in, make sure you have:

* a supported wallet
* APE for actions and gas
* a risk budget that fits meme coin trading

{% hint style="warning" %}
Meme coins move fast. Slippage, gas, transfer taxes, and smart contract risk still apply.
{% endhint %}

### Quick start

{% stepper %}
{% step %}

### Connect your wallet

Open Jungle Factory and connect your wallet.
{% endstep %}

{% step %}

### Launch or browse

Create a token or browse **`/jungle`**.
{% endstep %}

{% step %}

### Open a token page

Each token lives at **`/jungle/[address]`**.

Old **`/token/[address]`** links still work, but they redirect here.
{% endstep %}

{% step %}

### Trade and chat

Review the chart, trading card, holders, and chat before you send it.
{% 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)
* [Jungle gallery](/jungle-gallery.md)
* [Token detail pages](/token-detail-pages.md)
* [Graduation to Camelot](/graduation-to-camelot.md)
* [Fees and limits](/fees-and-limits.md)
* [Token chat](/token-chat.md)
* [User profiles and XP](/user-profiles-and-xp.md)
* [DM inbox](/dm-inbox.md)
* [Safety and risks](/safety-and-risks.md)
* [Roadmap](/roadmap.md)


---

# 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:

```
GET https://docs.junglefactory.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.
