Created at 6am, Mar 7
ilkeCrypto
0
Ep. 382 Hristo Piyankov - Understanding the Impact of Tokenomics
1jgDgB329WO8K4hPdfnak_BJ_Rroqe30vcbObIwUtmU
File Type
MP3
Entry Count
175
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

On episode 382 of the BlockHash Podcast, Data Scientist Hristo Piyankov joins Brandon Zemp to talk about FinDaS and the importance of Tokenomics. FinDaS is a group of Tokenomics consultants that have been in crypto since 2015 and that employ a unique data-driven approach to token economies and token valuation. They design security, utility, asset-referenced (RWA), and tokens under the MiCA classification.Blockhash, Hristo Piyankov, February 2024

Hopefully now with Mika just around the corner and a lot of the big companies looking for place to settle where there is a lot more regulation clarity, this might change a little bit, but still I would say majority of our clients are either US-based, Canada-based or out of Asia.
That's funny because in the US we say the opposite, we say the US is the one that's lagging behind in innovation and everyone's leaving, and that there's more VC funding in Europe than there is even in the US.
But I don't know, maybe we both kind of look down on ourselves in both regions and maybe Asia is actually the one doing the best, because I see so much development in Asia.
Oh absolutely, and they are so much more flexible and if you look at places like the UAE, they already have again regulations which are, I wouldn't call them pretty lags, but again comprehensive regulations, so you know in case you want to launch there what kind of requirements you have to meet, this is the viral regulation there, and for any kind of company which is just not a garage project, it's extremely important that they can launch in a jurisdiction where things are clear and when they know what to expect.
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": "1jgDgB329WO8K4hPdfnak_BJ_Rroqe30vcbObIwUtmU", "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": "1jgDgB329WO8K4hPdfnak_BJ_Rroqe30vcbObIwUtmU", "level": 2}'