web3.0
Binance Research Report: From challenges to opportunities, how does DeSci reimagine science?
Binance Research Report: From challenges to opportunities, how does DeSci reimagine science?
The rise of decentralized science (DeSci) has brought new hope to scientific research. It uses Web3 technology to solve many challenges in traditional scientific research, especially the "Gao of Death" phenomenon - that is, the problem that basic research results are difficult to transform into practical applications.
Pfizer's investment in VitaDAO marks the recognition of DeSci by traditional pharmaceutical giants. This prompts us to think about how to use DeSci to reshape the business model of digital health.
Binance Research's report "From Challenges to Opportunities: How DeSci Reimagines Science" explores in-depth how DeSci solves the "Gather of Death" problem. The report pointed out that traditional scientific research faces challenges such as insufficient funding, reduced cooperation between researchers and clinicians, and poor replicability of scientific discoveries. DeSci effectively coordinates stakeholders to solve these problems through decentralized autonomous organizations (DAOs), blockchains and smart contracts.
The application scenarios of DeSci in medical research and development include:
- Data acquisition: Use the DePIN model to obtain basic research and transformation research data around the world, and use AI to enhance data analysis.
- Data storage: Use encryption technology to store data on the chain, ensure data security and immutability, and build an open data access mechanism to improve the replicability and repeatability of scientific discoveries.
- Community of Interests: Establish a community of interests between basic research, clinical treatment and commercialization through DAO to achieve win-win results for all parties.
In the future, DeSci will build a decentralized organization (DAO) composed of multiple communities of interests, promote scientific discoveries and product implementation, and promote social development.
The following is a summary of the core views and content of the Binance Research report:
Core point:
- Traditional scientific research faces major challenges, and the "Gain of Death" phenomenon has led to the failure of most research projects.
- DeSci uses Web3 technology to provide an innovative scientific research model.
- DeSci coordinates stakeholders and promotes research progress through DAO, blockchain and smart contracts.
- DeSci has made significant progress in infrastructure, research, data services and community participation.
- DeSci is still in its early stages, but it has the potential to influence the way of scientific research.
Summary of report content:
The report first elaborates on the background of traditional scientific research and the causes of the "Gather of Death" phenomenon, including insufficient funding, reduced cooperation and poor replicability. Next, the report details the concept of DeSci and its mechanisms to solve the above problems, including how DAO is used for fundraising and profit distribution, how to promote collaboration between researchers and clinicians, and how to improve the replicability and repeatability of scientific discoveries.
The report also provides an overview of DeSci's landscape, analyzing its key innovation areas, including infrastructure (financing platforms, DAO tools), research (DeSci community, DAO), data services (publishing platforms, data management tools), and community engagement (Memes). Finally, the report summarizes the current situation and future development direction of DeSci, and points out that although DeSci faces some challenges, it has the potential to change the way of scientific research.

