> 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/how-it-works.md).

# HOW IT WORKS

{% stepper %}
{% step %}

## A creator submits a launch

The creator connects a wallet and enters the token metadata. Before signing, the interface displays the deployment cost, trading-fee model, creator allocation and graduation rules.
{% endstep %}

{% step %}

## Smart contracts deploy or register the token

The launch transaction creates the token and associates it with the relevant launch, curve, fee and registry contracts.
{% endstep %}

{% step %}

## Trading opens

Users buy and sell against the on-chain launch mechanism. Price movement is determined by the configured contract logic, not by a manually maintained order book.
{% endstep %}

{% step %}

## Fees are distributed

Each eligible transaction routes fees according to the published schedule. A portion may go to the creator, a portion to the protocol and a portion to the $PEEPS ecosystem.
{% endstep %}

{% step %}

## The token approaches graduation

The token page shows progress toward the graduation threshold. Users should understand that prices can move rapidly and liquidity before graduation may be limited.
{% endstep %}

{% step %}

## Graduation occurs

Once the on-chain condition is met, liquidity is migrated or created on the designated decentralized exchange. The exact pair, fee tier, LP custody and locking conditions are disclosed in the contract documentation.
{% endstep %}

{% step %}

## The community continues

Graduation is not an endorsement and does not guarantee long-term liquidity. The creator and community remain responsible for communication, culture and lawful operation.
{% endstep %}
{% endstepper %}


---

# 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/how-it-works.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.
