In this episode, amidst the crypto bull market's fervor, Haseeb Qureshi, Tom Schmidt, Tarun Chitra, and Robert Leshner dissect the launch of Ethena and its repercussions, including a potential DeFi civil war spurred by integration disputes between MakerDAO and AAVE. The conversation then shifts to the broader implications of SBF's sentencing, exploring how this landmark legal decision could reshape the landscape of trust and regulation within the crypto community. Moreover, they tackle the ethical and operational dilemmas faced by Blast in response to a significant hack, debating the merits and risks of potential rollbacks and the preservation of user funds against the backdrop of decentralized ideals. As they navigate through these complex issues, they shed light on the dynamics between decentralization, regulation, and innovation, offering nuanced perspectives on the challenges and opportunities that lie ahead for crypto.Unchained, April 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": "bglmBWiZuJkwlCOK4aCE9bdK-qhs6xouYBktjS5FnqM", "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": "bglmBWiZuJkwlCOK4aCE9bdK-qhs6xouYBktjS5FnqM", "level": 2}'