The problem it solves
Standard on-chain transfers are fully transparent; anyone can read the sender, recipient, and amount. For business payments, that transparency is a data-leakage problem:- A retailer paying suppliers on-chain exposes order volumes and wholesale pricing to any observer.
- A treasury moving funds between accounts advertises its position sizes.
- A payroll run publishes salary data to the entire network.
What stays visible, what doesn’t
| Field | Visible on-chain | Shielded |
|---|---|---|
| Sender address | ✓ | |
| Recipient address | ✓ | |
| Transfer amount | ✓ | |
| Auxiliary metadata | ✓ |
How it fits the compliance model
Two properties make the design auditable:- Deterministic auditor access. Regulatory auditors hold keys that decrypt shielded amounts for transactions in their jurisdiction. Business privacy is preserved against random observers; compliance scrutiny is not.
- Standard address transparency. AML/KYC tooling that operates on address-level flows (sanction checks, source-of-funds analysis) works against the same public address graph as any transparent chain.
When to use it
Confidential Transfer fits any flow where the amount is commercially sensitive but the counterparties are appropriately public:- Supplier and invoice payments where order sizes reveal pricing.
- Treasury operations where position sizes reveal strategy.
- Payroll where individual salaries shouldn’t be indexable by competitors.
- Large OTC settlements where price discovery against orderbook tape is a risk.
Status
Confidential Transfer is in development. See Roadmap for timing. The mechanism will ship as a dedicated transfer path alongside standard USDT0 transfers; existing applications that don’t opt in are unaffected.Next recommended
USDT as gas
Understand the asset model confidential transfers shield.
Flow of funds
See where confidentiality fits in the end-to-end payment lifecycle.
Roadmap
Track when confidential transfer ships.

