This episode offers a detailed analysis of Uniswap's strategic move to potentially activate fee switches, exploring its implications for liquidity providers and the broader DeFi landscape. We also navigate the promising yet challenging terrain of Crypto AI, dissecting decentralized inference and the feasibility of verifiable training. The phenomenon of meme coins, with a spotlight on Jeo Boden, is dissected for its impact on community engagement and market dynamics. Join us as we probe these intriguing questions, equipped with Robert Leshner's insights, to unravel the complexities of DeFi innovations, Crypto AI's frontier, and the unique ecosystem of meme coins.Unchained - March 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": "blsg6JdyRKrar0A2YD70DR_kJROboW5nb_egRvF3-Js", "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": "blsg6JdyRKrar0A2YD70DR_kJROboW5nb_egRvF3-Js", "level": 2}'