# Creator Best Practices

{% hint style="warning" %}
A reference set of best practices designed to help creators optimise token performance, liquidity formation, and early community behaviour.
{% endhint %}

### Keep Tokenomics Simple at Launch

Complex mechanics can be added later through Campaign OS or updates.

For early launches:

* 3–4 allocation pools are ideal
* moderate buy fees (1–5%)
* low sell fees (1–3%) unless narrative requires higher

{% hint style="success" %}
Simplicity increases clarity, reduces friction, and accelerates early adoption.
{% endhint %}

### Use Templates to Give Immediate Utility

Tokens with actions (staking, quests, games) see:

* higher retention
* more volume
* stronger early liquidity formation

{% hint style="success" %}
Utility at launch dramatically improves community engagement.
{% endhint %}

### Don’t Over-Allocate to Treasury

Large reserves signal sell risk.

Successful tokens generally lean towards:

* 40–60% liquidity allocation
* 20–40% community or staking allocation

### Set Realistic Graduation Thresholds

A liquidity target should reflect expected early participation.

Lower thresholds create smoother transitions for smaller communities.

### Buybacks Should Support Narrative

Buyback % depends on your goal:

* Meme / attention tokens: higher buyback
* Utility-driven ecosystems: balanced
* Game tokens with sinks: lower buyback, higher in-app flow

{% hint style="success" %}
Narrative-aligned buybacks reinforce token identity and community expectations.
{% endhint %}

## Recommended Configurations (By Token Type)

{% tabs %}
{% tab title="Overview Table" %}

| Token Type               | Allocation Split                   | Fees                 | Buyback | Curve Type            |
| ------------------------ | ---------------------------------- | -------------------- | ------- | --------------------- |
| Meme / Attention Token   | High Liquidity, Moderate Community | Buy 3–5%, Sell 3–10% | 20–50%  | Linear or Exponential |
| Utility / App Token      | Balanced Liquidity & Rewards       | Buy 1–3%, Sell 1–3%  | 10–25%  | Linear                |
| Game Economy Token       | Large Staking & Reward Pools       | Buy 2–4%, Sell 2–4%  | 5–20%   | Logarithmic           |
| Social / Community Token | High Community Allocation          | Buy 1–3%, Sell 1–6%  | 10–30%  | Linear                |
| {% endtab %}             |                                    |                      |         |                       |

{% tab title="Token Type Guidelines" %}
**Meme / Attention Token**\
High Liquidity, Moderate Community\
Buy 3–5%, Sell 3–10%\
20–50%\
Linear or Exponential

**Utility / App Token**\
Balanced Liquidity & Rewards\
Buy 1–3%, Sell 1–3%\
10–25%\
Linear

**Game Economy Token**\
Large Staking & Reward Pools\
Buy 2–4%, Sell 2–4%\
5–20%\
Logarithmic

**Social / Community Token**\
High Community Allocation\
Buy 1–3%, Sell 1–6%\
10–30%\
Linear
{% endtab %}
{% endtabs %}

{% hint style="danger" %}
These are guidelines based on community projects. Adjust as needed.
{% 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/creator-best-practices.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.
