> For the complete documentation index, see [llms.txt](https://docs.useprivatus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.useprivatus.com/overview/readme.md).

# Introduction

**The private financial layer of the agent economy: non-custodial, confidential-by-default banking for humans and their AI agents on Solana.**

***

Privatus is a crypto neobank built for what money is becoming. Transfer amounts stay confidential, settlement lands in under a second, and you hold your own keys the entire time. Addresses are visible on-chain. Amounts are not.

Every other financial product forces a compromise. Traditional banks watch your entire transaction history and share it with processors and advertisers. Public blockchains broadcast every balance and transfer to anyone who cares to look. Privatus opens a third path: your activity settles on Solana where anyone can verify it happened, but only you and the counterparty ever see how much moved.

One account serves the whole spectrum of the new economy: a person getting paid in USDG, and an AI agent settling a compute bill at three in the morning. Agents hold their own wallets, operate under spend policies you define, and appear in your transaction feed like anything else.

***

## What makes Privatus different

|                  | Privatus                         | Typical crypto wallet | Traditional bank                            |
| ---------------- | -------------------------------- | --------------------- | ------------------------------------------- |
| Transfer amounts | Encrypted by default             | Fully public          | Hidden from the public, visible to the bank |
| Custody          | Non-custodial, keys on-device    | Non-custodial         | Custodial                                   |
| Settlement       | Sub-second, on-chain             | Sub-second, on-chain  | 1-3 business days                           |
| Agent support    | Native accounts, spend policies  | Bolted-on API, if any | None                                        |
| Compliance       | Selective disclosure to auditors | N/A                   | Full visibility to the institution          |
| Onboarding       | Passkey, no seed phrase required | Seed phrase           | Application and review                      |

***

## Built on Solana

Privatus builds on Token-2022 confidential balances, the confidential transfer primitive native to Solana's token program. Transfer amounts are encrypted as twisted ElGamal ciphertexts and validated by zero-knowledge proofs checked on-chain, while sender and receiver addresses stay public. Solana is the only major chain with this primitive built in, and its sub-second slots and negligible fees make it the first place where private, instant, self-custodial payments are viable at consumer scale.

Accounts are denominated in USDG, with USDC accepted too; both are natively issued on Solana. A small amount of SOL is held automatically as a fee reserve, so network fees never cross your mind.

***

## Where to start

**New to Privatus?** → [How Privatus Works](/overview/how-privatus-works.md)

**Sending or receiving money?** → [Creating Your Account](/using-privatus/creating-your-account.md)

**Building or running an AI agent?** → [Agent Accounts Overview](/agents-and-automation/agent-accounts-overview.md)

**Integrating Privatus into your product?** → [API Reference](/api-reference/authentication.md)

**Want the technical detail on the privacy model?** → [Confidential Transfers Explained](/privacy-and-confidential-transfers/confidential-transfers.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.useprivatus.com/overview/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
