[[email protected]]Youquan Xiann1,2\MembershipNumber \authorentry[[email protected]]Lianghaojie Zhoun1,2\MembershipNumber \authorentry[[email protected]]Jianyong Jiangn1,2\MembershipNumber \authorentry[[email protected]]Boyi Wangn1,2\MembershipNumber \authorentry[[email protected]]Hao Huon1,2\MembershipNumber \authorentry[[email protected](Corresponding author)]Peng Liun1,2\MembershipNumber \affiliate[1]The author is with the College of Computer Science and Information Technology, Guangxi Normal University, Guangxi, China. \affiliate[2]The author is with the Key Lab of Education Blockchain and Intelligent Technology, Ministry of Education, Guangxi Normal University, Guangxi, China. 11 11
A Distributed Efficient Blockchain Oracle Scheme for Internet of Things
keywords:
blockchain, oracle, Internet of Things(IoT), Trusted Execution Environment(TEE), threshold signatureIn recent years, blockchain has been widely applied in the Internet of Things (IoT). Blockchain oracle, as a bridge for data communication between blockchain and off-chain, has also received significant attention. However, the numerous and heterogeneous devices in the IoT pose great challenges to the efficiency and security of data acquisition for oracles. We find that the matching relationship between data sources and oracle nodes greatly affects the efficiency and service quality of the entire oracle system. To address these issues, this paper proposes a distributed and efficient oracle solution tailored for the IoT, enabling fast acquisition of real-time off-chain data. Specifically, we first design a distributed oracle architecture that combines both Trusted Execution Environment (TEE) devices and ordinary devices to improve system scalability, considering the heterogeneity of IoT devices. Secondly, based on the trusted node information provided by TEE, we determine the matching relationship between nodes and data sources, assigning appropriate nodes for tasks to enhance system efficiency. Through simulation experiments, our proposed solution has been shown to effectively improve the efficiency and service quality of the system, reducing the average response time by approximately 9.92% compared to conventional approaches.
1 Introduction
With the rapid development of the Internet of Things, the traditional centralized network structure faces many challenges, such as vulnerability to hacker attacks and paralysis caused by central failures. Blockchain, as a decentralized distributed network ledger technology, has advantages such as security, transparency, and traceability, which can well meet the needs of the Internet of Things[1].
Blockchain can provide a secure and reliable underlying infrastructure for the Internet of Things. By using blockchain technology, the authenticity and uniqueness of IoT devices and data can be ensured, and data tampering can be prevented[2]. However, blockchains and smart contracts have no access to the external systems (i.e., off-chain), nor use IoT devices to perform some computing tasks. Therefore, blockchain oracle is proposed to solve the above problems[3, 4, 5].
TEE is a security solution based on trusted hardware, which guarantees the security of the runtime environment by trusted hardware[6]. Town Crier[7] is the first oracle scheme to combine Intel SGX with Ethereum smart contracts. Smart contracts can perform operations such as authentication and data acquisition processing in TEE, but Town Crier has a clear risk of single point of failure. Based on Intel SGX, Woo et al.[8] proposed a decentralized oracle scheme for IoT applications. They are mainly used to collect data from IoT devices and improve the availability of oracle networks in the event of a single point of failure or a malicious node through the Byzantine Fault Tolerance (BFT) consensus mechanism. However, a key problem is that TEE devices are still relatively scarce in the Internet of Things, and a small number of devices are difficult to support the heavy computing and data acquisition tasks in the Internet of Things[6]. In addition, we also analyze the aggregation strategy of threshold signature as an example. The conclusion shows that in a certain time range, the more nodes involved in obtaining data, the greater the probability of reaching a consensus. Therefore, it is necessary to improve the scalability of the oracle while ensuring security.
On the other hand, we find that the response time of the data obtained by the oracle is related to the choice of the oracle node, and there is also an implicit connection between the oracle node and the data source. For example, due to network and geographical differences, the response time of the German oracle node to obtain data from the German data source is usually faster than that from the Chinese data source . Although there are many oracle-related studies to improve the security and efficiency of the data obtained by the oracle. For example, based on the game theory to constrain the behavior of the oracle nodes[9, 10], or through threshold signature and other cryptographic methods to ensure the credibility of the obtained data[11, 12]. However, how to improve the scalability while ensuring the security and credibility of the oracle system, and according to the inherent relationship between the node and the data source, select the appropriate node for the task to improve the efficiency of the oracle, is still an urgent problem to be solved.
In this paper, we design a distributed and efficient blockchain oracle solution tailored for IoT scenarios, enabling the blockchain to acquire complex data or execute computational tasks from the IoT. Firstly, we design a novel distributed blockchain oracle architecture that incorporates hybrid TEE devices. By categorizing oracle nodes into ordinary nodes and TEE nodes, we ensure system security and trustworthiness while improving system scalability. Secondly, we define a new Quality of Service (QoS) standard for oracles to quantify the matching relationship between oracle nodes and data sources. We employ a weighted random algorithm to select more suitable nodes for each task, enhancing the execution efficiency of every task.
The contributions of this paper are summarized as follows :
-
•
In order to improve the scalability of the oracle system while ensuring security and credibility, we designed a distributed multi-data source oracle architecture that includes TEE and ordinary devices. It uses a committee composed of TEE to improve the credibility and aggregation efficiency of off-chain data, and combines ordinary nodes to increase the scalability of the system.
-
•
Since the selection of oracle nodes will affect the efficiency of data collection, we redesign a new quality of service (QoS) metric. It considers the response time and result accuracy of nodes obtaining data from the data source. Then, we use an efficient weighted random node selection algorithm to select task nodes in a non-replacement weighted extraction way, which fully improves the service efficiency of the system.
-
•
Through experimental verification, our scheme can effectively improve the scalability and efficiency of the system. Compared with the ordinary scheme, the response time of each task is reduced by about 9.92%.
The rest of this paper is organized as follows. Section 2 introduces some work related to this study. Section 3 introduces oracle, threshold signature, and current problem. Section 4 introduces our proposed oracle framework. Section 5 shows the simulation results and analysis. Section 6 gives the conclusion of this paper.
2 Related Work
The purpose of the blockchain oracle is to help the blockchain obtain reliable off-chain data[4]. The data received by the oracle nodes may be inconsistent, and the oracle needs to ensure the authenticity and integrity of the acquired data. We divide the literature review into three parts: voting-based oracles, hardware-based oracles, and distributed oracles.
2.1 Voting-based Oracles
Augur is the first prediction market platform for decentralized oracle proposed by Ethereum. It hands data request events to all participants in the market. If the data provided by one node is inconsistent with the consensus results of other nodes, the pledged tokens will be confiscated by the system and redistributed to other nodes, forcing the nodes to remain honest[9]. Adler et al.[10] designed a decentralised oracle scheme based on a voting game that divides participants into three categories: submitters, voters or verifiers. Voters and validators play games with each other. Eventually, the Nash equilibrium is reached where all rational participants are forced to act honestly. Cai et al.[13] thought that the linear growth of participants’ equity may lead to herd behavior, so they propose a nonlinear equity scaling rule to prevent Sybil attacks. However, the voting-based oracle requires a definite answer to the proposition, and the user’s voting is inefficient.
2.2 Hardware-based Oracles
Trusted Execution Environment (TEE) can protect the core code of the program from interference by other malicious programs, while avoiding data leakage[6]. Zhang et al.[7] proposed a hardware-based oracle system, which uses Intel SGX to ensure the security and credibility of computing. However, the above system has the possibility of a single point of failure, so Woo et al.[8, 14] proposed a distributed oracle using Intel SGX to improve the availability of the oracle network in the event of a single point of failure or malicious nodes through the BFT consensus mechanism. Liu et al.[15] using TEE to extend blockchain trust from the blockchain to the off-chain, continuously perceive the inside of the vaccine box through trusted sensors and generate anti-counterfeiting data to obtain reliable vaccine tracking data. However, hardware-based oracles require specific hardware support, so their scalability is poor and it is difficult to take advantage of the large number of IoT devices without TEE.
2.3 Distributed Oracles
DECO is a distributed oracle scheme that helps users prove that the data they access through TLS is from a specific website without the need for trusted hardware or server-side modifications[16]. He et al.[17] proposed a novel scalable data feed service SDFS, which ensures the rationality of the data acquisition process and the scalability of the system services. In addition, a node reputation evaluation strategy is designed to judge whether each node is a malicious node and update the reputation value of each node. Chainlink [11] proposes a decentralized oracle network to achieve reliable data input and connection between smart contracts and external data sources. It uses reputation systems and cryptographic algorithms to ensure reliable operation of the system. DOS Network[12] provides off-chain computing in a decentralized manner, and uses m-out-n multi-signature transactions to achieve consensus. Similarly, Manoj et al.[18] obtained trusted agricultural data for the blockchain using a threshold secret-sharing scheme. Lin et al.[19] proposed a novel IIoT-oriented digital twin architecture by combining oracle with decentralized learning. Gigli et al.[20] proposed a robust oracle architecture with a reputation algorithm for selecting trusted data sources. Even if there are multiple malicious data sources, it can consistently provide high-quality data.
The above solutions are all focused on improving the accuracy, reliability, and completeness of oracle data. However, these solutions do not consider the impact of the matching relationship between oracle nodes and data sources on the performance of the oracle system. Therefore, this paper designs a high-performance distributed multi-data-source oracle system with a hybrid TEE device for IoT scenarios. By combining the advantages of TEE and distributed oracle systems, the system selects efficient and trustworthy oracle nodes through weighted random selection, thereby improving the access efficiency of the oracle system.
3 Preliminaries and Current Problems
3.1 Oracle
The word ‘Oracle’ comes from Greek mythology and refers to people who can directly communicate with God and foresee the future. In a blockchain environment, oracle is a system that provides blockchain with information from the real world[21].
The main steps are shown in Fig. 1, 1) The user contract calls the oracle contract to obtain the data of the corresponding data source; 2) After the oracle node listens to the event of the oracle contract, it obtains data from the corresponding data source; 3) The data source returns the corresponding data; 4) Oracle nodes verify and sign the data and return the oracle contract; 5) The oracle contract returns data to the user contract.

