# Overview

**Fair Math Payments** is a **flexible privacy framework** for existing on‑chain financial systems.

It introduces a modular architecture that enables developers and organizations to **add privacy controls to their current infrastructure** — wallets, treasury systems, payroll solutions, or DeFi applications — **without requiring**:

* deployment of a new blockchain,
* migration to custom tokens, or
* changes to wallet ownership models.

The framework integrates directly with **existing account infrastructures** (Safe is the first supported integration) and adds a **privacy account layer** on top of standard on‑chain accounts, enabling selective encryption of balances and transaction data.

#### Core Properties

* **Non‑disruptive:** preserves existing wallets, assets, and operational flows.
* **Modular:** privacy features can be activated selectively (e.g. per token, per operation, or per user group).
* **Customizable:** allows fine‑grained privacy policies, from minimal amount‑only encryption to fully confidential transfers.
* **Auditable:** designed with support for accounting, reporting, and regulatory compliance.

***

> 📌 **Demo**\
> As a demonstration of the framework, you can try [**Transfair**](https://app.gitbook.com/o/n6hALlBc1Rcd3fH2JvqV/s/mHu1qRdgJeHeQup4pe3R/~/changes/41/fair-math-payments/transfair-safe-app) — a privacy extension for Safe accounts that adds encrypted balances and private transfers within the Safe ecosystem.


---

# 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.fairmath.xyz/fair-math-payments/overview.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.
