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

# FAQ

## Do I need crypto to get started?

No. You can sign in with **X or email** and a wallet is created for you instantly. You'll just need a small amount of ETH on Robinhood Chain for gas before you can launch or trade.

## How much does it cost to launch?

Only network gas — usually a fraction of a cent on Robinhood Chain. There's no launch fee. The platform earns solely from its 5% share of trading fees.

## What do I actually keep as a creator?

Two things: **95% of every trading fee** (in both ETH and your token), and a **10% creator vault** that vests to you over a year. See [Creator rewards](/using-pumphood/creator-rewards.md).

## Is the liquidity really locked?

Yes. Your token's liquidity is placed into the Uniswap V3 pool and **locked in pumphood's locker contract** at launch. There's no withdraw path for creators and no migration step — the position stays put and only ever pays out trading fees.

## What is "graduation"?

A milestone that recognizes a token reaching a target market cap. It's a **display milestone, not a migration** — nothing moves on-chain. Your token trades in the same real pool before and after graduating. See [Trading & graduation](/using-pumphood/trading-and-graduation.md).

## Can I launch a token for someone else?

Yes. At launch you can route the fees and vault to any wallet or **X handle** — even someone who's never used pumphood. When they sign in with X, the rewards are already waiting. See [Routing rewards](/using-pumphood/routing-rewards.md).

## Can I change my token's name or image later?

No. Metadata is written on-chain at launch and is **immutable** — which also means nobody else can hijack or overwrite it.

## Can the creator dump the whole supply on day one?

No. 90% of supply is locked liquidity and the creator's own 10% vault is gated behind a **3-month cliff** and then vests over the following nine months. See [Tokenomics](/under-the-hood/tokenomics.md).

## Where can I trade pumphood tokens?

Anywhere that supports Uniswap V3 on Robinhood Chain — the pumphood token page, **DexScreener**, **Telegram bots**, and wallet swap features. It's all the same pool.

## I logged in with X — is the wallet really mine?

Yes. Embedded wallets are provisioned by [Privy](https://privy.io) and are fully yours. You can export the private key from your account menu at any time and move it to any wallet.

## What chain is this?

**Robinhood Chain**, an Ethereum Layer-2 with ETH as its gas token (chain ID 4663). See [Contract addresses](/under-the-hood/contract-addresses.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.pumphood.fun/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.
