Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

______________________________________________________________________________________________________________________________________________________________

||     Google Drive DOC to add comments and contribute:   https://drive.google.com/open?id=14fBkS-IPvFTAvB4zkwLbw6n5aWF6EhWi             ||

||     For write access  on the Google doc please send an email to sterzi@iti.gr                                                                                                            ||

_____________________________________________________________________________________________________________________________________________________________

Authors: Sofia Terzi (sterzi@iti.gr), Konstantinos Votis (kvotis@iti.gr)

...

Keywords-blockchain 3.0; smart contracts; e-government 3.0; artificial intelligence; energy; e-health; IoT; web 3.0;

I.          Introduction

Blockchain (BC) technology has been nowadays characterized as a critical and important disruptive technology for many industries and applications. Starting with Bitcoin [7] which is a finance oriented extremely ingenious distributed shared ledger and peer-to-peer value transfer technology, BC established trust between unknown stakeholders and automation of payments. Bitcoin reformed the finance and supply chain industry by shortening the time needed to complete time-consuming processes as well as removed almost all intermediaries.

...

This paper will examine BC 3.0 and SC characteristics and features that are expected to affect EG 3.0 applications, as well as best practices on how to incorporate them while designing and implementing ICT Web 3.0 e-government solutions.

 II.        Blockchain

The two major forms of blockchain implementations are public permissionless and private permissioned BCs. The following sections will present the most important characteristics regarding EG 3.0 of both.

A.    Permissionless Blockchains

Permissionless BCs were the first generation of Distributed Ledger Technology DLT to provide decentralization as opposed to centralized databases. Bitcoin and Ethereum are the most known representatives of this kind of BCs. The concept is that all transactions are transparent to every participant and written on the ledger only after a consensus of the majority of peers has been achieved. Each participant shares an identical copy of this data called state, which is formed of blocks connected to each other through cryptographic hashes. This architecture makes it almost impossible to everyone to make even a small change to trick others about the data state and take advantage of the assets being exchanged without being noticed and the potential change being discarded by the other peers. A disadvantage of permissionless blockchains is that they do not have any control over who enters or leaves the network, this can be detrimental to security, driving to energy and time-consuming block generation techniques [11] in order to enforce security. The effect of such block generation techniques has the side effect the system to sacrifice its scalability and speed.

Nevertheless, permissionless BCs can be ideal for EG 3.0 applications when data must be public and transparent. Such use cases can be at the education area regarding certificates, degrees and diplomas issued by governmental organizations and academic institutions in order to be worldwide available, shared and verifiable [40][41]. Other uses can be the publishing of voting results, publicly available documents and copyrights.

B.    Permissioned Blockchains

Due to BC’s unique characteristics and especially the immutability and decentralization as argued before, the technology moved beyond the cryptocurrency aspect to cover other business needs such as asset tracking and logging, consent and agreement enforcement and monitoring, identity authentication and authorization. The problem with permissionless blockchains is that although they achieve a great deal of decentralization they can not guarantee the privacy and safety needed when dealing with sensitive citizen and government data. This is a direct result mainly from the lack of control on permissionless BCs of who can enter and leave the network at any time, making the complete history visible including confidential documents and records, as well as transactions containing personal citizens’ data.  

...

Permissioned BC are ideal for governmental applications that require a level of security. It can be used for example to support the internal exchange of documents between public organization, keep track of inventories, registry or other private records.

 III.       Smart Contracts

Smart Contracts SC [13] are computer programs that are immutably written on the blockchain, can be called by the BC’s users. They provide the automation and control flow logic to any system BCs supports. Smart contracts must be treated as software functions in every aspect and smart contract BC engines must be deterministic. Determinism of SCs is the characteristic that maintains the ledger at a stable consistent state and is necessary to enforce transactions finality and avoid soft and hard forks [14]. The determinism of SC’s actions is usually left to the developer. Thus, she must make sure that the automated actions are executed as planned and the results of these actions leave the data in a consistent state, despite the node they are executed on.  Also, the SC’s actions must have the same result each time the SC is executed. In the writers’ opinion, which derives from empiricism, smart contracts can be categorized in three major kinds

...

Depending on the kind of the specific use case that has to be implemented, the developer designs either dynamic, or static or oracle driven smart contracts. Following, is a definition of each to explain the different characteristics in order to help researchers, architects and developers to decide which is the appropriate one in their case.

A.    Static standard output

