# 4.3 Key Custody & Biometrics

Key custody is the most critical security property of PTERI.

It is enforced at the **hardware level**.

***

#### Where keys live

* iOS: Secure Enclave
* Android: Hardware-backed Keystore

These environments ensure:

* Keys cannot be exported
* Keys cannot be read by apps
* Keys can only be used via approved operations

***

#### Role of biometrics

Biometrics in PTERI:

* Do **not** identify the user
* Do **not** leave the device
* Do **not** replace cryptography

They serve one purpose only:

> **Gating key usage.**

Biometrics answer:

> “Is the legitimate device holder present right now?”

They do **not** answer:

> “Who is this person globally?”

***

#### What Kakr never receives

* Biometric data
* Biometric hashes
* Biometric signals

All biometric enforcement happens locally.

***

#### No recovery, no override

Because Kakr never has keys:

* Kakr cannot recover identities
* Kakr cannot reset wallets
* Kakr cannot bypass biometrics
* Kakr cannot sign on behalf of users

This is an explicit tradeoff:

* Slightly more responsibility for users
* Vastly stronger security guarantees

> Authority that cannot be stolen is authority worth protecting.

<figure><img src="/files/VFAwPe0wDrfXomW57JdK" 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/4.-architecture-and-security/4.3-key-custody-and-biometrics.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.
