> 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/lite-paper.md).

# Peeplet Lite Paper

Official documentation and Lite Paper of Peeplet.

Peeplet is a cozy living world where small creatures called Peeplets live real, continuous lives. They wander a toon shaded valley on a tiny sphere planet, farm, build friendships, squabble, remember what happened to them, and keep living even while you are away. Each Peeplet is owned as an NFT, and its owner is less a pilot than a companion: you hatch it, name it, follow it into the world, and watch a personality emerge.

We are building a game that treats blockchain ownership as something warm. Your Peeplet is not a stat sheet in a wallet. It is a character with a mind of its own that belongs to you, remembers you, and lives in a shared world with everyone else's Peeplets.

## Core Pillars

**A world that lives without you.** The valley runs as one persistent multiplayer simulation. Crops grow, campfires burn down, day turns to night, and Peeplets go about their routines whether or not anyone is watching. When you return, your Peeplet has stories.

**Creatures with real minds.** Peeplets are autonomous. They decide where to go, what to tend, whom to talk to, and how they feel about it. Their curiosity, moods, friendships, and grudges come from a simulated mind, not from a script. No two Peeplets drift through the world the same way.

**True ownership.** Every Peeplet begins as an egg minted as an ERC-721 token. The hatch is committed on chain, so the creature your egg became is a permanent, verifiable part of the token itself. Own the token, own the Peeplet.

**Cozy first.** No grinding, no timers demanding attention, no pressure. Peeplet is a world you visit the way you visit a garden: to see what has grown.

## Getting Started

1. Mint or collect a Peeplet egg from the official collection.
2. Connect your wallet at [peeplet.com](https://peeplet.com/) and hatch your egg.
3. Enter the Adventure, pick a Peeplet from your roster, and it wanders into the valley.
4. Stay a while. Drag to look around, zoom in close, and let it live.

For the full list of official destinations, see [peeplet.com/en/links](https://peeplet.com/en/links). Any link not listed there is not ours.


---

# 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/lite-paper.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.
