> 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/welcome-to-socio/the-creator-shares-utility.md).

# The "Creator Shares" Utility

**Creator Shares** are the heart of Socio, but they're beautifully simple. Their entire job is to act as an **exclusive access pass**.

{% hint style="warning" %}
**Important:** Creator Shares are a **gate**, not a financial instrument with extra bells and whistles. There is **no staking, no voting, and no revenue-sharing** attached to these tokens.
{% endhint %}

## How it works

1. When a creator establishes a private VIP group, the platform automatically launches their **Creator Shares token** on **Pons Launchpad V2**, seamlessly paired with a tokenized stock like AAPL or NVDA.
2. The creator sets a **minimum threshold** — the smallest amount of shares you must hold to get in.
3. You buy that amount, and you're granted access to the creator's **private group**.

## What holding shares unlocks

* **Join the creator's private group**
* **Read exclusive private posts**
* **Write in the group** (post your own thoughts to fellow holders)
* **Show genuine support** — your holdings prove you're a real fan, not a lurker

## What holding shares does NOT do

* **No staking rewards** — you don't earn yield just for holding
* **No voting rights** — you don't control the creator's decisions
* **No automatic revenue share** — holding doesn't pay you a dividend

{% hint style="success" %}
**Why is it designed this way?** Simplicity protects the community. When a token has one clear utility, there's no confusion, no hype-driven speculation, and no one being sold on promises that don't exist. You know exactly what you're getting: **access**.
{% endhint %}

## A quick example

Imagine a KOLs trader 100,000 followers:

* He sets his entry threshold at **0.5 Creator Shares**.
* You buy 0.5 shares.
* Now you're in her private group, reading her early calls on his alpha before the public feed.

That's the whole model. Clean, honest, and effective.

## One more thing: creators are exempt

The creator themselves doesn't need to hold their own shares — the platform exempts them from the holding requirement in their own group. So a KOL can run their community freely without locking up their own tokens.

`Head to`` `**`Getting Started`**` ``to make your first move.`


---

# 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/welcome-to-socio/the-creator-shares-utility.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.
