Created at 12pm, Mar 22
ilkeCrypto
0
CryptoNews - Vince Yang, Co-Founder of zkLink, on Layer 3s, Mapping zk Proofs, and DeFi
hBis5ZBGVLd8PTH6ubfhl0FP88jjhcdiSWUKnkJUZI4
File Type
MP3
Entry Count
250
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Vince Yang is Co-founder of zkLink, the company building the first multi-rollup Layer 3 to solve liquidity fragmentation on Ethereum Layer 2 rollups, pioneering more liquid, secure, customizable DeFi trading experiences. A former engineer, Yang began his experience in crypto with Bitcoin mining. This evolved into a deeper exploration of areas, including blockchain's potential for financial applications and zk Proofs.CryptoNews, February 2024

And then Layer 3, on top of these Layer 2s, ZK-Row-Up Layer 2s, will be able to settle the transactions happening on the Layer 3 and Ethereum through this message channel between the Layer 2 and the ZK-Layer 2.
So from Layer 3 to Layer 2, it takes minutes, and from Layer 2 to Ethereum, it takes minutes.
So together, you can also settle the transaction and have a faster finality on Ethereum within minutes.
So this is the idea of how we consider that Layer 3 can achieve Ethereum-equivalent security.
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "hBis5ZBGVLd8PTH6ubfhl0FP88jjhcdiSWUKnkJUZI4", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "hBis5ZBGVLd8PTH6ubfhl0FP88jjhcdiSWUKnkJUZI4", "level": 2}'