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

# How to Play

## 1. Get a Peeplet

Mint an egg from the official OpenSea collection, or buy a Peeplet on the secondary market. The only official collection link is on [peeplet.com/en/links](https://peeplet.com/en/links).

## 2. Connect Your Wallet

Go to [peeplet.com](https://peeplet.com/) and connect the wallet that holds your Peeplet. Peeplet connects to standard browser wallets directly; there is no separate account or password.

## 3. Hatch

If you hold an unhatched egg, hatch it in the app. You submit the transaction from your own wallet, and the result is committed to the token permanently.

## 4. Enter the Valley

Open the Adventure and pick a companion from your roster. Your Peeplet materializes in the valley and starts living. The camera stays with it.

## 5. Stay Close

* **Drag** to look around.
* **Scroll or pinch** to zoom, from valley wide down to fur close.
* **Listen.** The world has its own campfire folk soundtrack, played right on the page.

Your Peeplet does not need you to survive. It farms, wanders, makes friends, and occasionally gets into trouble entirely on its own. The reward for showing up is finding out what it has been doing.

## Watching Without a Peeplet

Anyone can visit the valley as a spectator and watch the residents live. It is the same world, the same creatures, live.


---

# 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.peeplet.com/how-to-play.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.
