Skip to content

Commit

Permalink
Roadmap entry: ckETH and ckERC-20 tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
dietersommer committed Aug 17, 2023
1 parent 7d20304 commit 95ac1b3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: ckETH Token
links:
Forum Link: https://forum.dfinity.org/t/long-term-r-d-integration-with-the-ethereum-network/9382
eta: 2023
is_community: true
---

This feature brings Ethereum's Ether (ETH) token over to the IC in the form of a chain-key token, i.e., a twin token of the original ETH token on the Ethereum network. The ckETH token is important to the IC due to the potential liquidity it can bring over to the ecosystem. The initial implementation is done using HTTPS outcalls to multiple Ethereum JSON RPC providers for communication with the Ethereum network. Once available in the future, the full Ethereum integration of the Internet Computer will be leveraged for communicating with the Ethereum network in a trustless way. Chain-key ECDSA signing (threshold ECDSA) is used for trustlessly creating the required transactions on the Ethereum network.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: ckERC-20 Tokens
links:
Forum Link: https://forum.dfinity.org/t/long-term-r-d-integration-with-the-ethereum-network/9382
eta: 2024
is_community: true
---

This feature brings a subset of Ethereum's ERC-20 tokens over to the IC in the form of chain-key tokens, i.e., twin tokens of the original tokens on the Ethereum network. Particularly the ckERC-20 twins of stablecoins, such as USDC and USDT, are of tremendous importance to the IC due to the potential liquidity they can bring over to the ICP ecosystem. The initial implementation is done using HTTPS outcalls to multiple Ethereum JSON RPC providers for communication with the Ethereum network. Once available in the future, the full Ethereum integration of the Internet Computer will be leveraged for communicating with the Ethereum network in a trustless way. Chain-key ECDSA signing (threshold ECDSA) is used for trustlessly creating the required transactions on the Ethereum network.

This file was deleted.

0 comments on commit 95ac1b3

Please sign in to comment.