# 2.3 Identity & Authentication

PTERI replaces traditional authentication mechanisms entirely.

There are no:

* Passwords
* SMS OTPs
* Authenticator apps
* Static API keys

#### The new model

Authentication becomes a **challenge–response signature**.

1. A system issues a challenge
2. The wallet receives the challenge
3. The user approves via biometrics
4. The wallet signs the challenge
5. The backend verifies the signature

That’s it.

There is no secret to steal and no code to replay.

#### Who this works for

The same model applies to:

* End users
* Admins
* Internal services
* Machines
* AI agents

Identity is no longer tied to a UI flow — it is tied to authority.

<figure><img src="/files/llNBVq0LFv5VMDVuMOsG" 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.3-identity-and-authentication.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.