3.2 Threshold Signature
Threshold signature is a group of members, the group has a pair of group signature public key and private key[22]. The group’s signature private key is shared by members in a threshold manner. Only the number of honest members in the group greater than or equal to the threshold value can sign on behalf of the group with the group signature private key. And it is easy for anyone to verify the signature through the group public key. These characteristics of threshold signature make it can be used in the process of oracle node aggregation data to prevent the problem of freeloading[11]. The process of threshold signature used in this paper is as follows:
1) Generate public key and group member private key: input the security parameter , the threshold value and the number of members , and return the private key for each member’s partial signature. Each member saves a private key fragment to generate a partial threshold signature. is used to verify the threshold signature, as shown in the equation (1), where = .
(1) |
2) Generate partial threshold signature: input the message msg and the member private key to generate a partial signature , as shown in the equation (2):
(2) |
3) Synthetic threshold signature: if the valid partial signatures collected by a member reach the threshold value , these can be used to synthesize the threshold signature .
4) Verify threshold signature: input message , public key and threshold signature , return judgment result and , where means authentication passed and means not authenticated, as shown in equation (3):
(3) |
3.3 Analysis of Existing Problems
3.3.1 Impact of number of nodes on aggregation success
Facing the real-time data source in the Internet of Things, how to improve the probability of meeting the threshold in a certain time range is the core issue that we need to pay attention to. In this regard, we make a detailed analysis in Appendix A. The conclusion shows that: 1) In order to get identical request results returned, the larger the number of selected nodes , the higher the probability of reaching the threshold ; 2) The smaller the variation period of the data source, the more nodes are needed.
3.3.2 The problem of matching data sources to oracles nodes
In order to improve the robustness and security of the system, the current oracle scheme uses multiple oracle nodes and multiple data source nodes to reduce the impact of single point of failure and malicious[20]. The user smart contract specifies multiple data sources to obtain data, and matches different oracle nodes to perform tasks. However, there is an implicit matching relationship between the oracle node and the data source. For example, the network connectivity will greatly affect the speed of data acquisition. As shown in Fig. 2, region A and B are distributed with some data sources and predictor nodes, and cross-domain requests will experience a longer network routing wait. Therefore, how to select appropriate nodes to participate in the task according to the implied matching relationship between data sources and oracle nodes is an effective means to improve the efficiency of the system.

