> 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/what-is-socio.md).

# What is Socio?

**Socio** is a SocialFi platform built on the **Robinhood Chain,** a fast, low-cost blockchain. It merges the two worlds people actually care about: **social networking** and **decentralized finance**.

The idea is simple: creators shouldn't just have followers, they should have a **community economy**. On Socio, every creator can issue their own social token (called **Creator Shares**), and that token is paired with a **tokenized stock** such as **Apple (AAPL)** or **NVIDIA (NVDA)**.

{% hint style="info" %}
Think of it as: **your favorite creator + a real-world stock + exclusive community access = Socio.**
{% endhint %}

## The three pillars

1. **Creators or KOLs** a create private VIP group with share configuration.
2. **Followers** buy shares to unlock the group and prove they're real supporters.
3. **Markets** price those shares fairly through a bonding curve, then graduate to Uniswap for liquidity.

## Tokenized stocks: AAPL & NVDA

Each Creator Shares token is paired with **one** stock:

| Stock  | Symbol   | What it is                                                 |
| ------ | -------- | ---------------------------------------------------------- |
| Apple  | **AAPL** | The world's most valuable consumer tech company            |
| NVIDIA | **NVDA** | The AI & GPU chip giant powering the machine-learning boom |

Because the pair asset is a real stock, Creator Shares carry an underlying real-world anchor — bringing credibility that pure meme tokens don't have.

## Built for speed and accessibility

The Robinhood Chain gives Socio the best of both worlds:

* **Instant transactions** with ultra-low gas fees
* **Native access to tokenized stocks**
* A smooth, retail-friendly experience — no gas anxiety, no confusing bridges

## Your questions answered

* **Do I need crypto experience?** No. If you can use X and a web wallet, you can use Socio.
* **Is my money safe?** You hold full ownership of your wallet and can export your private key at any time (see **Wallet Export & Self-Custody**).
* **Is there a catch?** No hidden fees — just a transparent 2% trading cost, clearly broken down (see **Transparent Fee Structure**).

Ready to jump in? Head over to **Getting Started**.


---

# 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/what-is-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.
