# 2.1 PTERI Wallet — Self-Custody Identity

At the center of PTERI is the **PTERI Wallet**.

The wallet is not an accessory.\
It is the **identity anchor**.

#### The mental model

A passport locked in your pocket is identity.\
A photocopy stored in someone else’s database is not.

The PTERI Wallet enforces this distinction at the architectural level.

#### What the wallet does

* Generates cryptographic keys **on the device**
* Stores keys in hardware-backed secure storage
* Uses biometrics to **gate key usage**, not key storage
* Signs messages, challenges, and transactions locally

#### What the wallet never does

* Keys never leave the device
* Seed phrases are never uploaded
* Biometrics are never transmitted
* Kakr never sees secrets

This is enforced by design, not policy.

> **Not your keys, not your coin** is not a slogan here — it is a constraint.

<figure><img src="/files/aevwNPB47pdVWgTfAxg1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.kakrlabs.com/2.-platform-capabilities/2.1-pteri-wallet-self-custody-identity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
