# 2.4 Payments & Intent Authorization

Payments are not special in PTERI — they are **authenticated actions**.

A payment intent includes:

* Amount
* Destination
* Network
* Optional privacy parameters

The wallet signs the *exact intent*.

#### What this guarantees

* The payment was authorized
* The parameters were not altered
* The intent cannot be replayed
* The action is non-repudiable

There is no separation between:

* Identity
* Intent
* Authorization

They are bound in a single cryptographic proof.

<figure><img src="/files/9xxjnEzlSVpc3XCPOO9I" 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.4-payments-and-intent-authorization.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.
