# 7.3 The x402 Protocol Stack

The x402 protocol serves as the economic layer of the internet for machine intelligence.\
It extends the HTTP standard with native payment requirements, allowing Agents to monetize access natively at the protocol level.

Each transaction includes:

* Header Metadata: defines pricing model, payment currency, and proof format.
* Settlement Flow: 402 challenge → payment submission → header verification → response.
* Security Envelope: cryptographic signatures ensure authenticity of payer and provider.

This transforms simple API calls into verifiable economic interactions, bridging the gap between computation and commerce.


---

# 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.seaai.dev/6.-tokenomics-seaai/7.-technical-architecture-and-infrastructure/7.3-the-x402-protocol-stack.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.
