# After Launch

{% hint style="info" %}
Once your token goes live, the automated lifecycle begins.
{% endhint %}

### What Happens Immediately

{% tabs %}
{% tab title="Live Token Behaviour" %}
Once your token goes live:

* the curve phase begins
* liquidity accumulates with every buy
* the progression bar tracks your threshold
* when the threshold is reached, pricing transitions automatically
* buybacks and fees start routing value
* campaign mini-apps begin engaging your community

From that point on, your token economy runs autonomously.
{% endtab %}

{% tab title="Why This Flow Works" %}
FOREST compresses what used to require:

* coding
* audits
* liquidity engineering
* frontend integration
* on-chain configuration
* market design

into a guided, creator-friendly interface.

This gives every builder the ability to launch a token that is:

* consistent
* transparent
* customisable
* mechanically sound
* instantly tradable
  {% endtab %}
  {% endtabs %}

{% hint style="success" %}
Your token becomes a self-running system the moment it launches.
{% 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://docs.forest.inc/creating-a-token/after-launch.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.