4 System Design

4.1 Overview
In this Section, we present the oracle scheme proposed in this paper. We design a high-performance distributed oracle weighted matching scheme with multiple data sources. The system is mainly divided into on-chain contracts and off-chain nodes, where off-chain nodes are further divided into ordinary oracle nodes and TEE nodes. Ordinary oracles account for the majority of industrial Internet devices, providing scalability for the oracle system. A few nodes with TEE can provide trusted support for the system and improve system trustworthiness. The system overview is shown in Fig. 3.
The main steps include the following:
-
Firstly, the user contract initiates a data acquisition request to the oracle contract.
-
The oracle contract splits multiple data source requests into subtasks of a single data source.
-
The oracle contract takes the QoS of each oracle node to the requested data source as the weight of node selection, and uses the A-EepJ weighted random sampling algorithm to select the set of ordinary oracle nodes to participate in subsequent tasks.
-
The off-chain oracle node uses a one-time non-interactive Distributed Key Generation (DKG) protocol to generate a distributed public and private key after listening to the task.
-
According to the user task, the oracle node off-chain obtains data from the specified data source and signs it with its own private key fragment to obtain the signature fragment .
-
The TEE node is responsible for jointly verifying the signature fragment uploaded by the ordinary node, recording its response time , and finally returning the Leader, which is aggregated by the Leader to obtain the group signature
-
After aggregating the group signature, the Leader of the TEE node committee packages the group signature , the original data and the node response time , and then signs and uploads the oracle contract.
-
After the signature of the oracle contract verification is correct, the original data is obtained, and the behavior information of the oracle node and the corresponding QoS record are updated.
-
The final aggregation result is aggregated by oracle contract according to the user-defined multi-data source result aggregation strategy.
-
Finally, the oracle contract returns the final result to the user contract.
4.2 Node Selection
Firstly, the oracle contract processes data requests from user contracts in the form of a four-tuple , where represents the number of nodes required for aggregate signature, represents the total number of nodes required for this task, represents the array of data sources, and represents the random number generated by the hash of the previous block. The oracle contract needs to split the multi-data source request task into multiple subtasks and record, , represents a single data source.
(4) |
For a single subtask , the oracle contract needs to select ordinary oracle nodes to obtain data d according to the requirements of the subtask. To select efficient nodes while ensuring randomness, we use the oracle node as a weight for the data source service quality , and randomly select nodes. In order to reduce the space and time complexity of the oracle contract, we use the A-ExpJ algorithm [23] to randomly select nodes from to participate in the data acquisition task, represents the set of all ordinary oracle nodes. For each node , a random number that obeys uniform distribution is selected, is used as the key value of sampling, and samples with the largest key value are selected as the sampling results. This method effectively reduces the time and space complexity of sampling compared with the cardinal method [24]. In addition, the non-replacement selection can reduce the repeated selection of some oracle nodes and reduce the response time.
(5) |
denotes the set of n ordinary oracle nodes selected from by the A-ExpJ algorithm. We give a detailed description in Algorithm 1.
4.3 Data Request and Aggregation
The oracle nodes are divided into two categories according to whether they have TEE: ordinary nodes and TEE nodes. TEE nodes together form a consensus committee to record, verify and aggregate data signatures. The ordinary oracle node generates a distributed public and private key based on the contract task, performs computational logic such as obtaining data or performing computational tasks, and signs the result.
Firstly, the selected oracle node set generates private key fragments and public key with a threshold of according to the one-time non-interactive distributed key generation (DKG) protocol [25] with a threshold of .
(6) |
Then, the node obtains data from the data source , and uses its own private key fragment to sign the obtained data to obtain the signature fragment .
(7) |

