# 8.2 Identity-Bound Intent

In traditional systems:

* Identity is verified first
* Payments happen later
* Intent is inferred

In PTERI, these steps are **collapsed into one cryptographic action**.

A payment intent includes:

* Sender address
* Recipient address
* Amount
* Network parameters
* Optional privacy flags

The wallet signs this intent directly.

This means:

* Identity (wallet control)
* Intent (what is being done)
* Authorization (approval)

are all proven **simultaneously**.

> A valid signature proves *who approved what*, with no ambiguity.

There is no way to:

* Alter parameters after signing
* Replay an intent
* Separate payment from identity

***

<figure><img src="/files/EcwBe5dkuC1iVCEzSwW9" 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/8.-payments-and-identity-verification/8.2-identity-bound-intent.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.
