Sreeram Kannan, founder of EigenLayer, and Olaf Carlson-Wee, founder and CIO of Polychain Capital, an investor in EigenLayer, say that the developer ecosystem around EigenLayer is sprouting up very fast, which reminds Carlson-Wee of the developer excitement in Ethereum’s early days. They discuss the potential of EigenLayer, which uses a restaking mechanism to allow ETH stakers to reallocate their staked ETH and Liquid Staking Tokens (LSTs) to bolster security for other protocols. They cover how it could turbocharge Ethereum's rollup scaling roadmap and enable Ethereum to become a stack of decentralized software as a service providers. Additionally, they discuss the potential risks associated with restaking as well as how EigenLayer could work with AI.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": "bhuudnmXlWk3Cnp0QyzfbGS9O5S22XXhYmrBMHWWSxE", "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": "bhuudnmXlWk3Cnp0QyzfbGS9O5S22XXhYmrBMHWWSxE", "level": 2}'