# Playable Tokens & Campaign OS

{% hint style="info" %}
Playable Tokens transform a token from a static asset into an interactive digital product.\
Campaign OS is the system that makes this possible.
{% endhint %}

Playable Tokens transform a token from a static asset into an interactive digital product.\
Campaign OS is the system that makes this possible - a lightweight framework that lets creators attach mini-apps directly to their token at launch.

These mini-apps can be quests, games, staking modules, referral systems, claim windows, or any interactive mechanic. They give a token something to do from day one.

### What Is a Playable Token?

{% hint style="warning" %}
A Playable Token is a token that comes with built-in utility through a linked mini-app.
{% endhint %}

Instead of launching empty and waiting for utility later, the token is immediately:

* interactive
* shareable
* reward-enabled
* built for engagement

Playable Tokens create user activity from the moment they appear in the market.

### How Campaign OS Works

Campaign OS acts as the connective layer between the token and the mini-app.

{% tabs %}
{% tab title="Creator Actions" %}
When a creator launches a token:

* The creator selects a mini-app template (quest, staking, referral, or game).
* Campaign OS links the token and the mini-app automatically - no development required.
* The mini-app becomes part of the token’s ecosystem instantly.
* Users can open the mini-app directly from the token page, mobile browser, or Telegram.
  {% endtab %}

{% tab title="On-Chain Effects" %}
Every user action inside the mini-app can trigger on-chain effects such as:

* buybacks
* burns
* reward distribution
* event logging
* progression updates

Campaign OS handles the logic.\
The creator only defines the configuration.
{% endtab %}
{% endtabs %}

### What Mini-Apps Can Do

Mini-apps built on Campaign OS can include:

{% tabs %}
{% tab title="Quests" %}
Tasks where users complete actions for rewards or progression.
{% endtab %}

{% tab title="Staking Modules" %}
Simple staking systems that reward users with token emissions or pooled rewards.
{% endtab %}

{% tab title="Risk-to-Earn Games" %}
Games with on-chain outcomes tied to the token’s buyback or burn logic.
{% endtab %}

{% tab title="Airdrop & Claim Systems" %}
Event-based mechanics where users spend or earn SEEDs / token rewards.
{% endtab %}

{% tab title="Referral Programs" %}
Invite-based systems that attribute growth to the community.
{% endtab %}

{% tab title="Custom Utility Apps" %}
Inventory systems, XP progression, unlockables, or creator-defined mechanics.
{% endtab %}
{% endtabs %}

All of these can be launched in minutes, directly from the FOREST creation flow.

### Why Playable Tokens Matter

Playable Tokens solve the biggest problem for new tokens: lack of activity.

With Campaign OS:

* Users have a reason to return every day
* Tokens generate meaningful on-chain behaviour
* Growth loops start on day one
* Creators can design incentives without writing code
* Communities engage with the token instead of waiting for updates

Playable Tokens turn a token into a small ecosystem immediately.

### Creator Workflow

Here is what the creator experiences:

{% tabs %}
{% tab title="Full Workflow" %}

* Launch token via FOREST
* Pick a mini-app from Campaign OS library
* Configure settings such as reward logic, visuals, or difficulty
* Publish - token + mini-app go live together
* Share - mini-app link works on web and Telegram
* Monitor engagement - see activity, plays, interactions, and effects
  {% endtab %}

{% tab title="Requirements" %}
No dev team required.\
No backend hosting.\
No updates needed unless the creator wants to change configuration.
{% endtab %}
{% endtabs %}

### User Experience

For users, a Playable Token feels like:

* a token with a built-in game
* a token with its own questline
* a token with continuous rewards
* a token with an interactive dashboard
* a token that reacts to them

Users simply open the token page → click Play → interact.\
Everything else is handled by Campaign OS.

### How Campaign OS Affects Tokenomics

Campaign OS can interact with token mechanics in real time.

Examples:

* A mini-game loss can trigger a buyback.
* A quest completion can unlock a reward pool.
* A referral action can increase token distribution.
* A claim window can require SEED spending.
* A staking mini-app can show real-time APY or rewards.

This creates a living token economy with event-driven dynamics.

### Why Builders Use Campaign OS

{% hint style="success" %}
Campaign OS gives every token its own small application from day zero.
{% endhint %}

* No coding required
* Launch and utility become a single step
* Users have something to do instantly
* Mini-apps increase retention
* Tokens feel alive, dynamic, engaging
* Fully compatible with FOREST buyback, liquidity, and fee systems


---

# 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/playable-tokens-and-campaign-os.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.
