Preparing the live product surface
PrivateDAO is loading wallet-ready controls, Testnet context, and proof-linked routes so the app lands with real content instead of an empty frame.
PrivateDAO is loading wallet-ready controls, Testnet context, and proof-linked routes so the app lands with real content instead of an empty frame.
This route packages Umbra-style recipient privacy flow as real product behavior: claim-link preparation, private settlement intents, and proof continuity for judges and operators.
This services route explains hosted reads, privacy policies, payout corridors, and the integration starter needed to plug the product into real organizations.
The payout lane is structured for recipient privacy and operator clarity. The same route exposes settlement preparation, claim-oriented flow, and direct reviewer paths into judge and proof.
This lane models Umbra-style claim payouts for recipients who should not expose destination details publicly. It prepares a claim link, forwards a claim settlement intent, and records proof continuity.
No link generated yet.
{
"rail": "umbra",
"operationType": "payment-link-claim",
"asset": "USDC",
"amount": "25",
"recipient": "RecipientWalletxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"memo": "Umbra claim payout rehearsal",
"recipientHint": "contractor-01",
"auditMode": "confidential-payout",
"recipientVisibility": "recipient-private",
"createdAt": "2026-04-29T14:17:15.866Z"
}This workbench turns private settlement into a real operator action surface. It prepares a Cloak or Umbra execution intent, forwards it through a rail-specific proxy when available, and records the resulting receipt path.
{
"rail": "umbra",
"operationType": "private-payroll",
"asset": "USDC",
"amount": "250",
"recipient": "RecipientWalletxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"memo": "Payroll tranche / reviewer-safe memo",
"auditMode": "confidential-payout",
"recipientVisibility": "recipient-private",
"createdAt": "2026-04-29T14:17:15.868Z"
}The rail receipt will appear here after the operator forwards the prepared intent.