Message Lifecycle
This document provides a quick overview of the lifecycle of a successful cross-chain message.
- 2.Any guard observes the new state of the origin chain and creates a state snapshot of the origin chain. This message is then submitted back to the origin chain (which can confirm its validity).
- 3.Any notary bonded to the origin chain can post an "Attestation" of the state of the origin chain to Synapse Chain. This must include the guards signed snapshot.

- 1.Any notary for the destination chain proposes the attestation above to the destination chain. The optimistic seconds period timer has now started and guards are verifying the validity of the update.
- 2.Assuming no fraud proof has been presented that would cause the message to be quarantined, and the optimistic seconds period has elapsed, the message is executed. A message receipt is generated.
- 3.The receipt is posted back to Synapse Chain where tips can be claimed by the notary, guard, and executor involved in the given transaction.