You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In bip.mediawik it mentions that ZKPs can be used for location proofs but the problem is the proofs are large. We can solve this using recursive ZKPs, explained in the paper NFT Trades in Bitcoin with Off-chain Receipts. These are ZKPs that can be updated with each ordinal transfer. This can reduce the complexity of the proofs from O(n) to O(1).
Does anyone think this is a good idea? If so, does anyone want to help with the implementation, or know someone who is interested?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In bip.mediawik it mentions that ZKPs can be used for location proofs but the problem is the proofs are large. We can solve this using recursive ZKPs, explained in the paper NFT Trades in Bitcoin with Off-chain Receipts. These are ZKPs that can be updated with each ordinal transfer. This can reduce the complexity of the proofs from O(n) to O(1).
Does anyone think this is a good idea? If so, does anyone want to help with the implementation, or know someone who is interested?
Beta Was this translation helpful? Give feedback.
All reactions