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

# PEEPS WHITEPAPER

- [INTRODUCTION](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/introduction.md)
- [README](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/readme.md)
- [official links](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/readme/official-links.md)
- [VISION](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/vision.md)
- [why robinhood chain](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/vision/why-robinhood-chain.md)
- [mission](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/vision/mission.md)
- [mr peeps lore](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/vision/mr-peeps-lore.md)
- [HOW IT WORKS](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/how-it-works.md)
- [quick start](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/how-it-works/quick-start.md)
- [bonding curve and graduation](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/how-it-works/bonding-curve-and-graduation.md)
- [creator tools](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/how-it-works/creator-tools.md)
- [features](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/how-it-works/features.md)
- [discovery and community](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/how-it-works/discovery-and-community.md)
- [LAUNCHPAD](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/launchpad.md)
- [overview](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/launchpad/overview.md)
- [fees](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/launchpad/fees.md): Launchpad Fees PEEPS.WTF uses a transparent fee structure designed to reward creators while supporting the continued development and growth of the launchpad ecosystem.
- [creator earnings](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/launchpad/creator-earnings.md)
- [TOKEN](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/token.md)
- [overview](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/token/overview.md)
- [fair launch](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/token/fair-launch.md)
- [token risks](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/token/token-risks.md)
- [tokenomics](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/token/tokenomics.md)
- [TECHNICAL](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/technical.md)
- [robinhood chain](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/technical/robinhood-chain.md)
- [architecture](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/technical/architecture.md)
- [deployed contracts](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/technical/deployed-contracts.md)
- [LEGAL](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/legal.md)
- [risk disclosure](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/legal/risk-disclosure.md)
- [user generated tokens](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/legal/user-generated-tokens.md)
- [brand notice](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/legal/brand-notice.md)
- [regulatory notice](https://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper/legal/regulatory-notice.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://peeps-2.gitbook.io/peeps-docs/peeps-whitepaper.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.
