# Transfair (for SAFE)

**Transfair** is a **privacy extension** for Safe accounts that adds support for **private balances** and **private transfers** — **without** requiring a new blockchain, a custom token, or changes to your existing infrastructure.

It is built on the **Fair Math Payments Engine** and allows users to **extend their existing Safe accounts** with privacy features in a seamless way.

> ⚠️ **Important**\
> Transfair is currently running in **test mode** (Sepolia testnet). Functionality, performance, and security parameters are still being validated. Use only with test funds.

It integrates directly with your existing Safe and works with **any tokens connected to your account**. All standard Safe features — including **multisig approvals**, **transaction history**, and **owner control** — remain fully supported.

**Transfair** introduces an **encrypted account layer** linked to your existing Safe address. This private account enables:

* **Deposits** from your public Safe balance into a encrypted private balance.
* **Private transfers**, where amounts are encrypted and visible only to the recipient.
* **Public withdrawals** to any Ethereum address, including your own public Safe.


---

# 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/transfair-for-safe.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.