As shown in Fig. 4, the oracle node submits the signature fragment to the consensus committee formed by the TEE node. Their node executes the program in the TEE environment [26, 27] to ensure the security and credibility of the program. The consensus committee verifies the signature fragment based on the Raft protocol [28] and aggregates it to form a group signature . In addition, the committee will also record the time when node uploads the signature as its response time . Finally, the Leader node will package the consensus group signature , the original data and the successfully aggregated node response time as , and use the Leader’s private key to sign to get , upload the oracle contract.
(8) |
The Raft-based TEE committee not only avoids the single point of failure issue of TEE nodes but also enhances resistance against Sybil attacks. Additionally, by using the Raft protocol for aggregated signatures, the number of broadcasts for threshold signature data is reduced, thus improving system efficiency. Furthermore, the TEE-based execution environment ensures the trustworthiness of response time records for regular nodes, providing a reliable data foundation for subsequent weighted random selection of nodes.
4.4 Data Validation and QoS Update
After receiving the data and from the TEE committee, the oracle contract uses Leader’s to verify , ensuring that the data has been verified by the TEE committee.
Then, the oracle contract uses the generated threshold signature public key to verify the group signature formed by aggregation .
Finally, when the verification is passed, the oracle contract update the number of times and the response time that the node in successfully completes the task from the data source .
In order to improve the quality of service of the oracle, we define a quality of service index of the oracle, which includes the response time and service accuracy of the oracle node to the request of the data source . According to the current task results, we divide the device into nodes that complete the task and those that do not complete the task, and take the longest time of the aggregated nodes as the total time of this task. At the same time, we use the timeout ratio of the device multiplied by the total time of this task as the estimated time of other unfinished tasks.
(9) |
We use the proportion of the response time of device to the longest time of this task as its relative response time .
(10) |
We use the number of times that the node successfully participates in the aggregation and the total number of times selected as the service accuracy of the node to the data source .
(11) |
We set a hyper-parameter to determine the proportion of response time and accuracy in the QoS of the node to the data source . indicates that we pay more attention to the response time of the node, while indicates that we pay more attention to the service accuracy of the node.
(12) |
When we get the result returned by ’s subtask , we try to aggregate it to get the final result and return the user contract. It can be found that the user contract expects a consistent result for the results, but when the returned results are different in and it is difficult to reach an agreement, the user can set different aggregation strategies for multi-data source data according to their own needs.
5 Experimental
In this Section, we implemented a prototype of the system and conducted simulation experiments to validate the improvements in system efficiency and scalability offered by the proposed approach.
5.1 Experiment setting
The oracle system designed in this paper consists of on-chain contracts, off-chain oracle nodes, and TEE committee. The smart contract is written by Golang and deployed on the chainmaker blockchain[29], the on-chain and off-chain establish communication with the on-chain contract through the ChainMaker SDK. The total number of nodes is 10, the number of nodes selected for each task is 5, and the threshold required for each task is 3.
5.2 Evaluation
In order to validate the effectiveness of the proposed scheme, we will analyze how the proposed scheme improves the efficiency of the system and reduces the response time. Then, we also experimentally verify the impact of scalability on the success rate of data aggregation.
5.2.1 Response time
Fig.5 shows the comparison of the response time of our scheme with the other two selection strategies (random selection and only the worst node) in 100 tasks. Obviously, the proposed scheme has a significant performance improvement compared with the traditional random node selection scheme, and the average response time per task is reduced by 9.92%. Although the proposed scheme cannot achieve optimal performance, the weighted random method can maintain a certain random selection to prevent specific attacks against high-reputation users. This is consistent with our original intention to improve the performance of the oracle system while maintaining security.

