Created at 4am, Jan 7
cyranodbCrypto
0
What is DeSci(Decentralised Science) ?
__wAn13re0TQN4eeTdT78clB8Pw__12S9ZfW-4rCFik
File Type
DOCX
Entry Count
9
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Decentralized Science (DeSci) is a movement aiming to build public infrastructure for scientific research using Web3 technologies. Compared to TradSci, DeSci allows for more funding sources, censorship-free collaboration, and open access to research data.

In education, DeSci offers an online platform where students can earn digital reputations, democratizing access and reducing historical elitism. It also prevents a single platform from monopolizing scientific knowledge by allowing specialized communities to govern different aspects. Communities can even become "shareholders" of scientific knowledge through IP-NFTs, reinvesting profits into new research. Several DeSci projects like Molecule, VitaDAO, SCINET, LabDAO, and AntidoteDAO are already making significant strides in transforming the scientific landscape. Each has a unique approach but shares the common goal of advancing scientific innovation through decentralization.
id: 1b2d1397f08fe5fba7bb3e8a0ed8bd6e - page: 2
The Potential of DeSci DeSci offers an approach to scientific research by fostering global collaboration, enhancing transparency, and democratizing access. It uses blockchain technology to connect researchers with stakeholders and funders worldwide. This decentralized system addresses the "Valley of Death" in funding and opens doors for unconventional research. It also diversifies funding sources and incentivizes data reproducibility. Moreover, DeSci levels the playing field by allowing researchers from developing countries to collaborate globally. It also minimizes scientific misconduct like plagiarism by making the research process more transparent.
id: 326e0dec2a00c0458ee86f997705b6e8 - page: 2
However, DeSci faces several challenges. One major concern is ensuring scientific quality. Non-scientists may struggle to distinguish good projects from bad ones, making robust reputation and governance systems essential. Traditional funders could help by endorsing high-quality projects they can't support themselves. Another challenge is ensuring diverse participation, as both the crypto and science spaces are currently male-dominated. This imbalance can lead to gaps in research, such as the historical neglect of women's health issues. Additionally, DeSci needs to learn from past decentralization efforts to build effective protocols. Experimentation with different blockchain technologies, especially those with low fees and minimal environmental impact, is crucial. Lastly, the focus should be on empowering scientists rather than on the tools themselves. For DeSci to truly change science, these new tools should integrate seamlessly into scientists' daily work.
id: 868c9b6f034c9a877b0bb733506a9103 - page: 2
Final Thoughts DeSci stands at the intersection of innovation and tradition, offering a new way to conduct scientific research that is more open, transparent, and collaborative. By tackling key issues like funding, information access, and data reproducibility, DeSci has the potential to change the scientific landscape. It's not just about making science more efficient; it's about making it more equitable and accessible to all. However, the road ahead is not without challenges. Ensuring scientific quality and fostering diverse participation are critical hurdles that need to be addressed. Learning from past efforts and experimenting with different technologies will also be key to DeSci's success. The focus should remain on empowering scientists and making these new tools a seamless part of their daily work.
id: f9d30eab79a7033196f644dea29a4dcf - page: 2
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": "__wAn13re0TQN4eeTdT78clB8Pw__12S9ZfW-4rCFik", "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": "__wAn13re0TQN4eeTdT78clB8Pw__12S9ZfW-4rCFik", "level": 2}'