-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Milestone
Description
KYC will happen offchain.
The vendor will provide a signature in the userdata which validates that the sender is authorized when needed.
E.g: Tally validates an account, signs a message, and includes it in userdata. KYC hook validates the signature, and let's the tx through if valid / reverts if invalid.
This means that we don't need a mapping with authorized addresses, but we do need to know whether the signature was provided by an allowlisted account (which in turn requires some setup / maintenance).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels