> For the complete documentation index, see [llms.txt](https://docs.socialhood.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.socialhood.app/readme.md).

# Welcome to Socialhood

> **the hood where posting pays**

Socialhood is a SocialFi platform built on **Robinhood Chain**. It combines a social feed, creator key markets, onchain tipping, tokenized-stock trading, and a fair-launch token terminal — all under one roof, all settled onchain.

## The core loop

1. **Post** — share takes, memes, alpha on the feed.
2. **Keys** — every creator has a key market on a bonding curve. Attention drives key demand; every trade pays the creator.
3. **Tips** — readers tip posts in ETH or meme tokens. 100% goes to the creator. Always.
4. **Stocks** — buy tokenized NVDA, AAPL, GOOGL, TSLA, AMZN with ETH, straight from your feed wallet.
5. **Terminal** — launch a token in one transaction. When it graduates, **2.5% of supply airdrops to your key holders** — the people who backed you first.

Attention → key demand → creator fees → holder conviction → bigger launches. Everything feeds back.

## What makes Socialhood different

* **Fair launch, enforced by code.** No presale. No team allocation. LP locked. Nobody — including the creator — can hold more than 5% of a new token in its first minutes.
* **Your key holders are your cap table.** Launch a token and your earliest believers get airdropped automatically, snapshotted at launch.
* **No oracles, no admin over money.** Graduation is verified by onchain TWAP read directly from the pool. Airdrop claims are merkle-proof based. Nobody can intervene.
* **Everything is verifiable.** Contracts are onchain, key numbers come from indexed events — never from a database we could edit.

## Quick links

| Surface              | URL                                                                    |
| -------------------- | ---------------------------------------------------------------------- |
| Social app           | [socialfi-hood.vercel.app](https://socialfi-hood.vercel.app)           |
| Terminal (launchpad) | terminal.socialhood.app                                                |
| Explorer             | [robinhoodchain.blockscout.com](https://robinhoodchain.blockscout.com) |

Start with [How Socialhood works](/social-app/feed.md), or jump straight to the [Terminal](/terminal-launchpad/overview.md).


---

# 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.socialhood.app/readme.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.
