> 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/more/faq.md).

# FAQ

**Do I need a wallet or seed phrase?** No. Sign in with X and a self-custodial embedded wallet is created for you. You can export it or withdraw at any time — it's yours.

**What chain is this on?** Robinhood Chain (chain id 4663), an Arbitrum Orbit L2 where gas is paid in ETH. Bridge ETH in via the official Robinhood Chain bridge.

**How do creators earn?** Three streams: 7% of every key trade, 100% of tips, and 95% of the LP trading fees on any token they launch — forever, claimable any time.

**What do key holders get?** Access to the creator's holder room, points for holding, and 2.5% of any token the creator launches, airdropped at graduation, proportional to keys held at launch.

**Can the team rug a launched token?** Read [Security & Trust Model](/contracts/security.md). Supply is fixed, LP is locked, the airdrop is admin-less, graduation is TWAP-verified, and fair-launch constants are compiled into bytecode. The one emergency power that exists (LP locker admin) is disclosed there in full.

**Why did my buy revert right after a launch?** The anti-sniper window. In a token's first \~5 minutes no wallet can buy more than 5% of supply (per tx and in total). Wait out the window or buy a smaller size.

**Why didn't my token graduate when the price spiked?** Graduation needs the 30-minute **average** market cap to hold above the target — a single candle doesn't count. Keep the price there and anyone can trigger graduation.

**What happens to unclaimed airdrops?** After the 30-day claim window, anyone can trigger the sweep: leftovers are burned. They never go to the team.

**Are the stock tokens real shares?** No — they're Robinhood-issued onchain tokens that track the underlying equity, with no shareholder rights. Socialhood routes trades through public pools without custody or added fees. Not investment advice.

**Is there a token / airdrop for points?** Points are points. Anything more is **SOON**.


---

# 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/more/faq.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.
