zkp2p / zk-p2p

A trustless P2P fiat onramp powered by ZK proofs.
https://zkp2p.xyz/
MIT License
254 stars 32 forks source link

Oracle for DKIM key rotations #315

Open veigajoao opened 6 months ago

veigajoao commented 6 months ago

From reading the docs it appears that whenever DKIM keys get rotated governance needs to update the contract, which may cause service disruptions.

An oracle could be implemented to enforce the updates in real time, it could leverage Chainlink functions for verification or some other decetralized platform like Phala Network.

Are there any plans around adding oracle functionality already?