Skip to content

datachainlab/lcp

Folders and files

NameName
Last commit message
Last commit date
Sep 23, 2024
Sep 23, 2024
Sep 23, 2024
Sep 23, 2024
Apr 11, 2022
Sep 23, 2024
Dec 7, 2023
Jun 16, 2024
Aug 20, 2022
Sep 23, 2024
Sep 9, 2024
Oct 21, 2022
Aug 19, 2022
Sep 23, 2024
Sep 23, 2024
Jul 28, 2022
Sep 23, 2024
Sep 11, 2024
Oct 21, 2022
Sep 8, 2024
Sep 8, 2024

Repository files navigation

LCP (Light Client Proxy)

LCP

This software is still under heavy active development.

LCP is a proxy for light client verification executed in TEE.

LCP uses Intel SGX, a representative TEE implementation, to provide light clients implemented in enclave. It also provides an on-chain client(called LCP Client) that verifies commitments indicating the results of verification by the light clients. In addition, LCP Client is compatible with ICS-02, so LCP can be integrated with IBC.

The design of LCP is based on the following principles:

  • Minimum trust assumptions: In addition to the trust assumptions of the Light Client scheme, which is the most secure verification scheme, LCP needs to add as little trust as possible, the TEE trust.
  • Ultra efficient on-chain verification: A client on the downstream verifies a single signature on a resulting commitment generated in the Enclave instead of verifying the upstream. It will reduce the verification cost and the size of verification transactions (e.g., no need to include validators' info in the upstream).
  • Extensible: No need for an on-chain light client implementation for each chain combination, only a light client implementation per chain that the Enclave can execute.

Documentation

For the details, please see here: https://docs.lcp.network

Supported light clients

Related repositories