Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.1 KB

optimistic-ism.md

File metadata and controls

15 lines (10 loc) · 1.1 KB
description
Prioritizing safety over liveness

Optimistic ISM

{% hint style="warning" %} OptimisticISM is coming soon and is not yet implemented. This page is shown for informational purposes only. Details may change as the design matures. {% endhint %}

The OptimisticISM encodes the optimistic verification security model pioneered by Optics and adopted by Synapse, Nomad, and Connext.

OptimisticISMs rely on a fraud window after message verification, during which m of n watchers configured on the OptimisticISM have an opportunity to flag messages as fraudulent, preventing them from being delivered to their recipient.

This security model prioritizes safety over liveness; the increased message latency allows for the addition of a second layer of security, the watchers, without significant increases in gas costs.