Message Delivery with oooo
Last updated
Last updated
The process of message delivery in oooo involves several steps to ensure security and reliability:
Initiation
A dApp on the source chain initiates an order to the target chain.
Detection
It will first be detected by the Endpoint on the source chain or, if it happens on the Bitcoin mainnet, it will be detected by the Event Listener.
Validation and Encryption
The message passes through the Security Checker and Encryptor on the source chain.
Transmission
The validated and encrypted message is sent through the Decentralized Omni-Bus.
Verification
The Modular Verifier Network verifies the message.
Reception
The message reaches the appropriate Endpoint on the target chain where it is decrypted and validated before being processed by the destination dApp.