Created at 11am, Mar 28
ilkeCrypto
0
Vitalik Buterin: Ethereum - MEV, Staking Derivatives and Privacy
rTMLhiuWxE9auV2ajtJXsaUqk_4aA1Tpw-7x6bg6bZA
File Type
MP3
Entry Count
334
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Vitalik Buterin discusses hot topics from the Ethereum ecosystem: MEV, staking derivatives, privacy, decentralization, and future interoperability. Ethereum’s merge to proof-of-stake brought with it the emergence of liquid staking derivatives (LSD). Similarly to mining pools in proof-of-work consensus models, staking pools could pose a risk to Ethereum’s decentralization. In terms of privacy-preserving solutions, the advances in zero-knowledge research were a big breakthrough, especially as EVM compatibility became possible. Maximal extractable value (MEV) remains a pressing matter, but hopes are that the upcoming proposer-builder separation (PBS) will alleviate it.Epicenter, July 2023

That was super cool, right?
start: 41:09 - end: 41:11
And the first mobile wallet in Bitcoin was basically created by this guy, because he wanted to pay with his phone into Room 77.
Yeah. So that stuff is cool. And I feel like now that we have Layer 2s and cheap payments are again on the horizon, and the benchmark I gave that the internet ended up memorializing that the internet of money should not cost more than five cents a transaction.
And I guess first people thought that it's a joke, and now it's like, hey, yeah.
start: 41:42 - end: 41:48
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": "rTMLhiuWxE9auV2ajtJXsaUqk_4aA1Tpw-7x6bg6bZA", "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": "rTMLhiuWxE9auV2ajtJXsaUqk_4aA1Tpw-7x6bg6bZA", "level": 2}'