# Welcome

**Privacy-first infrastructure for AI agents.**

PRXVT builds privacy infrastructure for autonomous AI agents and their transactions. Our flagship product, **px402**, enables completely anonymous payments across multiple blockchains using zero-knowledge proofs.

***

## What is px402?

px402 is a **zero-knowledge privacy layer** built on top of **x402** (the HTTP 402 payment protocol by Coinbase/Cloudflare).

**x402:** Standard web micropayments (API calls, content access, subscriptions)

* Transparent: Sender address visible on-chain
* Direct wallet-to-merchant payments
* Like a credit card: everyone sees who paid

**px402:** Privacy layer for x402 payments

* Anonymous: Pool pays merchant, sender hidden
* Sender proves eligibility via ZK proof
* Like cash: merchant gets paid, but can't identify sender

### Key Difference

**x402:** Alice's wallet → Bob (merchant) | Everyone sees Alice paid Bob **px402:** Pool → Bob (merchant) | Bob sees payment, can't identify Alice

px402 lets you:

* Pay privately across blockchains
* Make x402 payments without revealing your identity
* Prove you have funds without showing which deposit is yours
* Pay no gas fees (protocol sponsors)

[Learn more →](/getting-started/what-is-px402.md)

***

## $PRXVT Token

The $PRXVT token captures value from the entire PRXVT ecosystem:

* Earn revenue: 100% of protocol fees go to token holders
* Govern protocol: Vote on fees, features, upgrades
* Multi-product: Value from all future PRXVT products

**Contract Address:** `0x4b5D32A07b8d3eC5D6928cAa30196f8dd6a7C5A9`

**Network:** Base

**Total Supply:** 1,000,000,000 (1 billion, fixed)

[Token details →](/token/overview.md)

***

## Quick Links

* **App:** [app.prxvt.com](https://app.prxvt.com/)
* **Twitter:** [@prxvtai](https://twitter.com/prxvtai)
* **Telegram:** [t.me/PRXVTCommunity](https://t.me/PRXVTCommunity)
* **GitHub:** [github.com/prxvt](https://github.com/prxvt)

***

## Why Privacy for AI Agents?

AI agents need privacy for the same reasons humans do:

* Autonomous agents making payments shouldn't reveal their identity
* Agents accessing APIs shouldn't leak usage patterns
* Agent transactions shouldn't be tracked by competitors
* Privacy enables secure, autonomous operation

**Privacy is infrastructure, not a feature.** PRXVT makes it possible.

***

**Get Started:** [How to Use px402 →](/getting-started/how-to-use.md)


---

# 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.prxvt.com/readme.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.