Static SCs are the ones that do not call other smart contracts, do not reside on human interaction, include only one-step and are never going to change the predefined number of steps or actions. These are for example primitive math operations. Such SCs perform operations as addition, subtraction, multiplication and division. Other SCs can call them, retrieve and consume the result of this operation. All SCs receive parameters to perform their actions and from this point of view, they are somehow dynamic. However, there are no additional conditions embedded in this kind of SCs to change their path of actions. Math operations give each time the same result and operators follow the same precedence rules every time. Another kind of these SCs can also be a ‘yes/no” response to a specific question or a standard image returned when a button is pressed. An EG 3.0 application’s example is a function that accepts a verification number of an academic diploma and looks on the ledger for the diploma holder, the issuing institution and the date of issuance and return the result to the requester.

B.    Dynamic non-standard output

Dynamic are all the SCs that embed various rules allowing them to perform different actions according to these rules. Examples of such SCs are  functions that monitor certain conditions and trigger according actions. This can happen i.e. when a SC is utilized to monitor the electricity consumption and temperature logged on the BC of an energy smart building. The SC includes thresholds for different heating and consumption measurements in order to adjust the temperature in an eco-friendly way, avoiding excessive electricity consumption and costs. The following pseudocode can be part of the smart contract’s definition showing the logic behind monitoring and execution

...

Another area of EG 3.0 applications that dynamic SCs can be used is to interconnect public administrations that need to exchange citizen data. For example, if the tax service wants to gain access to a citizen’s land titles which are kept by the land registry service, then a smart contract supplied with a VAT number from the tax service could look the land titles tied with this VAT number and return them to the tax service officer if he had the appropriate permissions. If a universal BC ledger containing the land titles for all citizens, then this could help to confront fraud and tax evasion and mediate the secure exchange of data between nations.

C.   Oracle driven

Both Static and Dynamic SCs handle data that resides on the BC itself. The third major category of SCs is the oracle driven ones which can handle data coming from sources external to the BC. This kind of SCs are dynamic in every way plus they include information brought into the system by the so-called AI oracles, which are smart contracts themselves. This special kind of SCs act as AI agents with the ability to inquire information from the real world and write it on the blockchain in order other smart contracts to consume it [24]. What is special about this SC category compared to the other is that SCs in general are not allowed to incorporate data external to the BC. The reason for this restriction is the determinism of BC functions. Determinism as argued before include the fact that the same result must be returned each time a SCs function is called, thus, we cannot reside to external resources which are subject to change. Thus, we mainly enforce determinism by using only data that currently exists on our ledger’s state. An exception to this is made through the oracles, by writing data on the BC to represent how this data was exactly at the time it was written on the ledger.

AI oracle driven SCs can be used in EG 3.0 law applications. For example, laws for inheritance can change and notaries or other public servants that are involved into the procedures regarding the transfer of the legacy to the legal inheritor must be formally informed. The oracle can look up information from a governmental repository and write to the BC when a specific law changes. After that a notification can be send through a BC 3.0 application to prove the date and time it was sent to inform the interested parties as well as ask and record on the BC their confirmation of receival.

 IV.    e-government 3.0

According to [25] definition, EG is the use of ICT to provide the means for governments, citizens and businesses to interact, communicate, share information and deliver services to the various stakeholders. EG 1.0 utilized the World Wide Web and available by then ICTs to become more efficient than it used to be [26]. EG 2.0 through portal services supported by Web 2.0 technologies became more citizen-centric, promoting citizens’ participation and enhancing e-democracy [27]. It becomes almost obvious by observing the technological evolution shaping EG, that  EG 3.0 will use Web 3.0 ICTs such as DLT, AI, Semantic Web and World Wide Virtual Web [20][28].  

...

The rest of this paper will examine two EG 3.0 scenarios supported by BC 3.0 and AI technology in order to provide EG stakeholders and policy makers ways to exploit current industry BC and AI applications for governmental, public and social good.

A.    Energy data – Scenario1

