vegaprotocol / research

Vega Research collaboration space
https://vegaprotocol.github.io/research
MIT License
7 stars 3 forks source link

Obfuscating or hiding order details on public order books #4

Open tamlyn10 opened 4 years ago

tamlyn10 commented 4 years ago

Transparent order books are an area of ongoing research at Vega (#3). One place whaere that may be challenging is for the implementation of order types such as stop loss and take profits that may be less useful or prone to gaming if the market is aware of the trigger level. We have approaches such as probabilistic triggers, progressively revealed orders, etc. that may mitigate this, but there as there are also potential benefits to allowing order details to be hidden or partially hidden in some scenarios we are keen to novel methods if hiding orders' economic information in a distributed matching engine without compromising the functionality..

Examples could invole the application of zero knowledge proofs or homomorphic encryption techniques.