> For the complete documentation index, see [llms.txt](https://docs.socio.family/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.socio.family/for-creators-kols-monetize-your-influence/launching-your-group-and-token.md).

# Launching Your Group & Token

Ready to become the creator of your own SocialFi economy? Here's the complete guide.

## Step 1: Choose your pair asset

Every Creator Shares token is paired with **one** tokenized stock. Pick the one that fits your brand:

| Stock      | Symbol | Vibe                                           |
| ---------- | ------ | ---------------------------------------------- |
| **Apple**  | AAPL   | Tech giants, consumer hardware, timeless value |
| **NVIDIA** | NVDA   | AI, GPUs, high-growth momentum                 |

{% hint style="info" %}
You can only pair with **one** stock per token. Think of it as choosing the "currency" of your community.
{% endhint %}

## Step 2: Set your entry threshold

Decide the **minimum Creator Shares** someone must hold to enter your private group:

* **Minimum allowed:** 0.1 shares
* **You can use decimals** — e.g. 0.5 shares, 1 share, 2.5 shares
* **A share = 100,000 base units**

| Threshold  | What it signals                               |
| ---------- | --------------------------------------------- |
| 0.1 shares | Very inclusive. Easy for fans to join         |
| 1 share    | Standard entry. a fair commitment             |
| 2–5 shares | Premium. a serious, high-commitment community |

You can **change this later** at any time (see **Setting Entry Thresholds**).

## Step 3: Launch your group

1. Go to **Create group**.
2. Fill in a short description of what your community is about.
3. Hit **Launch**.

Your token and group are created in seconds, backed by the Socio platform.

## Important rules

* **One group per account** — each X account can create **one** Creator Shares group.
* **Creators are exempt** — you don't need to hold your own shares to access your group.

{% hint style="success" %}
**Once you're live:** promote your group on X, post engaging public content, and let the holders come to you.
{% endhint %}

**Next:** fine-tune your entry threshold.


---

# 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.socio.family/for-creators-kols-monetize-your-influence/launching-your-group-and-token.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.