Governance of smart cities has been digitally enhanced during the last years by the use of ICT so key areas became subjects of research because of the increasing energy demands deriving from multiplication and complexity of the IoT devices. It became crucial for local governments to practice energy management strategies to use the available energy efficiently [32]. A modern smart city is a combination of smart technologies applied to its infrastructures and to citizens’ residences at building or even at home level. The ability of energy consumers to produce energy from renewable sources and distribute it through smart grids becoming thus prosumers increased the difficulty of national energy management techniques. However, in parallel it created an opportunity to make a smart city more sustainable and energy efficient if the additional produced energy is successfully modelled and incorporated to the city’s energy system, along with other energy elements as transportation and facilities [33]. This is so crucial that European Commission has published in the last years two directives for energy efficiency goals for a 20% energy savings target by 2020 and 30% energy efficiency target for 2030 along with specific national targets focusing on lowering energy bills, reducing nations reliance on external suppliers and becoming eco-friendlier protecting the environment [42][43]. With managing energy smart cities and supporting citizen-sourcing to achieve increased efficiency at all phases of the energy chain, the EG 3.0 will play a crucial role in the energy sector. BC 3.0 technology used in conjunction with AI provides authentication, decentralized intelligence, security and collective decision making.

...

                write to BC{client_addr, dispatch}

                }

B.    Health data - Scenario 2

National Healthcare systems is another sector where e-health strategies must be adopted for governments to control excessive healthcare costs [35]. Healthcare systems include huge amount of data that are mostly confidential, thus, problems arise when trying to process and analyze those big data and AI is a perfect match to provide solutions to these problems. As research shows it is hard for older adults to use the e-health systems [36] [37]. By using AI chatbots, older people can use speech recognition to make questions and inquiries and the chatbots can provide guidance and responses. Another use for AI agents will be to get citizens’ filled forms and forward them to the appropriate government department [38]. As for the confidentiality and authenticity problems of the private e-health data, a permissioned BC 3.0 as it has been already described can provide the means to confront them. This way EG 3.0 can provide solutions to the e-health necessities by utilizing ICT and Web 3.0 to transform the legacy systems, in order to increase the efficiency and effectiveness of these systems, decrease costs and provide more citizen-centric health care services [36].

...

   write to BC(client_addr, response)

}

  V.        Further Research

We acknowledge that there are restrictions in our research, mainly due to the different energy and e-health implementations among countries in Europe. Our research focuses on governments and citizens, and further research has to be made in order to include results  and effects on public administrations and civil servants. The scenarios demonstrated are focused on BC 3.0 support. Thus, EG scenarios that include additional Web 3.0 technologies must be designed, developed and tested. We hope to be able to contribute more on these subjects as our research projects are still work in progress.

