Created at 12pm, Apr 2
ilkeCrypto
0
Real Estate Tokenization Secrets Revealed by Propy CEO Natalia Karayaneva
mhubRFrTlmdwTBcvCHcn81mkHAh59oD39lXySiaGU7s
File Type
MP3
Entry Count
218
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Natalia Karayaneva is the CEO of Propy. They discuss:- Real Estate Tokenization- Propy Keys- Pro Token listed on Coinbase- Real Estate industry adopting blockchain- Real Estate market outlook and commission change- Bitcoin Spot ETFThinking Crypto, March 2024

Now, since the upgrade, it is a couple of cents, one to two cents only.
And you can imagine that the activity of minting addresses suddenly spiked.
The base network also is experiencing a sudden increase in transactions.
So definitely it's a historic moment, I believe in this upgrade, more significant, probably even the merge itself on Ethereum.
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": "mhubRFrTlmdwTBcvCHcn81mkHAh59oD39lXySiaGU7s", "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": "mhubRFrTlmdwTBcvCHcn81mkHAh59oD39lXySiaGU7s", "level": 2}'