Created at 9am, Mar 27
ilkeCrypto
0
Niklas Kunkel: Chronicle – Ethereum's First-Ever Oracle
Eyo3rDX3ylb_mrLxhkh8WQbDGZc9N4gsQqSYt3Fnaz4
File Type
MP3
Entry Count
326
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

We were joined by Niklas Kunkel, founder of Chronicle, to discuss the challenges and tradeoffs that oracles regularly face, and how Chronicle is solving them, continuing the ethos of early MakerDAO.Epicenter, May 2023

You look at kind of the current environment, right, where the VC funding market has been rather tight and you're seeing teams and protocols needing to tighten up the belts, right?
You're seeing them do things like layoffs, right, to extend their runway.
start: 42:16 - end: 42:20
And they really are looking for a way to like reduce costs, right?
start: 42:20 - end: 42:23
And one of those areas that they look at is Oracles, right?
start: 42:23 - end: 42:28
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": "Eyo3rDX3ylb_mrLxhkh8WQbDGZc9N4gsQqSYt3Fnaz4", "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": "Eyo3rDX3ylb_mrLxhkh8WQbDGZc9N4gsQqSYt3Fnaz4", "level": 2}'