[Open Question] Privacy vs. composability — confidential amounts with on-transfer rule evaluation #12
Unanswered
oa-sarvesh
asked this question in
Q&A
Replies: 1 comment 3 replies
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Context
Confidential amounts conflict with transfer hooks/aggregations on some rails: on Solana, confidential transfers and transfer hooks are mutually exclusive because a hook that reads the amount is incompatible with an encrypted amount (Whitepaper §4.3). Regulated deployments will require both confidentiality and rule enforcement (§6.5).
The question
What is the recommended pattern when both confidentiality and on-transfer rule evaluation are required?
How to contribute
Reference: Whitepaper §4.3, §5.1 (principles 5–6), §6.5.
All reactions