# Use cases

#### Payroll Integration

* Encrypt salary payouts
* Maintain auditability
* Use internal or external privacy providers

#### Merchant Acquiring

* Accept private payments from consumers
* Withdraw to public accounts as needed
* Regional or compliance-specific privacy setups

#### Vendor & Supplier Payments

* Keep contract amounts and payout history confidential
* Route encrypted funds across vendors
* Support segmentation by geography or entity type

All use cases are Safe-native, ERC-20-compatible, and interoperable across public and private flows.


---

# 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/use-cases.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.