Although DeSci is still in its early stages, it has great potential for development and is expected to completely change the way of scientific research and accelerate the transformation and application of scientific results.
The above is the detailed content of Binance Research Report: From challenges to opportunities, how does DeSci reimagine science?. For more information, please follow other related articles on the PHP Chinese website!
Hot AI Tools
Undresser.AI Undress
AI-powered app for creating realistic nude photos
AI Clothes Remover
Online AI tool for removing clothes from photos.
Undress AI Tool
Undress images for free
Clothoff.io
AI clothes remover
AI Hentai Generator
Generate AI Hentai for free.
Hot Article
Hot Tools
Notepad++7.3.1
Easy-to-use and free code editor
SublimeText3 Chinese version
Chinese version, very easy to use
Zend Studio 13.0.1
Powerful PHP integrated development environment
Dreamweaver CS6
Visual web development tools
SublimeText3 Mac version
God-level code editing software (SublimeText3)
Hot Topics
1378
52
Sony confirms the possibility of using special GPUs on PS5 Pro to develop AI with AMD
Apr 13, 2025 pm 11:45 PM
Mark Cerny, chief architect of SonyInteractiveEntertainment (SIE, Sony Interactive Entertainment), has released more hardware details of next-generation host PlayStation5Pro (PS5Pro), including a performance upgraded AMDRDNA2.x architecture GPU, and a machine learning/artificial intelligence program code-named "Amethylst" with AMD. The focus of PS5Pro performance improvement is still on three pillars, including a more powerful GPU, advanced ray tracing and AI-powered PSSR super-resolution function. GPU adopts a customized AMDRDNA2 architecture, which Sony named RDNA2.x, and it has some RDNA3 architecture.
Finally changed! Microsoft Windows search function will usher in a new update
Apr 13, 2025 pm 11:42 PM
Microsoft's improvements to Windows search functions have been tested on some Windows Insider channels in the EU. Previously, the integrated Windows search function was criticized by users and had poor experience. This update splits the search function into two parts: local search and Bing-based web search to improve user experience. The new version of the search interface performs local file search by default. If you need to search online, you need to click the "Microsoft BingWebSearch" tab to switch. After switching, the search bar will display "Microsoft BingWebSearch:", where users can enter keywords. This move effectively avoids the mixing of local search results with Bing search results
Centos shutdown command line
Apr 14, 2025 pm 09:12 PM
The CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.
What are the methods of tuning performance of Zookeeper on CentOS
Apr 14, 2025 pm 03:18 PM
Zookeeper performance tuning on CentOS can start from multiple aspects, including hardware configuration, operating system optimization, configuration parameter adjustment, monitoring and maintenance, etc. Here are some specific tuning methods: SSD is recommended for hardware configuration: Since Zookeeper's data is written to disk, it is highly recommended to use SSD to improve I/O performance. Enough memory: Allocate enough memory resources to Zookeeper to avoid frequent disk read and write. Multi-core CPU: Use multi-core CPU to ensure that Zookeeper can process it in parallel.
How to configure the database connection of weblogic on centos
Apr 14, 2025 pm 02:06 PM
Configuring WebLogic database connection on a CentOS system requires the following steps: JDK installation and environment configuration: Make sure that the server has installed a JDK that is compatible with the WebLogic version (for example, WebLogic14.1.1 usually requires JDK8). Correctly set JAVA_HOME, CLASSPATH and PATH environment variables. WebLogic installation and decompression: Download the WebLogic installation package for CentOS system from the official Oracle website and unzip it to the specified directory. WebLogic user and directory creation: Create a dedicated WebLogic user account and set a security password
How to train PyTorch model on CentOS
Apr 14, 2025 pm 03:03 PM
Efficient training of PyTorch models on CentOS systems requires steps, and this article will provide detailed guides. 1. Environment preparation: Python and dependency installation: CentOS system usually preinstalls Python, but the version may be older. It is recommended to use yum or dnf to install Python 3 and upgrade pip: sudoyumupdatepython3 (or sudodnfupdatepython3), pip3install--upgradepip. CUDA and cuDNN (GPU acceleration): If you use NVIDIAGPU, you need to install CUDATool
How to build a Zookeeper cluster in CentOS
Apr 14, 2025 pm 02:09 PM
Deploying a ZooKeeper cluster on a CentOS system requires the following steps: The environment is ready to install the Java runtime environment: Use the following command to install the Java 8 development kit: sudoyumininstalljava-1.8.0-openjdk-devel Download ZooKeeper: Download the version for CentOS (such as ZooKeeper3.8.x) from the official ApacheZooKeeper website. Use the wget command to download and replace zookeeper-3.8.x with the actual version number: wgethttps://downloads.apache.or
How to solve CentOS system failure
Apr 14, 2025 pm 01:57 PM
There are many ways to solve CentOS system failures. Here are some common steps and techniques: 1. Check the log file /var/log/messages: system log, which contains various system events. /var/log/secure: Security-related logs, such as SSH login attempts. /var/log/httpd/error_log: If you use the Apache server, there will be an error message here. 2. Use the diagnostic tool dmesg: display the contents of the kernel ring buffer, which helps understand hardware and driver questions


