On Wednesday, BlackRock, the world's leading asset management firm, announced the launch of a tokenized investment fund, the BlackRock USD Institutional Digital Liquidity (BUIDL) Fund, developed in collaboration with Securitize.Carlos Domingo, founder and CEO of Securitize, discusses the launch of the fund, which is native to the public Ethereum blockchain and aims to bring an institutional-grade cash management product to crypto institutions, offering faster token issuance, redemption, and transferability.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": "zOlGCQnCIsSPP6pNBiLrTZ2UsNjP1ENH1XYgNxjQ7qg", "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": "zOlGCQnCIsSPP6pNBiLrTZ2UsNjP1ENH1XYgNxjQ7qg", "level": 2}'