Skip to content

[LBP] KYC hook for LBPs #1599

@jubeira

Description

@jubeira

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions