Today's video is an interview Gary did for the Chain Reaction podcast by senior crypto reporter, Jacquelyn Melinek of TechCrunch. He delves into the world of NFTs, Web3, and VeeFriends. Gary shares his vision of creating a universe of characters that teach positive traits and provide real-life utility, such as access to VeeCon.He discusses the unique opportunities NFTs offer for creators to build and expand their intellectual property, drawing parallels with how characters like Super Mario have evolved over time. Gary also shares his predictions for the future of NFTs, seeing potential in areas like ticketing, contracts, and title insurance.Acknowledging the challenges many NFT projects face, Gary emphasizes the importance of storytelling and building a connection with the audience. His ultimate goal with VeeFriends is to have a positive impact, promoting positivity and teaching valuable life lessons through its characters. GaryVee, Chain Reaction Podcast, June 2023
# 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": "kJ3rd0enduNKSFijTQNqLRKTsD1vCS7TvXEd3efB4pY", "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": "kJ3rd0enduNKSFijTQNqLRKTsD1vCS7TvXEd3efB4pY", "level": 2}'