> For the complete documentation index, see [llms.txt](https://docs.forest.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forest.inc/welcome-to-forest/what-you-can-do-with-forest.md).

# What You Can Do With FOREST

{% hint style="info" %}
FOREST gives creators and teams a complete toolkit for launching, evolving, and powering interactive token economies.
{% endhint %}

### Launch Highly Customisable Tokens

Define supply, fees, routing logic, buybacks, bonding curves, pool allocation, treasury configuration, and more.

{% tabs %}
{% tab title="Token Controls" %}

* Supply configuration
* Fee and buyback logic
* Routing and liquidity behaviour
* Bonding curve programming
* Pool and treasury structure
  {% endtab %}

{% tab title="Outcome" %}
You can shape every layer of your token's mechanics without relying on rigid templates.
{% endtab %}
{% endtabs %}

### Build Playable Tokens With Campaign OS

Campaign OS links a lightweight mini-app to your token, turning it into a playable, interactive asset from the moment it launches.

Every action users take - playing, interacting, completing tasks, triggering events - feeds back into the token’s smart contract, enabling automatic buybacks, burns, rewards, or progression systems.

{% hint style="warning" %}
Tokens become dynamic objects, not static assets.
{% endhint %}

### Grow Communities From Day One

Tokens can launch with built-in engagement loops, on-chain actions, and reward mechanics that make each ecosystem interactive from the start.

{% tabs %}
{% tab title="Engagement Loops" %}

* Task completion
* On-chain actions
* Interaction triggers
* Immediate reward pathways
  {% endtab %}

{% tab title="Effect" %}
Communities start active, not passive - participation drives the token forward from day one.
{% endtab %}
{% endtabs %}

### Create Tokens That Evolve

Tokens can be designed to react to trading activity, community behaviour, or in-app events - enabling economic systems that feel dynamic rather than static.

{% hint style="success" %}
Your token becomes a living system that grows and adapts with its users.
{% 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.forest.inc/welcome-to-forest/what-you-can-do-with-forest.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.
