Design Analysis for a Distributed Business Innovation System Employing Generated Expert Profiles, Matchmaking, and Blockchain Technology
Abstract
:1. Introduction
2. State-of-the-Art
2.1. Business Model Canvas for Innovation
2.2. Creating an Expert Profile Using External Sources
2.3. Matchmaking Solutions Using AI
2.4. Storing Information/Documents with Managed Access and Methods Employing Decentralized Storage and Blockchain Technology
- An argumentation scheme for data access control, which allows access control management for internal data requests;
- An argumentation scheme for access-category assignment, which allows access control for external data requests.
- Atomicity implies that a transaction is either discarded or applied to the nodes of all allowed participants and that write operations included in such a transaction must be atomic.
- Consensus implies that data owners may veto a transaction involving their data with a single vote.
- Confidentiality implies that participants have read access to data if and only if they are included in the corresponding read-allowed group.
2.5. Reward Systems with Monetary Value
2.6. Reputation Systems
3. System Design Overview
3.1. Platform Architecture
- Blockchain: permissioned blockchain and smart contracts for token management, proof of data records, contract execution records, and innovator and expert interaction records.
- Off-chain storage: templates for NDA contracts and the business model canvas, web application, and user data; high performance in-memory caches.
- IPFS (InterPlanetary File System): distributed storage for public and encrypted data.
- API Gateway: API front-end entry point that provides a unified API interface to the system; integrates/orchestrates back-end calls to all system components and provides authentication/authorization mechanisms, as well as support for audit services.
- Web App @innovator: front-end web application for innovators, used to interact with the system for profile and offer management, activity history, tokens, and various statistics; provides the means to interact with the matchmaking module to assist in expert selection.
- Web App @expert: front-end web application for experts, used to interact with the system for profile management, to accept/reject offers, activity history, score, accrued tokens, and various statistics.
- Web scraper: provides data to verify and prefill expert profiles; gathers data from professional social media platforms; can be extended to include other data sources.
- Data extractor: analyzes and extracts expert profile information from web scraper data; can be extended to extract data from different sources; written in a data-source agnostic way by means of pluggable extraction templates.
- Matchmaking module: employs AI and other algorithms used to perform the matchmaking between the innovators and experts; matchmaking data are recorded into blockchain along with reasoning data traces to ensure transparency into the selection process.
3.2. Functional Components
3.2.1. Expert Profile Generation
3.2.2. Innovator–Expert Matchmaking
3.2.3. Proposal Submission and Collaboration Workflow
- Proposal Submission by an Innovator
- (a)
- The innovator submits a short-version proposal in a preferred format, e.g., a plain document or business model canvas in which are underlined the aspects in which he/she needs guidance.
- (b)
- The proposal is encrypted and stored in the decentralized storage system (DSS, i.e., IPFS module in Figure 1) and a proof of submission is recorded on the blockchain for traceability.
- AI-Powered Matching
- (a)
- The AI algorithm analyzes the proposal based on keywords, business needs, and innovator’s requirements.
- (b)
- The system matches the proposal with suitable experts based on their areas of expertise, reputation, and profile data.
- (c)
- The innovator reviews matched experts and selects preferred mentors.
- Expert Notification
- (a)
- Experts are notified through the platform if the innovator selected them regarding his/her proposal.
- (b)
- If they agree, they become mentors for that proposal.
- Expert Agreement and NDA Signing
- (a)
- Both parties sign an NDA through the platform.
- (b)
- The NDA is encrypted and stored in the DSS, with proof on the blockchain network.
- Collaboration and Communication
- (a)
- Secure communication channels are established using RESTful APIs through the SPARK-IT platform.
- (b)
- The innovator shares detailed proposal information with the mentor.
- (c)
- The collaboration is tracked, and feedback is provided through the platform.
- Reputation and Reward Tokens
- (a)
- Mentors earn reputation tokens based on the quality of feedback and contributions.
- (b)
- Innovators use reward tokens to compensate mentors for their services.
- (c)
- All transactions and token exchanges are recorded on the blockchain for transparency.
- Project Development and Feedback
- (a)
- Innovators and mentors work together to refine the project.
- (b)
- Mentor provides continuous feedback, which is stored securely.
- (c)
- Reputation tokens are awarded by both innovators and mentors based on the effectiveness of the collaboration.
- Completion and Public Disclosure
- (a)
- Upon project completion, select details of the collaboration may be made public with consent.
- (b)
- Additional reputation tokens can be awarded based on public feedback and project success.
3.3. System Components
3.4. Intellectual Property Protection
3.5. Token-Based Incentives
3.5.1. Reward Tokens
- The locked SparkCoins remain in escrow, accessible only under the conditions explicitly defined within the associated smart contract.
- The release of tokens to the expert is contingent upon one of the following:
- Approval by the innovator (manual release): The innovator manually triggers the release of funds upon satisfactory completion of the mentorship process.
- Automatic release: Tokens are automatically disbursed to the expert upon the conclusion of the collaboration period, provided no disputes have been raised.
- A smart contract deployed on the Ethereum blockchain locks the specified amount of USDT when a user initiates a swap. The user sends the amount of USDT to this contract.
- Upon successfully locking the tokens, the smart contract emits an event that records the amount of USDT locked and specifies the recipient address on the permissioned blockchain.
- An off-chain service, referred to as the bridge component, monitors the Ethereum network for these lock events. The service validates the event to ensure the correct amount of USDT is locked and that the transaction is legitimate.
- Once the lock event is validated, the bridge component transmits a message to the permissioned blockchain, relaying the details of the locked USDT.
- A corresponding smart contract on the permissioned blockchain mints an equivalent amount of SparkCoins upon receiving the validated message from the bridge component. This contract implements the ERC20 standard and manages the SparkCoins, facilitating their minting or transfer based on user actions, such as compensating experts for completed services.
3.5.2. Reputation Scores and Reputation Tokens
- Reputation score: This is an average of all ratings received by a user (on a scale from 1 to 10). For example, if an expert consistently receives high ratings, their reputation score reflects their overall performance and reliability.
- Reputation tokens: These are derived from the reputation score received after each interaction with an innovator and are directly tied to monetary incentives. For instance, for each collaboration with an innovator, up to five reputation tokens can be earned. A score of 10 yields five reputation tokens, while lower scores yield proportionally fewer tokens. Accumulated tokens contribute to a pool that can later be converted into reward tokens. These tokens are specifically designed for experts.
- Innovators’ Perspective:
- −
- Innovators receive ratings from mentors, which reflect the quality of their proposals and collaborative interactions. These ratings contribute to their innovation reputation score, which can attract future mentors and potential investors.
- −
- The platform can serve as a gateway for innovators to showcase projects to potential investors, using their reputation scores as an indicator of trustworthiness and project viability.
- Experts’ Perspective:
- −
- Experts contribute to innovative projects, contributing to their professional growth and helping others.
- −
- Experts are rated by innovators on criteria such as relevance, depth of feedback, and overall helpfulness. These ratings translate into reputation tokens, which build a mentoring reputation score visible on their profile.
- −
- Experts can earn additional SparkCoins by maintaining high standards of quality when working with innovators, achieving strong reputation scores and then exchanging reputation tokens for reward tokens
3.6. Technology and Method Selection
3.6.1. Blockchain Framework Selection
3.6.2. Consensus Mechanism Selection
3.6.3. AI Model Selection for Expert Matchmaking
4. Discussion
4.1. Design Challenges and Trade-Offs
4.1.1. Balancing Decentralization with Usability
- Security vs. usability: To achieve true decentralization, users need to control their private keys, which can be difficult for non-technical users. Managing keys and cryptographic signatures can be cumbersome but is essential for maintaining security. Offering simplified solutions, such as dedicated wallets or social recovery systems, can improve usability but may introduce centralization risks. In SPARK-IT, we opted for a decentralized blockchain-based solution, where the centralized components assist in interaction flows. The essential data are stored encrypted in IPFS, and proof-of-data is anchored in blockchain. Moreover, the user can choose any digital wallet solution as long as it is compatible with an Ethereum blockchain.
- Speed vs. decentralization: Decentralized systems can introduce latency, particularly when dealing with blockchain-based interactions or IPFS file retrieval. Optimizing for speed (e.g., using centralized servers or content delivery networks) might decrease decentralization, as centralized components may become single points of failure. In SPARK-IT, we use dedicated in-memory caches to make the overall system as responsive as possible. However, if these fail, the front-end client applications, for both innovator and experts, have a fallback alternative that goes directly to the decentralized components (blockchain and IPFS). Moreover, we opted for a POS (proof-of-stake) permissioned blockchain that can process a high number of transactions per second.
- Complexity of interactions: Decentralized platforms often require users to engage with more steps, such as verifying transactions on-chain, interacting with smart contracts, or managing encrypted data. While a decentralized system gives more control to the user, simplifying these processes without losing the core decentralized nature is not an easy task. Designing intuitive front-end systems that abstract away the complexities of blockchain and IPFS interactions while still ensuring underlying security and decentralization is crucial. In SPARK-IT, we streamline the workflows for the users so that the interactions with the employed decentralized technologies, blockchain and IPFS, as well as the entire process of encrypting/decrypting data, are seamless. Our system provides a straightforward wallet integration and guided workflows for on-chain actions. The front-end applications contain JavaScript libraries that perform the heavy-lifting tasks of connecting and interacting with the blockchain and IPFS.
4.1.2. Managing Token Economics in a Permissioned Blockchain
- Centralized control vs. tokenomics flexibility: In a permissioned blockchain, some degree of centralization is often necessary for governance, which can limit the flexibility of the token economy. For example, the entity managing the platform might need to control token issuance, governance, or rewards, potentially undermining the decentralization aspect of token management. In SPARK-IT, we designed governance smart contracts that are open to everyone. Even if we use a permissioned blockchain, any potential innovator or expert can join the platform. Therefore, the community formed around our governance protocol is not restricted and behaves in a similar way as the ones deployed in public blockchains.
- Token valuation and liquidity: In a permissioned blockchain, the token’s value may be more difficult to establish without the market dynamics that come with a public blockchain. Users might be less willing to use or accept a token that lacks liquidity or a clear external value. In SPARK-IT, we decided to use wrapped tokens from public blockchains (such as USDT). Moreover, even if we can support any token from public blockchains, we decided to go for stablecoin tokens to assure predictability and to protect our users from excessive volatility inherent to crypto markets. We have developed dedicated blockchain bridges that assist in moving assets between public blockchains and our permissioned blockchain.
- Governance mechanisms: Without strong decentralization, governance around tokenomics could become a bottleneck. Decision-making about token issuance, rewards, and penalties might rely on a small group of entities, leading to potential trust issues and reducing transparency. In SPARTK-IT, we employ a decentralized governance mechanism (through a dedicated DAO and governance tokens) that ensures that decisions regarding token distribution and rewards are made in a transparent and inclusive manner. Our protocol is open to everyone, as everyone can register in the SPARK-IT platform as either an innovator or an expert.
- Fair reward distribution: Allocating tokens equitably while ensuring they incentivize high-quality contributions is very important of the platform’s tokenomics. This process requires balancing several critical aspects, including fairness, transparency, and alignment with the platform’s overall objectives. SPARK-IT achieves this through a dual-token system, where reputation tokens serve as a measure of quality and reward tokens (SparkCoins) hold monetary value. This mechanism not only incentivizes meaningful participation but also ensures that the rewards are tied to measurable and impactful contributions.
4.1.3. System Scalability
4.1.4. Scalability Considerations in AI-Driven Matchmaking
- AI accuracy vs. computational resources: AI-driven matchmaking systems often rely on complex models that require considerable computational power. As the platform scales, maintaining the same level of personalization and accuracy in recommendations becomes challenging due to the increased resource demands. In SPARK-IT, we consider a federated learning approach where multiple systems make predictions and can be rewarded based on their input. Some of these systems can be hosted by third parties, thus ensuring the overall system scalability.
- Real-time performance vs. scalability: The need for real-time matchmaking (matching experts to innovators on-demand) adds another layer of complexity. Real-time AI processing can lead to bottlenecks in systems with growing data inputs, especially when scaling to thousands of innovators and experts. In SPARK-IT, we devised an asynchronous workflow, where the innovator initiates the matchmaking process from its front-end application and, at a later time, receives a notification that the results are ready.
- Data privacy vs. matching precision: For AI models to provide effective matchmaking, they need access to a large amount of data about both innovators and experts (e.g., skills, preferences, historical records, and reputation scores). However, the need for privacy and confidentiality may limit the amount of data accessible to AI systems, affecting the accuracy of the matches. In SPARK-IT, we defined a clear set of attributes that are available to the AI systems. These attributes are needed to achieve the objective of the matchmaking process without disclosing more information than needed. Moreover, an additional data anonymization layer can and will be deployed in the next versions of the platform.
4.1.5. Financial Model Design
- Flat Transaction Fee: A small, fixed percentage fee on transactions between innovators and experts ensures predictable costs, ideal for occasional users.
- Subscription Model:
- −
- Basic Plans: Provides low-cost access to essential features, allowing users to explore the platform without significant commitment.
- −
- Premium Plans: Offer advanced features such as enhanced matchmaking algorithms, analytics, and priority support.
- Organization Sponsorship: Larger entities (e.g., universities or corporations) can sponsor platform licenses for their members. They can purchase SparkCoins and then redistribute them to their members as they see fit.
- Pay-Per-Use Extra Features: Specific value-added features, like a badge that proves the profile information has been verified, are available for a fee.
4.2. Socio-Economic Impacts
4.2.1. Democratizing Access to Mentorship and Innovation
4.2.2. Enhancing Trust in Global Innovation Ecosystems
4.2.3. Potential Use Cases in Academia and Industry
4.3. Performance Metrics for Evaluating the Platform’s Effectiveness
4.3.1. Qualitative and Quantitative Insights from User and Stakeholder Research
- Mentor Selection and Matchmaking
- Mentor information;
- Importance of the mentor’s professional network;
- Validation criteria for mentors (experience, academic background, certifications, peer reviews, and mentee feedback);
- Method of mentor–startup matching (self-selection, automated algorithms, and manual review).
- Feedback and Validation
- Methods of incorporating mentee feedback;
- Role of peer reviews;
- Comfort level with publicly sharing mentorship outcomes;
- Demonstrating mentor effectiveness (professional achievements, endorsements, and peer reviews).
- Mentorship Process and Success Metrics
- Elements of successful mentorship (continuous feedback, defined goals, communication, and respect);
- Tracking and measuring progress (milestone achievements, mentee feedback, mentor evaluations, project outcomes, and KPIs).
- Mentorship Management
- Handling unsuccessful mentorships (switching mentors, feedback loops, and follow-ups);
- Scheduling and appointment methods (calendar integration and availability slots).
- Budget and Financial Considerations
- Budget preferences and flexibility;
- Factors affecting budget decisions (mentor expertise, project nature, and engagement duration).
- Intellectual Property Protection
- Methods for IP protection (NDAs, confidentiality agreements, secure document sharing, and legal support).
- Resources and Support
- Elements of a successful mentorship (networking opportunities, communication tools, administrative support, and training materials).
4.3.2. Scalability and Cost Efficiency
4.3.3. API Performance Metrics
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
Abbreviations
ABAC | Attribute-Based Access Control |
ACC | Atomicity, Consensus, and Confidentiality |
AI | Artificial Intelligence |
B-RBAC | Blockchain-based Role-Based Access Control |
BERT | Bidirectional Encoder Representations from Transformers |
BMC | Business Model Canvas |
CAAC | Context-Aware role-based Access Control |
CBC | Consortium Blockchain |
CNN | Convolutional Neural Network |
CP-ABE | Ciphertext-Policy Attribute-Based Encryption |
DAO | Decentralized Autonomous Organization |
DDAC | Decentralized Data Access Control |
DHT | Distributed Hash Table |
DNN | Deep Neural Network |
DSS | Decentralized Storage System |
FAIR | Findability, Accessibility, Interoperability and Reusability |
IP | Intellectual Property |
IPFS | InterPlanetary File System |
IoT | Internet of Things |
KPI | Key Performance Indicator |
LDA | Latent Dirichlet Allocation |
LSTM | Long Short-Term Memory |
MRR | Mean Reciprocal Rank |
NDA | Non-Disclosure Agreement |
NLP | Natural Language Processing |
OBAC | Ontology-Based Access Control |
PRE | Proxy re-Encryption |
PoS | Proof-of-Stake |
PoW | Proof-of-Work |
RBAC | Role-Based Access Control |
RFP | Requests for Proposal |
S-BERT | Sentence-BERT |
SA-ODAC | Security-Aware mechanism and Ontology-based Data Access Control |
SAT | Secure Awareness Technique |
SBFT | Simplified Byzantine Fault Tolerance |
TF-IDF | Term Frequency-Inverse Document Frequency |
VPC | Value Proposition Canvas |
References
- Osterwalder, A.; Pigneur, Y. Business Model Generation: A Handbook for Visionaries, Game Changers, and Challengers, 1st ed.; John Wiley and Sons: Hoboken, NJ, USA, 2010. [Google Scholar]
- Joyce, A.; Paquin, R.L. The triple layered business model canvas: A tool to design more sustainable business models. J. Clean. Prod. 2016, 135, 1474–1486. [Google Scholar] [CrossRef]
- Shanbhag, N.; Pardede, E. The Blitz Canvas: A Business Model Innovation Framework for Software Startups. Systems 2022, 10, 58. [Google Scholar] [CrossRef]
- Dorantes-Gonzalez, D.J. A novel business model frame for innovative startups. Pressacademia 2017, 4, 126–137. [Google Scholar] [CrossRef]
- Keiningham, T.; Aksoy, L.; Bruce, H.L.; Cadet, F.; Clennell, N.; Hodgkinson, I.R.; Kearney, T. Customer experience driven business model innovation. J. Bus. Res. 2020, 116, 431–440. [Google Scholar] [CrossRef]
- Fritscher, B.; Pigneur, Y. Extending the Business Model Canvas—A Dynamic Perspective. In Proceedings of the Fifth International Symposium on Business Modeling and Software Design—BMSD, Milan, Italy, 6–8 July 2015; INSTICC, SciTePress: Setúbal, Portugal, 2015; pp. 86–95. [Google Scholar] [CrossRef]
- Azmy, A.; Wiadi, I.; Risza, H. Product Value Creation Training Through Value Proposition Canvas (VPC) with the South Jakarta Small Medium Enterprise (SME) Community. J. Pengabdi. Pada Masy. 2023, 8, 834–845. [Google Scholar] [CrossRef]
- Garg, P.; Rani, R.; Miglani, S. Mining Professional’s Data from LinkedIn. In Proceedings of the 2015 Fifth International Conference on Advances in Computing and Communications (ICACC), Kochi, India, 2–4 September 2015; pp. 98–101. [Google Scholar] [CrossRef]
- Yi, L.; Yuan, R.; Long, S.; Xue, L. Expert Information Automatic Extraction for IOT Knowledge Base. Procedia Comput. Sci. 2019, 147, 288–294. [Google Scholar] [CrossRef]
- Bondielli, A.; Marcelloni, F. A Data-Driven Approach to Automatic Extraction of Professional Figure Profiles from Résumés. In Intelligent Data Engineering and Automated Learning—IDEAL 2019; Series Title: Lecture Notes in Computer Science; Yin, H., Camacho, D., Tino, P., Tallón-Ballesteros, A.J., Menezes, R., Allmendinger, R., Eds.; Springer International Publishing: Cham, Switzerland, 2019; Volume 11871, pp. 155–165. [Google Scholar] [CrossRef]
- Lade, S.; Billade, A.; Chandrapatle, A.; Chenna, S.; Chinchalpalle, G. LinkedIn Alumni Profile Data Extraction. In Proceedings of the 2024 4th International Conference on Pervasive Computing and Social Networking (ICPCSN), Salem, India, 3–4 May 2024; pp. 174–178. [Google Scholar] [CrossRef]
- Lops, P.; De Gemmis, M.; Semeraro, G.; Narducci, F.; Musto, C. Leveraging the linkedin social network data for extracting content-based user profiles. In Proceedings of the Fifth ACM Conference on Recommender Systems, Chicago, IL, USA, 23–27 October 2011; pp. 293–296. [Google Scholar] [CrossRef]
- Wu, J.; Yang, G. An Ontology-Based Method for Project and Domain Expert Matching. In Proceedings of the Fuzzy Systems and Knowledge Discovery, Yantai, China, 10–12 August 2010; Wang, L., Jin, Y., Eds.; Springer: Berlin, Heidelberg, 2005; pp. 176–185. [Google Scholar] [CrossRef]
- Musen, M.A. The protégé project: A look back and a look forward. AI Matters 2015, 1, 4–12. [Google Scholar] [CrossRef]
- Han, S.; Richie, R.; Shi, L.; Tsui, F. Automated Matchmaking of Researcher Biosketches and Funder Requests for Proposals Using Deep Neural Networks. IEEE Access 2024, 12, 98096–98106. [Google Scholar] [CrossRef]
- Roy, P.K.; Chowdhary, S.S.; Bhatia, R. A Machine Learning approach for automation of Resume Recommendation system. Procedia Comput. Sci. 2020, 167, 2318–2327. [Google Scholar] [CrossRef]
- Rus, G.; Vaida, C.; Gherman, B.; Pisla, A.; Nae, L.; Ciupe, M.; Pisla, D. On the Development and Validation of a Matchmaking Mentoring Platform. Acta Tech. Napoc. Ser. Appl. Math. Mech. Eng. 2023, 66, 193–198. Available online: https://atna-mam.utcluj.ro/index.php/Acta/article/view/2230 (accessed on 23 January 2025).
- Kayes, A.S.M.; Rahayu, W.; Dillon, T.; Chang, E. Accessing Data from Multiple Sources Through Context-Aware Access Control. In Proceedings of the 2018 17th IEEE International Conference On Trust, Security And Privacy In Computing and Communications/12th IEEE International Conference On Big Data Science And Engineering (TrustCom/BigDataSE), New York, NY, USA, 1–3 August 2018; pp. 551–559. [Google Scholar] [CrossRef]
- Panisson, A.R.; Ali, A.; McBurney, P.; Bordini, R.H. Argumentation Schemes for Data Access Control. In Proceedings of the 7th International Conference on Computational Models of Argument (COMMA) in Frontiers in Artificial Intelligence and Applications, Warsaw, Poland, 12–14 September 2018; Volume 305, pp. 361–368. [Google Scholar] [CrossRef]
- Brewster, C.; Nouwt, B.; Raaijmakers, S.; Verhoosel, J. Ontology-based Access Control for FAIR Data. Data Intell. 2020, 2, 66–77. [Google Scholar] [CrossRef]
- Kiran, G.M.; Nalini, N. Enhanced security-aware technique and ontology data access control in cloud computing. Int. J. Commun. Syst. 2020, 33, e4554. [Google Scholar] [CrossRef]
- Chen, Y.; Chen, S.; Liang, J.; Feagan, L.W.; Han, W.; Huang, S.; Wang, X.S. Decentralized data access control over consortium blockchains. Inf. Syst. 2020, 94, 101590. [Google Scholar] [CrossRef]
- Ding, Y.; Feng, L.; Qin, Y.; Huang, C.; Dong, P.; Gao, L.; Tan, Y. Blockchain-based Access Control Mechanism of Federated Data Sharing System. In Proceedings of the 2020 IEEE Intl Conf on Parallel & Distributed Processing with Applications, Big Data & Cloud Computing, Sustainable Computing & Communications, Social Computing & Networking (ISPA/BDCloud/SocialCom/SustainCom), Exeter, UK, 17–19 December 2020; pp. 277–284. [Google Scholar] [CrossRef]
- Sun, B.; Dang, Q.; Qiu, Y.; Yan, L.; Du, C.; Liu, X. Blockchain Privacy Data Access Control Method Based on Cloud Platform Data. Int. J. Adv. Comput. Sci. Appl. 2022, 13, 10–17. [Google Scholar] [CrossRef]
- Gazsi, J.S.; Zafreen, S.; Dagher, G.G.; Long, M. VAULT: A Scalable Blockchain-Based Protocol for Secure Data Access and Collaboration. In Proceedings of the 2021 IEEE International Conference on Blockchain (Blockchain), Melbourne, Australia, 6–8 December 2021; pp. 376–381. [Google Scholar] [CrossRef]
- Ali, S.; Wang, G.; White, B.; Cottrell, R.L. A Blockchain-Based Decentralized Data Storage and Access Framework for PingER. In Proceedings of the 2018 17th IEEE International Conference On Trust, Security And Privacy in Computing and Communications/12th IEEE International Conference on Big Data Science and Engineering (TrustCom/BigDataSE), New York, NY, USA, 1–3 August 2018; pp. 1303–1308. [Google Scholar] [CrossRef]
- Mittal, S.; Ghosh, M. A three-phase framework for secure storage and sharing of healthcare data based on blockchain, IPFS, proxy re-encryption and group communication. J. Supercomput. 2024, 80, 7955–7992. [Google Scholar] [CrossRef]
- Butincu, C.N.; Alexandrescu, A. Blockchain-Based Platform to Fight Disinformation Using Crowd Wisdom and Artificial Intelligence. Appl. Sci. Basel 2023, 13, 6088. [Google Scholar] [CrossRef]
- Alexandrescu, A.; Butincu, C.N. Decentralized News-Retrieval Architecture Using Blockchain Technology. Mathematics 2023, 11, 4542. [Google Scholar] [CrossRef]
- Alexandrescu, A.; Butincu, C.N. DARS: Decentralized Article Retrieval System. SoftwareX 2024, 25, 101624. [Google Scholar] [CrossRef]
- Bărbuţă, D.E.; Alexandrescu, A. A Secure Real Estate Transaction Framework Based on Blockchain Technology and Dynamic Non-Fungible Tokens. In Proceedings of the 2024 28th International Conference on System Theory, Control and Computing (ICSTCC), Sinaia, Romania, 10–12 October 2024; pp. 558–563. [Google Scholar] [CrossRef]
- Bărbuţă, D.E.; Alexandrescu, A.; Tărniceriu, D.; Gavrilă, M. Leveraging Blockchain to Enhance the Efficiency and Data Integrity of Systems Monitoring Drivers’ Sobriety. In Proceedings of the 2024 23rd RoEduNet Conference: Networking in Education and Research (RoEduNet), Bucharest, Romania, 19–20 September 2024; pp. 1–6. [Google Scholar] [CrossRef]
- Han, R.; Yan, Z.; Liang, X.; Yang, L.T. How Can Incentive Mechanisms and Blockchain Benefit with Each Other? A Survey. ACM Comput. Surv. 2022, 55, 1–38. [Google Scholar] [CrossRef]
- Lisi, A.; De Salve, A.; Mori, P.; Ricci, L.; Fabrizi, S. Rewarding reviews with tokens: An Ethereum-based approach. Future Gener. Comput. Syst. 2021, 120, 36–54. [Google Scholar] [CrossRef]
- Merrill, P.; Austin, T.; Thakker, J.; Park, Y.; Rietz, J. Lock and Load: A Model for Free Blockchain Transactions through Token Locking. In Proceedings of the 2019 IEEE International Conference on Decentralized Applications and Infrastructures (DAPPCON), Newark, CA, USA, 4–9 April 2019; pp. 19–28. [Google Scholar] [CrossRef]
- Cong, L.W.; Li, Y.; Wang, N. Token-based platform finance. J. Financ. Econ. 2022, 144, 972–991. [Google Scholar] [CrossRef]
- Chen, K.; Fan, Y.; Liao, S.S. Token Incentives in a Volatile Crypto Market: The Effects of Token Price Volatility on User Contribution. J. Manag. Inf. Syst. 2023, 40, 683–711. [Google Scholar] [CrossRef]
- Kuo Chuen, D.L.; Li, Y.; Xu, W. Rewarding Honesty: An Incentive Mechanism to Promote Trust in Blockchain-Based E-commerce. J. Br. Blockchain Assoc. 2023, 6, 1–5. [Google Scholar] [CrossRef]
- Saito, K.; Iwamura, M. How to make a digital currency on a blockchain stable. Future Gener. Comput. Syst. 2019, 100, 58–69. [Google Scholar] [CrossRef]
- Mita, M.; Ito, K.; Ohsawa, S.; Tanaka, H. What is Stablecoin?: A Survey on Price Stabilization Mechanisms for Decentralized Payment Systems. In Proceedings of the 2019 8th International Congress on Advanced Applied Informatics (IIAI-AAI), Toyama, Japan, 7–11 July 2019; pp. 60–66. [Google Scholar] [CrossRef]
- Asgaonkar, A.; Krishnamachari, B. Solving the Buyer and Seller’s Dilemma: A Dual-Deposit Escrow Smart Contract for Provably Cheat-Proof Delivery and Payment for a Digital Good without a Trusted Mediator. In Proceedings of the 2019 IEEE International Conference on Blockchain and Cryptocurrency (ICBC), Seoul, Republic of Korea, 14–17 May 2019; pp. 262–267. [Google Scholar] [CrossRef]
- Schwartzbach, N.I. An Incentive-Compatible Smart Contract for Decentralized Commerce. In Proceedings of the 2021 IEEE International Conference on Blockchain and Cryptocurrency (ICBC), Sydney, Australia, 3–6 May 2021; pp. 1–3. [Google Scholar] [CrossRef]
- Yoo, S. How to Design Cryptocurrency Value and How to Secure Its Sustainability in the Market. J. Risk Financ. Manag. 2021, 14, 210. [Google Scholar] [CrossRef]
- Seewald, A.K.; Ghete, M.; Wernbacher, T.; Platzer, M.; Schneider, J.; Hofer, D.; Pfeiffer, A.K. Cycle4Value: A Blockchain-based Reward System to Promote Cycling and Reduce CO2 Footprint. In Proceedings of the 13th International Conference on Agents and Artificial Intelligence—Volume 2: ICAART, Online Streaming, 4–6 February 2021; INSTICC, SciTePress: Setúbal, Portugal, 2021; pp. 1082–1089. [Google Scholar] [CrossRef]
- Dennis, R.; Owen, G. Rep on the block: A next generation reputation system based on the blockchain. In Proceedings of the 2015 10th International Conference for Internet Technology and Secured Transactions (ICITST), London, UK, 14–16 December 2015; pp. 131–138. [Google Scholar] [CrossRef]
- Zhou, Z.; Wang, M.; Yang, C.N.; Fu, Z.; Sun, X.; Wu, Q.J. Blockchain-based decentralized reputation system in E-commerce environment. Future Gener. Comput. Syst. 2021, 124, 155–167. [Google Scholar] [CrossRef]
- Lee, S.; Seo, S.H. Design of a Two Layered Blockchain-Based Reputation System in Vehicular Networks. IEEE Trans. Veh. Technol. 2022, 71, 1209–1223. [Google Scholar] [CrossRef]
- Bellini, E.; Iraqi, Y.; Damiani, E. Blockchain-Based Distributed Trust and Reputation Management Systems: A Survey. IEEE Access 2020, 8, 21127–21151. [Google Scholar] [CrossRef]
- Bhatia, G.K.; Gupta, S.; Dubey, A.; Kumaraguru, P. WorkerRep: Immutable Reputation System For Crowdsourcing Platform Based on Blockchain. arXiv 2020, arXiv:2006.14782. [Google Scholar]
- Li, M.; Zhu, L.; Zhang, Z.; Lal, C.; Conti, M.; Alazab, M. A nonymous and Verifiable Reputation System for E-Commerce Platforms Based on Blockchain. IEEE Trans. Netw. Serv. Manag. 2021, 18, 4434–4449. [Google Scholar] [CrossRef]
- Fu, S.; Huang, X.; Liu, L.; Luo, Y. BFCRI: A Blockchain-Based Framework for Crowdsourcing with Reputation and Incentive. IEEE Trans. Cloud Comput. 2023, 11, 2158–2174. [Google Scholar] [CrossRef]
Strengths | Weaknesses |
---|---|
|
|
Opportunities | Threats |
|
|
Description | Method | Endpoint URL a | Duration (ms) |
---|---|---|---|
Access the account information | GET | /api/account | 13 |
Authenticate | POST | /api/authenticate | 164 |
Obtain the user profile | GET | /api/user-profiles/me | 46 |
Update the user profile | PUT | /api/user-profiles/me | 17 |
Create a business project | POST | /api/bp | 148 |
Obtain the list of business projects | GET | /api/bp/me | 19 |
Obtain the details of a business project | GET | /api/bp/{id} | 23 |
Create a proposal for collaboration | POST | /api/bp/{id}/pfc | 113 |
Obtain the list of proposals for collaboration | GET | /api/bp/{id}/pfc | 17 |
Obtain the details referring to proposal | GET | /api/bp/{id}/pfc/{pid} | 38 |
Various operations performed on a proposal | POST | /api/bp/{id}/pfc/{pid}/ * | 27 |
Obtain the list of found experts | GET | /api/bp/{id}/pfc/{pid}/experts-found | 101 |
Obtain the list of collaborations | GET | /api/collaborations/me | 33 |
Obtain a resource from IPFS | GET | /api/ipfs/cid/{cid} | 11 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Alexandrescu, A.; Bărbuță, D.-E.; Buțincu, C.N.; Archip, A.; Pavăl, S.-D.; Mironeanu, C.; Scînteie, G.-A. Design Analysis for a Distributed Business Innovation System Employing Generated Expert Profiles, Matchmaking, and Blockchain Technology. Future Internet 2025, 17, 171. https://doi.org/10.3390/fi17040171
Alexandrescu A, Bărbuță D-E, Buțincu CN, Archip A, Pavăl S-D, Mironeanu C, Scînteie G-A. Design Analysis for a Distributed Business Innovation System Employing Generated Expert Profiles, Matchmaking, and Blockchain Technology. Future Internet. 2025; 17(4):171. https://doi.org/10.3390/fi17040171
Chicago/Turabian StyleAlexandrescu, Adrian, Delia-Elena Bărbuță, Cristian Nicolae Buțincu, Alexandru Archip, Silviu-Dumitru Pavăl, Cătălin Mironeanu, and Gabriel-Alexandru Scînteie. 2025. "Design Analysis for a Distributed Business Innovation System Employing Generated Expert Profiles, Matchmaking, and Blockchain Technology" Future Internet 17, no. 4: 171. https://doi.org/10.3390/fi17040171
APA StyleAlexandrescu, A., Bărbuță, D.-E., Buțincu, C. N., Archip, A., Pavăl, S.-D., Mironeanu, C., & Scînteie, G.-A. (2025). Design Analysis for a Distributed Business Innovation System Employing Generated Expert Profiles, Matchmaking, and Blockchain Technology. Future Internet, 17(4), 171. https://doi.org/10.3390/fi17040171