> 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.md).

# Welcome to Socio

Socio is where **social networking meets decentralized finance**. Built on the **Robinhood Chain**, it's a SocialFi ecosystem that lets creators tokenize their influence and lets fans own a stake in the communities they love — through **Creator Shares** paired with real tokenized stocks like **Apple (AAPL)** and **NVIDIA (NVDA)**.

{% hint style="success" %}
**New here?** Open your account in under a minute — just log in with your X (Twitter) account. No email, no invite codes, no seed phrases. Learn how in **Getting Started**.
{% endhint %}

## Who is Socio for?

| You are...              | What you get                                                                                                                                       |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| **A creator / KOL**     | Launch your own Creator Shares token + private group, set your entry threshold, and earn a **1% Creator Tax** on every single trade of your token. |
| **A trader / investor** | Buy and sell Creator Shares in one click, ride the bonding curve, and enjoy **early-adopter protection** with the Threshold Freeze.                |
| **A fan**               | Hold a small amount of a creator's shares to unlock **exclusive private posts** and join their inner circle.                                       |

## What makes Socio different

* **Real assets behind the hype** — Creator Shares are paired with tokenized stocks, not just memes.
* **Simple utility, zero complexity** — Holding shares is an access pass, nothing more. No staking, no voting, no fine print.
* **Creators get paid for real** — A transparent 1% Creator Tax flows straight to the creator's wallet on every buy and sell.
* **Fair to early adopters** — Your entry threshold is frozen forever. If a creator raises the price later, you're never kicked out for holding what you bought.

## Explore the docs

* **Getting Started** — log in with X and understand the feeds.
* **For Creators (KOLs)** — launch your group, set thresholds, and start earning.
* **For Traders & Investors** — trading mechanics, the bonding curve, and Uniswap graduation.
* **Fees, Security & Asset Management** — transparent costs and full self-custody.

Let's dive in.&#x20;


---

# 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.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.
