avatarAnurag Soin

Summary

J.P. Morgan has successfully executed a live blockchain trade using DeFi, tokenized deposits, and verifiable credentials, showcasing advancements in blockchain technology for financial transactions.

Abstract

J.P. Morgan has made a significant leap in the integration of blockchain technology into traditional finance by completing its first live trade on a public blockchain. This transaction involved the use of decentralized finance (DeFi), tokenized deposits, and verifiable credentials, highlighting the potential for increased security and interoperability in financial markets. The trade was facilitated by the use of EIP 712 for secure payload signing, ERC 20 tokens for asset representation, and meta-transaction thinking for access management. The involvement of BiconomyForwarder addresses the onboarding challenge of gasless accounts, and the team demonstrated efficiency by completing an end-to-end

Transaction Hash Tell A Great Story about tokenized government bond cross currency transaction by JPM

Before going to bed you see a story about J.P. Morgan has executed its 1st *LIVE* trade on the public blockchain using DeFi, Tokenized Deposits & Verifiable Credentials.

Now the sleep is gone and 2hr later still looking at the transaction and it's cool.

None of this financial advice or any organization views and it's just a bunch of transaction hashes and code reading before sleep, past midnight.

Learning from tx hash 1 :

  1. EIP 712 is used so it mitigates the risk of arbitrary payload signing, a wise move.
  2. ERC 20 interface is honored for the tokens, and interoperability is Done.

Learning from Contract Address: 0x8C6bf95F6C6B4049920bc0853b805596E1a31C0F

  1. The contract was deployed 11 days ago and initialize had an out-of-the-gas issue which was resolved in the next transaction by bumping up gas and ownership is transferred.

2. Initialize transaction highlight key roles: Owner, Verifier and Trusted forwarder.

3. _trustedForwarder role is assigned to BiconomyForwarder, (my favorite) so solves the onboarding problem of needing a balance to pay for gas.

4. Access is managed from the word go and Meta Transaction Thinking in Action

5. Clear linkage with Verified Credentials and emergency response e.g. pause

6. Team has completed end to end mint and burn cycle in 2 hrs

Learnings from Verifier Contract Address: 0xE4Aa1f9065220B506A39ff8FdCa94D48CA20865E

  1. Humble: Acknowledgement of experimental nature.

2. Root Issuer trust is an industry-wide problem that is acknowledged & holistic thinking on upgradibility and Admin function.

Congratulations team on amazing work, it's great to see banks setting great standards in the Web 3 ecosystem.

Defi
Digital Asset
Recommended from ReadMedium