> For the complete documentation index, see [llms.txt](https://docs.fairmath.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fairmath.xyz/fair-math-payments/transfair-for-safe.md).

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