Welcome to The Chopping Block – where crypto insiders Haseeb Qureshi, Tom Schmidt, Tarun Chitra, and Robert Leshner chop it up about the latest news. This week kicks off with a crucial question: Are the latest trends in crypto ETFs signaling a major shift in the investment landscape? They delve into the market's nuanced response to these ETFs and what it means for investors. How important is client diversity for Ethereum's stability and future growth? The squad engages in a lively debate on this topic. With the advent of Proto-Danksharding, how might Ethereum's scalability be impacted, and what are the implications for the blockchain ecosystem? They further examine the user experience across blockchain platforms, particularly comparing Solana and Ethereum in terms of their user interfaces and transaction dynamics. Looking to the future, what breakthroughs and challenges can we anticipate in blockchain technology? The Chopping Block, January 2024
# 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": "yAaLvxyPn0zDQ43NXvEwNmT4_Vj9NtqN5NGGj6mZluc", "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": "yAaLvxyPn0zDQ43NXvEwNmT4_Vj9NtqN5NGGj6mZluc", "level": 2}'