References
  1. A Case Study for Blockchain in Healthcare:“MedRec” prototype for electronic healthrecords and medical research data White Paper, Ariel Ekblaw, Asaph Azaria, John D. Halamka, MD, Andrew Lippman, 2016
  2. Suveen Angraal,  MBBS;  Harlan    Krumholz,  MD,  SM;  Wade  L.  Schulz,  MD,  PhD, Blockchain Technology Applications  in  Health  Care, 2017, DOI: 10.1161/CIRCOUTCOMES.117.003800
  3. Grech, A. and Camilleri, A. F. (2017) Blockchain in Education. Inamorato dos Santos, A. (ed.) EUR 28778 EN; doi:10.2760/60649
  4. Svein Ølnes, Jolien Ubacht, Marijn Janssen, Blockchain in government: Benefits and implications of distributed ledger technology for information sharing, Government Information Quarterly, Volume 34, Issue 3, 2017, Pages 355-364, ISSN 0740-624X, https://doi.org/10.1016/j.giq.2017.09.007
  5. Jayasinghe D., Cobourne S., Markantonakis K., Akram R.N., Mayes K. (2018) Philanthropy on the Blockchain. In: Hancke G., Damiani E. (eds) Information Security Theory and Practice. WISTP 2017. Lecture Notes in Computer Science, vol 10741. Springer, Cham, DOI https://doi.org/10.1007/978-3-319-93524-9_2
  6. Karamitsos, I. , Papadaki, M. and Barghuthi, N. (2018) Design of the Blockchain Smart Contract: A Use Case for Real Estate. Journal of Information Security, 9, 177-190. doi: 10.4236/jis.2018.93013
  7. Nakamoto, S. (2018) Bitcoin: A Peer-to-Peer Electronic Cash System, https://bitcoin.org/bitcoin.pdf
  8. Buterin, V. (2013). Ethereum White Paper: A next-generation smart contract and decentralized application platform, retrieved from https://github.com/ethereum/wiki/wiki/White-Paper
  9. Hyperledger Architecture, Volume 1, retrieved from https://www.hyperledger.org/wp-content/uploads/2017/08/Hyperledger_Arch_WG_Paper_1_Consensus.pdf
  10. Richard Gendal Brown, “The Corda Platform: An Introduction”, 2018, retrieved from https://www.corda.net/content/corda-platform-whitepaper.pdf
  11. Proof of work, retrieved from https://en.bitcoin.it/wiki/Proof_of_work
  12. Wüst and A. Gervais, "Do you Need a Blockchain?," 2018 Crypto Valley Conference on Blockchain Technology (CVCBT), Zug, 2018, pp. 45-54. doi: 10.1109/CVCBT.2018.00011
  13. Nick Szabo, " Smart Contracts: Building Blocks for Digital Markets”, 1996, retrieved from http://www.fon.hum.uva.nl/rob/Courses/InformationInSpeech/CDROM/Literature/LOTwinterschool2006/szabo.best.vwh.net/smart_contracts_2.html
  14. Christidis and M. Devetsikiotis, "Blockchains and Smart Contracts for the Internet of Things," in IEEE Access, vol. 4, pp. 2292-2303, 2016. doi: 10.1109/ACCESS.2016.2566339
  15. Peters G.W., Panayi E. (2016) Understanding Modern Banking Ledgers Through Blockchain Technologies: Future of Transaction Processing and Smart Contracts on the Internet of Money. In: Tasca P., Aste T., Pelizzon L., Perony N. (eds) Banking Beyond Banks and Money. New Economic Windows. Springer, Cham, https://doi.org/10.1007/978-3-319-42448-4_13
  16. Gatteschi, V.; Lamberti, F.; Demartini, C.; Pranteda, C.; Santamaría, V. Blockchain and Smart Contracts for Insurance: Is the Technology Mature Enough? Future Internet 2018, 10, 20, https://doi.org/10.3390/fi10020020
  17. Svein Ølnes, Jolien Ubacht, Marijn Janssen,nBlockchain in government: Benefits and implications of distributed ledger technology for information sharing, Government Information Quarterly, Volume 34, Issue 3, 2017, Pages 355-364, ISSN 0740-624X, https://doi.org/10.1016/j.giq.2017.09.007
  18. Gatteschi, F. Lamberti, C. Demartini, C. Pranteda and V. Santamaría, "To Blockchain or Not to Blockchain: That Is the Question," in IT Professional, vol. 20, no. 2, pp. 62-74, Mar./Apr. 2018. doi: 10.1109/MITP.2018.021921652
  19. Melanie Swan, Blockchain: Blueprint for a New Economy, 2015, O’Reilly
  20. Dmitry Efanov, Pavel Roschin, The All-Pervasiveness of the Blockchain Technology, Procedia Computer Science, Volume 123, 2018, Pages 116-121, ISSN 1877-0509, https://doi.org/10.1016/j.procs.2018.01.019
  21. Meyerhoff Nielsen M. (2017) Governance Failure in Light of Government 3.0: Foundations for Building Next Generation e-government Maturity Models. In: Ojo A., Millard J. (eds) Government 3.0 – Next Generation Government Technology Infrastructure and Services. Public Administration and Information Technology, vol 32. Springer, Cham, https://doi.org/10.1007/978-3-319-63743-3_4
  22. Androutsopoulou, N. Karacapilidis, E. Loukis, Y. Charalabidis, Transforming the communication between citizens and government through AI-guided chatbots, Government Information Quarterly, Volume 36, Issue 2, 2019, Pages 358-367, ISSN 0740-624X, https://doi.org/10.1016/j.giq.2018.10.001
  23. Yli-Huumo, Jesse & Päivärinta, Tero & Rinne, Juho & Smolander, Kari. (2018). Suomi.fi - Towards Government 3.0 with a National Service Platform
  24. Daniel and L. Guida, "A Service-Oriented Perspective on Blockchain Smart Contracts," in IEEE Internet Computing, vol. 23, no. 1, pp. 46-53, 1 Jan.-Feb. 2019. doi: 10.1109/MIC.2018.2890624
  25. United Nations E-Government Knowledgebase,
    “A General Framework for E-Government: Definition - Maturity Challenges, Opportunities, and Success”, 2010, retrieved from https://publicadministration.un.org/egovkb/en-us/Resources/E-Government-Survey-in-Media/ID/1376/A-General-Framework-for-E-Government-Definition--Maturity-Challenges-Opportunities-and-Success
  26. A. Wimmer, A. Ronzhyn, G. Viale Pereira, Y. Charalabidis, H. Alexopoulos “Workshop: Roadmapping. Government. 3.0”, 2018, Proceedings of the International Conference EGOV-CeDEM-ePart 2018
  27. Po-Ling Sun, Cheng-Yuan Ku, Dong-Her Shih, An implementation framework for E-Government 2.0, Telematics and Informatics, Volume 32, Issue 3, 2015, Pages 504-520, ISSN 0736-5853, https://doi.org/10.1016/j.tele.2014.12.003
  28. “Is Web 3.0 Really a Thing? A Brief Intro to Web 3.0 and What to Expect” , 2018, retrieved from https://www.lifewire.com/what-is-web-3-0-3486623
  29. Salah, M. H. U. Rehman, N. Nizamuddin and A. Al-Fuqaha, "Blockchain for AI: Review and Open Research Challenges," in IEEE Access, vol. 7, pp. 10127-10149, 2019. doi: 10.1109/ACCESS.2018.2890507
  30. Diversifying Data With Artificial Intelligence And Blockchain Technology, 2018, retrieved from https://www.forbes.com/sites/rachelwolfson/2018/11/20/diversifying-data-with-artificial-intelligence-and-blockchain-technology/#71272a104dad 
  31. Gabriel Axel Montes, Ben Goertzel, Distributed, decentralized, and democratized artificial intelligence, Technological Forecasting and Social Change, Volume 141, 2019, Pages 354-358, ISSN 0040-1625, https://doi.org/10.1016/j.techfore.2018.11.010
  32. Ejaz, W., Naeem, M., Shahid, A., Anpalagan, A., & Jo, M. (2017). Efficient energy management for the internet of things in smart cities. IEEE COMMUNICATIONS MAGAZINE, 55(1), 84–91.
  33. F. Calvillo, A. Sánchez-Miralles, J. Villar, Energy management and planning in smart cities, Renewable and Sustainable Energy Reviews, Volume 55, 2016, Pages 273-287, ISSN 1364-0321,https://doi.org/10.1016/j.rser.2015.10.133.
  34. Chamanbaz M., Mateo D., Zoss B. M., Tokić G., Wilhelm E., Bouffanais R., Yue D. K. P., Swarm-Enabling Technology for Multi-Robot Systems , Frontiers in Robotics and AI, Volume 4, 2017, page 12, DOI=10.3389/frobt.2017.00012 
  35. E. Jiménez, A. Solanas and F. Falcone, "E-Government Interoperability: Linking Open and Smart Government," in Computer, vol. 47, no. 10, pp. 22-24, Oct. 2014. doi: 10.1109/MC.2014.281
  36. Gianluca Quaglio, Claudio Dario, Panos Stafylas, Madis Tiik, Sarah McCormack, Pēteris Zilgalvis, Marco d’Angelantonio, Theodoros Karapiperis, Claudio Saccavini, Eva Kaili, Luigi Bertinato, John Bowis, Wendy L. Currie, Alexander Hoerbst, E-Health in Europe: Current situation and challenges ahead, Health Policy and Technology, Volume 5, Issue 4, 2016, Pages 314-317, ISSN 2211-8837, https://doi.org/10.1016/j.hlpt.2016.07.010.
  37. Tsipi Heart, Efrat Kalderon, Older adults: Are they ready to adopt health-related ICT?, International Journal of Medical Informatics, Volume 82, Issue 11, 2013, Pages e209-e231, ISSN 1386-5056, https://doi.org/10.1016/j.ijmedinf.2011.03.002
  38. Wang, Weiyu and Siau, Keng L., "Living with Artificial Intelligence: Developing a Theory on Trust in Health Chatbots - Research in Progress" (2018). SIGHCI 2018 Proceedings. 4. https://aisel.aisnet.org/sighci2018/4
  39. Directed acyclic graph, retrieved from https://en.wikipedia.org/wiki/Directed_acyclic_graph
  40. Blockcert, The open standard for Blockchain Credentials, retrieved from https://www.blockcerts.org/
  41. MIT Digital Certificates Project , retrieved from http://certificates.media.mit.edu/
  42. Energy Efficiency Directive 2012-2016, retireved from https://ec.europa.eu/energy/en/topics/energy-efficiency/energy-efficiency-directive
  43. Energy Efficiency Directive 2020-2030, retireved from https://ec.europa.eu/energy/en/topics/energy-efficiency
  44. Sovrin Foundation, 2016, The Inevitable Rise of Self-Sovereign Identity, retrieved from https://sovrin.org/wp-content/uploads/2017/06/The-Inevitable-Rise-of-Self-Sovereign-Identity.pdf

...