5.2.2 Effectiveness of QoS

Fig.6 shows the change of metrics after our scheme performs 100 request tasks on a data source on 10 prophetic nodes. Obviously, it can be observed that there is a clear correlation between the node QoS and the successful completion of the task. This shows that the proposed scheme can identify nodes with slow response and reduce their QoS according to the actual operation status of nodes. This is consistent with our expectations. The higher the QoS of the high-performance nodes that can complete the task in time, the greater the probability of their selection.
5.2.3 Node selection and QoS
In addition, we also analyze the relationship between QoS and the number of nodes selected more intuitively through the Fig. 7. We can find that with the decrease of QoS, the number of node selection is also decreasing. This shows that the proposed node selection scheme is effective.

5.2.4 Expandability
Fig. 8 shows the impact of system scalability on the success rate of data aggregation in real-time data acquisition tasks in the Internet of Things. We observe the effect of choosing a different number of nodes per round on the success rate of oracle aggregation with a threshold of 2. The result shows that selecting more nodes per round of tasks is more likely to result in successful aggregation under the same threshold. This is consistent with the original intention of our design, and it is also the reason why we design the hybrid TEE oracle architecture. Massive ordinary nodes are responsible for data acquisition tasks to improve system performance. A small number of secure TEE nodes form a fault-tolerant recording and verification committee, which is responsible for ensuring the security and credibility of data.

