Created at 3pm, Mar 14
ilkeCrypto
0
Epicenter - Simon Harman: Chainflip - Native cross-chain AMM
FtjY8nR7HsKN2q6wgetxhyLuha0GH22J0qcZdB3ZHrg
File Type
MP3
Entry Count
368
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Topics covered in this episode: Simon’s background (Legacy) Bridging vs. Threshold Signature Scheme, Chainflip’s Just in Time (JIT) AMM vs. Uniswap’s V3/X Providing liquidity on Chainflip Slippage and UX Deciding trading pairs Chainflip validators Validator stake auctions Governance Roadmap and bootstrapping liquidity.Epicenter, November 2023

And then they'll do a joint signing ceremony.
start: 36:25 - end: 36:29
It's the largest decentralized custody network system, I think in crypto, I could be wrong, but I can't find any other examples of this, especially at this scale.
And that's pretty cool because then, you know, you have now produced a valid Bitcoin transaction or a valid Ethereum transaction, which one of the validators is then nominated to broadcast.
If that fails, everyone has a copy of it. So they can deploy it again.
start: 36:51 - end: 36:54
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": "FtjY8nR7HsKN2q6wgetxhyLuha0GH22J0qcZdB3ZHrg", "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": "FtjY8nR7HsKN2q6wgetxhyLuha0GH22J0qcZdB3ZHrg", "level": 2}'