> 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/terminal-launchpad/overview.md).

# Overview

**Socialhood Terminal** is the fair-launch token launchpad of the hood, live on Robinhood Chain at `terminal.socialhood.app`. One transaction launches a token straight into a locked Uniswap v3 pool — no bonding-curve purgatory, tradable by every bot and aggregator from block one.

## What happens in a single launch transaction

1. **Token deployed** — fixed 1,000,000,000 supply, 18 decimals, no mint / burn / pause / blacklist functions. Immutable forever.
2. **2.5% of supply → AirdropEscrow**, locked for the creator's **key holders**, snapshotted at that exact moment with a merkle root.
3. **A Uniswap v3 pool is created** against the pair you chose (ETH, USDG, or a tokenized stock) at a fixed \~$2,000 starting market cap.
4. **97.5% of supply becomes single-sided liquidity**, minted directly into a locker.
5. **Optional creator initial buy** — atomic, before any sniper can act, hard-capped at 5% of supply.

## The Socialhood twist

Other launchpads airdrop nobody, or airdrop mercenaries. On Socialhood, **your key holders are your allowlist**. The people who bought your key before you launched anything are exactly the people who get 2.5% of your token when it graduates. Social conviction becomes onchain equity — automatically.

## Key numbers

| Parameter               | Value                                         |
| ----------------------- | --------------------------------------------- |
| Total supply            | 1,000,000,000 (fixed)                         |
| Starting market cap     | ≈ $2,000                                      |
| Graduation target       | ≈ $45,000 market cap (TWAP-verified)          |
| Key-holder airdrop      | 2.5% of supply                                |
| Liquidity               | 97.5% of supply, locked                       |
| Creator initial buy cap | 5% of supply                                  |
| Anti-sniper window      | max 5% per wallet & per tx, first \~5 minutes |
| Team allocation         | **0%**                                        |


---

# 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/terminal-launchpad/overview.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.
