Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.49 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.49 KB

Bridging-Chains ⛓

What is this about?

Let's understand with an example:

  • Bob holds some amount of XYZ token on Ethereum chain. And he isn't sure what to do with it 🤷‍♂️
  • Let's say a Defi protocol (like Compound finance) gives an APR of 11% for the XYZ token on Ethereum blockchain. Bob is happy 🤑
  • Now Bob discovered, on some other chain the APR is 20% for the same XYZ token. But how will Bob get his XYZ tokens to other chain from Ethereum? Bob is sad 😕
  • A bridge is what Bob needs to get his tokens from Ethereum to some other chain. Bob is excited 🥳

What I have done?

  • Made an ERC20 compilent "Bridge Testing Token (BTT)"
  • Developed a completely decentralized bridge between Ethereum (Ropsten) and Binance Smart Chain (BSC Testnet).
  • BTT can be transfered effortlessly between the chains using this bridge.
  • But wait, is this transferring free? Unfortunatly, no, user needs to pay the gas fees to execute transactions on blockchain.

How can someone use this?


Is this it?

  • I also plan to make a ETH <-> BSC <-> Polygon bridge.
  • The Polygon bridge can be integrated with the existing ETH <-> BSC bridge for BTT token, but there are some edge cases which needs to be taken into consideration.