6 Conclusions
This paper proposes a distributed efficient blockchain oracle scheme for the Internet of Things, which aims to obtain IoT data efficiently and credibly for the blockchain. In order to improve the success rate of aggregation data when the oracle obtains real-time data, we divide the nodes into two categories, and combine the advantages of ordinary nodes and TEE nodes to improve the scalability and aggregation success rate. Then we propose a new oracle quality of service standard to measure the relationship between nodes and data sources, select more suitable nodes for tasks, and improve system performance. Experiments show that the scheme can effectively improve the access efficiency and scalability of the system, so that the blockchain can obtain IoT data more efficiently.
Appendix A Modeling of the problem
A.1 Hypothesis
A.2 Question
The problem is defined as: in the normal distribution curve in the interval of and x axis surrounded by the area of , Randomly scattered points, the probability that the number of scattered points in the interval area is greater than or equal to the threshold value of the threshold signature.

A.3 The relationship between threshold requirement and
The total probability interval area is expressed as:
(13) |
Because of , so .
The selected probability interval in time is:
(14) |
Therefore, when test or select of 1 node, the probability of occurrence of event is :
(15) |
In independent experiments, the probability that event happens to occur times is:
(16) |
We transform the problem into an N-fold Bernoulli experiment, conduct experiments or select nodes, and the probability of successfully aggregating group signatures varies with as follows( is the maximum probability that the threshold can be met):
(17) |
Since both and are independent of , is also independent of .
Also, is a positive correlation with .
And is an additive term. When increases, increases monotonically.
Therefore, is positively correlated with , and when increases, also increases.
A.4 Conclusion
Therefore, we can get a conclusion that when the number of nodes selected for each task increases, the probability of successful data aggregation obtained in changing data such as the Internet of Things also increases.
References
- [1] Q. Wang, X. Zhu, Y. Ni, L. Gu, and H. Zhu, “Blockchain for the iot and industrial iot: A review,” Internet of Things, vol.10, p.100081, 2020.
- [2] M.S. Rahman, M. Chamikara, I. Khalil, and A. Bouras, “Blockchain-of-blockchains: An interoperable blockchain platform for ensuring iot data integrity in smart city,” Journal of Industrial Information Integration, vol.30, p.100408, 2022.
- [3] A. Pasdar, Y.C. Lee, and Z. Dong, “Connect api with blockchain: A survey on blockchain oracle implementation,” ACM Computing Surveys, vol.55, no.10, pp.1–39, 2023.
- [4] S.K. Ezzat, Y.N. Saleh, and A.A. Abdel-Hamid, “Blockchain oracles: State-of-the-art and research directions,” IEEE Access, 2022.
- [5] U. Bodkhe, S. Tanwar, K. Parekh, P. Khanpara, S. Tyagi, N. Kumar, and M. Alazab, “Blockchain for industry 4.0: A comprehensive review,” IEEE Access, vol.8, pp.79764–79800, 2020.
- [6] P. Jauernig, A.R. Sadeghi, and E. Stapf, “Trusted execution environments: properties, applications, and challenges,” IEEE Security & Privacy, vol.18, no.2, pp.56–60, 2020.
- [7] F. Zhang, E. Cecchetti, K. Croman, A. Juels, and E. Shi, “Town crier: An authenticated data feed for smart contracts,” Proceedings of the 2016 aCM sIGSAC conference on computer and communications security, pp.270–282, 2016.
- [8] S. Woo, J. Song, and S. Park, “A distributed oracle using intel sgx for blockchain-based iot applications,” Sensors, vol.20, no.9, p.2725, 2020.
- [9] J. Peterson, J. Krug, M. Zoltu, A.K. Williams, and S. Alexander, “Augur: a decentralized oracle and prediction market platform,” arXiv preprint arXiv:1501.01042, 2015.
- [10] J. Adler, R. Berryhill, A. Veneris, Z. Poulos, N. Veira, and A. Kastania, “Astraea: A decentralized blockchain oracle,” 2018 IEEE international conference on internet of things (IThings) and IEEE green computing and communications (GreenCom) and IEEE cyber, physical and social computing (CPSCom) and IEEE smart data (SmartData), pp.1145–1152, IEEE, 2018.
- [11] S.N. Steve Ellis, Ari Juels, “Chainlink a decentralized oracle network.” https://link.smartcontract.com/whitepaper, 2017.
- [12] D. Network, “A decentralized oracle service network to boost blockchain usability with real world data and computation power.” https://s3.amazonaws.com/whitepaper.dos/DOS+Network+Technical+Whitepaper.pdf, 2019.
- [13] Y. Cai, G. Fragkos, E.E. Tsiropoulou, and A. Veneris, “A truth-inducing sybil resistant decentralized blockchain oracle,” 2020 2nd Conference on Blockchain Research & Applications for Innovative Networks and Services (BRAINS), pp.128–135, IEEE, 2020.
- [14] L. Chen, R. Yuan, and Y. Xia, “Tora: A trusted blockchain oracle based on a decentralized tee network,” 2021 IEEE International Conference on Joint Cloud Computing (JCC), pp.28–33, IEEE, 2021.
- [15] C. Liu, H. Guo, M. Xu, S. Wang, D. Yu, J. Yu, and X. Cheng, “Extending on-chain trust to off-chain–trustworthy blockchain data collection using trusted execution environment (tee),” IEEE Transactions on Computers, 2022.
- [16] F. Zhang, D. Maram, H. Malvai, S. Goldfeder, and A. Juels, “Deco: Liberating web data using decentralized oracles for tls,” Proceedings of the 2020 ACM SIGSAC Conference on Computer and Communications Security, pp.1919–1938, 2020.
- [17] J. He, R. Wang, W.T. Tsai, and E. Deng, “Sdfs: a scalable data feed service for smart contracts,” 2019 IEEE 10th International Conference on Software Engineering and Service Science (ICSESS), pp.581–585, IEEE, 2019.
- [18] T. Manoj, K. Makkithaya, and V. Narendra, “A trusted iot data sharing and secure oracle based access for agricultural production risk management,” Computers and Electronics in Agriculture, vol.204, p.107544, 2023.
- [19] Y. Lin, Z. Gao, W. Shi, Q. Wang, H. Li, M. Wang, Y. Yang, and L. Rui, “A novel architecture combining oracle with decentralized learning for iiot,” IEEE Internet of Things Journal, 2022.
- [20] L. Gigli, I. Zyrianoff, F. Montori, C. Aguzzi, L. Roffia, and M. Di Felice, “A decentralized oracle architecture for a blockchain-based iot global market,” IEEE Communications Magazine, vol.61, no.8, pp.86–92, 2023.
- [21] G. Caldarelli, “Understanding the blockchain oracle problem: A call for action,” Information, vol.11, no.11, p.509, 2020.
- [22] H. Rong, J. Mo, B. Chang, G. Sun, and F. Long, “Key distribution and recovery algorithm based on shamir’s secret sharing,” Journal on Communications, vol.36, no.3, pp.60–69, 2015.
- [23] P.S. Efraimidis and P.G. Spirakis, “Weighted random sampling with a reservoir,” Information processing letters, vol.97, no.5, pp.181–185, 2006.
- [24] P.S. Efraimidis, “Weighted random sampling over data streams,” in Algorithms, Probability, Networks, and Games, pp.183–195, Springer, 2015.
- [25] T. Hanke, M. Movahedi, and D. Williams, “Dfinity technology overview series, consensus system,” arXiv preprint arXiv:1805.04548, 2018.
- [26] V. Costan and S. Devadas, “Intel sgx explained,” Cryptology ePrint Archive, 2016.
- [27] Z. Hua, J. Gu, Y. Xia, H. Chen, B. Zang, and H. Guan, “vtz: Virtualizing arm trustzone,” 26th USENIX Security Symposium (USENIX Security 17), pp.541–556, 2017.
- [28] D. Ongaro and J. Ousterhout, “In search of an understandable consensus algorithm,” 2014 USENIX Annual Technical Conference (Usenix ATC 14), pp.305–319, 2014.
- [29] ChainMaker, “Chainmaker.” https://chainmaker.org.cn/home, 2017.
- [30] C. Fraleigh, F. Tobagi, and C. Diot, “Provisioning ip backbone networks to support latency sensitive traffic,” IEEE INFOCOM 2003. Twenty-second Annual Joint Conference of the IEEE Computer and Communications Societies (IEEE Cat. No. 03CH37428), pp.375–385, IEEE, 2003.
[figures/xyq.png]Youquan Xianreceived the BEdegree from the BeiBu Gulf University, in 2021. He is currently working toward the master’s degree at Guangxi Normal University. His research interests include blockchain, edge computing, and federated learning.
[figures/zlhj.jpg]Lianghaojie Zhoureceived the BEdegree from the HuaQiao University, in 2019. He is currently working toward the master’s degree at Guangxi Normal University. His research interests include blockchain and energy trading.
[figures/jjy.jpg]Jianyong Jiangis currently pursuing a master’s degree at Guangxi Normal University. His research encompasses various aspects, including distributed ledger technology, consensus algorithms, and smart contracts.
[figures/wby.jpg]Boyi Wangreceived the BEdegree from the Chongqing Jiaotong University, in 2020. He is currently working toward the master’s degree at Guangxi Normal University. His main interests are blockchain and privacy computing.
[figures/hh.jpg]Hao Huoobtained a bachelor ’s degree in 2021 from Shanxi Agricultural University. He is currently studying for a master ’s degree from Guangxi Normal University. His research interests include blockchain and cryptography, and he is committed to the privacy protection of blockchain.
[figures/PengLiu.jpg]Peng Liureceived his Ph.D. degree in 2017 from Beihang University, China. He began his academic career as an assistant professor at Guangxi Normal University in 2007 and was promoted to full professor in 2022. His current research interests are focused on federated learning and blockchain.