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
# 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}'