ethtls is a network of tls notaries. These notaries use eigenlayer for restaking and run the notary server from the tls notary project. The project's mission is to trustlessly bring web data on chain.
The project is to build a network of notaries that notarize https requests from websites that can be verified on chain. Thereby making an Ethereum smart contract aware of website data to validate smart contract logic (eg. releasing funds from an escrow.sol contract).
We aim to have
The project uses the notary service from the tlsn project: https://github.com/tlsnotary to do the notarization. We also used eigenlayer avs contracts to manage the restaking, and the offchain signing services.
The user submits a request for notarization onchain Notary services pick up the event and notarize the required request Notary sends signature to the aggregator The aggregator submits combines notary signatures onchain for verification smart contract verifies the request response and signatures of registered notaries, and outputs confirmation.