LiFiValidator

Introduction

LiFi validator implements BridgeValidator to allow transaction data generated by the Li.Fi API to be verified for validity on-chain. It ensures that submitted transaction data has the intended bridging outcome and was not corrupted in generation or in the process of transmitting through the Superform API.

Core Concepts

LiFi's CallDataVerifier contract supports validation and decoding functions. This can be found here: https://github.com/lifinance/contracts/blob/main/src/Facets/CalldataVerificationFacet.sol

Last updated