This repository presents Harmonic Resonance Fields (HRF). This groundbreaking physics-informed machine learning framework fundamentally reimagines classification by modelling data points as damped harmonic oscillators generating class-specific wave interference patterns. Through 15 systematic algorithmic iterations and GPU-accelerated validation, HRF achieves 98.84% mean accuracy (±0.18% variance) on the OpenML 1471 EEG Eye State Corpus—establishing a new benchmark that surpasses Random Forest, XGBoost, and Extra Trees by 5-6 percentage points with statistical significance at p < 0.001. The Core Innovation: When AI Listens to Physics Traditional machine learning constructs decision boundaries through geometric partitioning—support vector machines identify hyperplanes, decision trees recursively split feature spaces, and neural networks learn nonlinear manifolds. HRF breaks this paradigm entirely by treating classification as a physical resonance problem: each training point emits class-specific waves that constructively or destructively interfere at query points, with classification determined by maximum resonance energy. The breakthrough: While conventional models struggle with temporal jitter (random time shifts in signals), HRF achieves mathematical phase invariance through spectral transformation. When Random Forest accuracy collapses from 94.67% to 60.00% under 2.0-second temporal shifts, HRF maintains 90.00% accuracy—a 30 percentage point advantage that stems from first principles, not empirical tuning. Rigorous Scientific Validation Statistical Proof of Generalisation 5-Fold Stratified Cross-Validation: 98.12% mean accuracy with ±0.18% variance confirms zero overfitting Peak Test Accuracy: 98.53% on held-out data ROC-AUC Score: 0.9849 (near-perfect class separation) F1-Score: 0.9836 (balanced precision 98.6% and recall 98.1%) Clinical Reliability Metrics Sensitivity: 98.07% (high-fidelity signal detection) Specificity: 98.91% (exceptional noise rejection) False Alarm Rate: 1.09% (38% reduction from previous version) Confusion Matrix: 42% reduction in dangerous false negatives (from 48 to 28 errors) Adversarial Robustness Three-phase validation protocol demonstrating superior temporal stability: Phase I (Real EEG): 98.84% on 14,980 medical samples Phase II (Synthetic Jitter): 96.40% vs RF 76.40% under controlled perturbation Phase III (Survival Curve): Linear degradation rate of 4.2%/second vs RF's 17.3%/second GPU-Accelerated High-Performance Computing HRF v15.0 represents the first documented GPU acceleration of wave-interference-based classification: Computational Breakthroughs NVIDIA RAPIDS Integration: cuML & CuPy enable parallel resonance calculations 12× Speedup: 5-fold cross-validation reduced from 3 hours (CPU) to 15 minutes (GPU) Ensemble Scalability: 100+ base estimators trained simultaneously Real-Time Inference: 0.8-second prediction latency for 3,000 samples Evolutionary Architecture Fifteen-version progression demonstrating systematic hypothesis testing: v1.0: Initial resonance concept (91.11% on synthetic Moons) v4.0: Sparse approximation surpasses KNN (98.89%) v7.0: Harmonic Forest ensemble proves superiority on periodic data v10.5: Alpha-Wave Specialist auto-evolution (96.45%) v12.0: Bipolar Montage preprocessing (+0.77 points—largest single gain) v13.0-v14.0: Full Holography captures final 1.10 points, crossing 98% v15.0: GPU acceleration + rigorous K-fold validation (98.84% mean) Medical-Grade Performance & Humanitarian Impact FDA-Ready Clinical Capabilities Seizure Detection: Phase-invariant onset detection regardless of timing Sleep Staging: Personalised Alpha/Theta boundary adaptation Anaesthesia Monitoring: Continuous depth-of-consciousness tracking Brain-Computer Interfaces: Multi-frequency sensorimotor rhythm decoding Global Healthcare Accessibility Resource Efficiency: Runs on consumer GPU hardware (e.g., NVIDIA RTX 3060) Scale Impact: 1% accuracy improvement = 500,000 fewer missed epilepsy detections annually Surgical Safety: Sub-second latency enables real-time awareness monitoring (8,500 fewer intraoperative awareness incidents across 234M annual procedures) Algorithmic Interpretability: Physically meaningful parameters (10 Hz = Alpha waves) build clinical trust Technical Architecture Core Mathematical Framework Ψ(x, p_i) = exp(-γ||x - p_i||²) · (1 + cos(ω_c · ||x - p_i|| + φ)) Gaussian Damping: exp(-γr²) controls spatial influence decay Harmonic Resonance: (1 + cos(ωr + φ)) encodes class-specific frequencies Energy Maximization: Classification = arg max_c Σ Ψ_c(query, training_points) Physics-Informed Preprocessing Bipolar Montage: Differential signal extraction cancels common-mode noise (voltage artefacts, body movement) Spectral Transformation: Fast Fourier Transform achieves mathematical time-shift invariance Robust Scaling: Quantile-based normalisation (15th-85th percentile) for outlier rejection Holographic Features: Concatenation of raw sensors, differentials, and global coherence Auto-Evolution Mechanism Validation-Based Grid Search: 20-30% hold-out data for parameter optimisation Physics-Informed Grid: Frequency (0.1-50 Hz), Damping (0.01-15), Neighbours (3-10) Neurological Convergence: Auto-evolved frequencies consistently align with the Alpha band (8-12 Hz), validating physical meaningfulness Unique Interdisciplinary Synthesis HRF exists at the unprecedented intersection of five scientific domains: Wave Physics: Damped harmonic oscillators, resonance, constructive/destructive interference Signal Processing: FFT spectral analysis, bipolar montage, artefact rejection Machine Learning: Classification theory, ensemble bagging, k-NN locality Neuroscience: Brainwave frequencies (Alpha/Beta/Delta/Theta/Gamma), EEG physiology Statistical Mathematics: Fourier analysis, stratified cross-validation, optimisation theory No existing framework combines these disciplines at this depth. Performance Benchmark Summary Model Configuration Test Accuracy Gap from HRF HRF v15.0 (Stable, K-Fold Validated) 98.84% Baseline HRF v14.0 (Ultimate) 98.46% -0.38% HRF v13.0 (Full Holography) 98.36% -0.48% HRF v12.0 (Bipolar Montage) 97.53% -1.31% Extra Trees (Chaos) 94.49% -4.35% Random Forest 93.09% -5.75% XGBoost 92.99% -5.85% Repository Contents Core Implementation hrf_final_v16_hrf.ipynb: Complete algorithmic evolution (v1.0 → v16.0) with inline documentation HRF EEG.pdf: Full technical manuscript with mathematical proofs, with a medical validation study on a real-world EEG corpus Documentation Readme HRF Main.md: Comprehensive project overview and the main repository documentation Readme HRF Paper.md: Research paper companion guide Key Features Scikit-Learn API: Full compatibility via BaseEstimator and ClassifierMixin GPU Acceleration: NVIDIA RAPIDS (cuML, CuPy) integration Ensemble Methods: Bagging with configurable estimators Visualisation Tools: Decision boundary plots, confusion matrices, survival curves Broader Applications Beyond EEG The physics-informed approach generalises to any domain with wave-like phenomena: Immediate Deployment Domains Audio Processing: Speech recognition, music classification, acoustic anomaly detection Seismic Analysis: Earthquake early warning, structural health monitoring Radar/Sonar: Target detection in noisy maritime/aerospace environments Industrial IoT: Vibration-based predictive maintenance, equipment failure forecasting Telecommunications: Signal decoding under phase noise and multipath fading Emerging Research Frontiers Quantum Computing: Qubit state classification under decoherence Financial Markets: Cyclical pattern detection in high-frequency trading data Climate Science: Oscillatory climate pattern identification (El Niño, NAO) Material Science: Vibrational spectroscopy analysis, crystal structure determination Future Research Horizon: v16.0 Experimental Beta Internal R&D has successfully developed v16.0 with record-breaking 98.93% peak accuracy through Parallel Evolutionary Search. Currently in experimental status due to localised confusion matrix variance, with ongoing work on "Resonance Smoothing" techniques for v17.0 stabilisation. Validated Performance: 5-Fold CV Mean = 98.51% (±0.24%), confirming the evolutionary trajectory continues upward while maintaining the production stability of v15.0 as the official benchmark. Why This Matters for AI Research Paradigm Shift Evidence First Principles Win: Physics-informed bias outperforms purely data-driven optimisation Interpretability Revolution: Parameters map directly to physical phenomena (10 Hz frequency ≠, arbitrary weight) Robustness Proof: Mathematical invariance (Fourier transform) beats empirical regularisation Validation Standard: GPU-accelerated K-fold CV sets new rigour bar for ML research Humanitarian AI: Medical-grade performance accessible on consumer hardware democratizes healthcare technology For Research Institutions (DeepMind, Anthropic, OpenAI, Meta AI) This work demonstrates that the next frontier of AI advancement lies not in scaling compute or data, but in encoding domain knowledge as algorithmic priors. HRF proves that when AI "listens to the physics of reality," it achieves capabilities fundamentally inaccessible to statistical learning alone—while remaining interpretable, efficient, and clinically deployable. Citation & Reproducibility Dataset OpenML ID: 1471 (EEG Eye State Corpus) Samples: 14,980 continuous EEG recordings Features: 14-channel sensor array (AF3, F7, F3, FC5, T7, P7, O1, O2, P8, T8, FC6, F4, F8, AF4) Sampling Rate: 128 Hz Task: Binary classification (eyes open vs. closed) Computational Environment Hardware: NVIDIA GPU (CUDA 12.x compatible) Software: Python 3.11, NVIDIA RAPIDS (cuML v24.x, CuPy v12.x), scikit-learn Random Seeds: Fixed at 42 for all experiments
Abstract This comprehensive technical and strategic manifesto, authored by Abhijeet Sarkar of Synaptic AI Lab Private Limited, presents the architectural blueprint for "The Synaptic Ecosystem." This ecosystem represents a paradigm shift from traditional "Artificial" Intelligence to "Synaptic" Intelligence—a model of Organic Computation that prioritizes biological mimicry, plasticity, and civilizational sovereignty. Designed as an all-encompassing Earth Operating System, the platforms detailed herein address the foundational pillars of the modern nation-state: security, healthcare, finance, education, agriculture, and governance. By integrating proprietary technologies such as the Synapse-1 AGI kernel, Secure-ID (Blockchain/ZKP), IndicGPT (Brahmi-Net Tokenizer), and Vajra-Crypt (Post-Quantum Cryptography), Synaptic AI Lab aims to establish a resilient and autonomous digital infrastructure. This document serves as a technical disclosure of the lab's patent-pending methodologies and its strategic roadmap for the next decade, culminating in the Singularity Interface—the ultimate convergence of human consciousness and machine intelligence. Part I: The Foundation & The Shield (Sovereignty & Security) 1. The Synaptic Thesis: Beyond Binary Logic The current landscape of artificial intelligence is built upon the brittle foundation of binary logic and rigid neural architectures. At Synaptic AI Lab, under the leadership of Abhijeet Sarkar, we posit that the future of computation lies not in the further scaling of silicon transistors, but in the mimicry of the biological synapse. The Synaptic Thesis argues that intelligence is not merely the result of processing power, but the outcome of "Organic Computation"—a system characterized by high plasticity, asynchronous signal processing, and contextual modulation. Traditional AI models are static once trained; their weights are "frozen." In contrast, the Synaptic Ecosystem utilizes Active Plasticity Modules (APM). These allow the network to reorganize its topology in real-time based on environmental feedback, mirroring the way the human brain forms and prunes connections. This shift from "Artificial" to "Synaptic" Intelligence allows our systems to operate with the energy efficiency of a biological organism while maintaining the precision of a machine. This is the cornerstone of all products developed at Synaptic AI Lab. 2. The Core Architecture: Synapse-1 & The Neural Cloud Synapse-1 is the proprietary AGI kernel that serves as the central processing engine for the entire ecosystem. Unlike modular AI which treats tasks in isolation, Synapse-1 is built on a Multimodal Recursive Attention Mechanism (MRAM). This allows the kernel to perform "Cross-Domain Inference." For example, a linguistic pattern detected in IndicGPT can be used by Nyaya-Sahayak to better understand legal nuances, or a visual anomaly detected by Scan-Easy can inform the surveillance logic of Netra-X. The Neural Cloud provides the decentralized infrastructure required to host Synapse-1. To address the global energy crisis, Synaptic AI Lab has pioneered the Green Server Initiative. These data centers use immersion cooling and are powered entirely by renewable energy microgrids. Furthermore, we employ Dynamic Compute Offloading, where low-latency tasks are handled by edge devices, while high-entropy computations are pushed to the core, ensuring a 90% reduction in carbon footprint compared to traditional cloud providers. 3. Sovereign AI & Identity: The Secure-ID Protocol Data colonization by transnational tech giants has stripped nations of their digital sovereignty. Abhijeet Sarkar has identified the lack of a sovereign identity layer as the primary threat to national security. The Secure-ID Protocol is Synaptic AI Lab’s solution—a blockchain-based verifiable credentials system that uses Zero-Knowledge Proofs (ZKPs). The technical innovation here lies in our Selective Disclosure Architecture. A citizen can prove their eligibility for a government subsidy or their right to vote without revealing their name, address, or biometric data to the verifying party. The proof is mathematically generated and validated on a sovereign, permissioned ledger. This eliminates identity theft at the source and ensures that the state—and only the state—manages the identity of its citizens, free from external surveillance. 4. IndicGPT & The Linguistic DNA: The Brahmi-Net Tokenizer The Western bias in existing LLMs is not just a cultural issue; it is a technical failure. Standard tokenizers treat Devanagari, Tamil, or Telugu as outliers, breaking them into meaningless fragments that bloat the context window and degrade performance. IndicGPT, developed by Synaptic AI Lab, introduces the Brahmi-Net Tokenizer. Brahmi-Net is a morphology-aware tokenizer that understands the phonemic structure of Indic scripts. By treating ligatures and vowels as distinct semantic units, IndicGPT achieves a 3x higher information density than GPT-4 for Indian languages. This allows the model to capture 5,000 years of linguistic nuance, enabling it to perform everything from Vedic script analysis to real-time translation for a rural farmer in their specific dialect. 5. Infrastructure Immunity: Vajra-Crypt & Grid-Lock With the advent of quantum computing, the world faces "Q-Day"—the moment current encryption becomes obsolete. Vajra-Crypt is our patent-pending Post-Quantum Cryptography (PQC) suite. It utilizes lattice-based cryptography (Crystal-Dilithium equivalent) to secure diplomatic and military communications. Parallelly, the Grid-Lock system protects the physical nodes of the nation. It is an AI-driven Industrial IoT (IIoT) sentinel designed for power grids and water systems. Grid-Lock monitors the "Heartbeat" of industrial controllers (PLCs). If a cyber-attacker attempts to manipulate the frequency of a turbine or the flow of a valve, Grid-Lock detects the behavioral anomaly in milliseconds and enters a "Lockdown State," preventing catastrophic failure and ensuring national resilience. 6. The Autonomous Shield: Netra-X & Swarm-Rakshak Protecting porous borders in terrain like the Himalayas is a human impossibility. Netra-X is our edge-computing surveillance node. These units are solar-powered and feature thermal, acoustic, and visual sensors. The AI on-board ignores natural movements (animals, wind) but identifies human intrusions with 99.9% accuracy, even in zero-visibility conditions. Swarm-Rakshak provides the tactical response. It is a decentralized Operating System for drone swarms. Instead of a "master-slave" architecture which has a single point of failure, Swarm-Rakshak uses Leaderless Consensus Algorithms. If one drone is shot down, the rest of the "hive" instantly redistributes the mission parameters. This asymmetric defense platform ensures that the borders of the republic are defended by a persistent, intelligent, and unyielding autonomous shield. Part II: The Digital Hippocrates (Healthcare) 7. The First Mile: Rural-Doc & Jan-Awaaz Healthcare in the Global South suffers from a "Last Mile" problem—or as Abhijeet Sarkar calls it, the "First Mile Crisis." Most deaths occur because patients cannot access a doctor for an initial triage. Rural-Doc is a WhatsApp-integrated triage agent that uses Synapse-1’s medical reasoning module. It converses with patients in local dialects, assesses the severity of symptoms, and provides immediate guidance. Jan-Awaaz acts as the accountability layer. It is a voice-native grievance agent that listens to patients. It uses Emotional Prosody Analysis to detect distress or urgency in a caller's voice. If a primary health center is understaffed or a doctor is absent, Jan-Awaaz aggregates these voice reports into a real-time "Health Map" for the Ministry of Health, ensuring that administrative bottlenecks are cleared using real-world data. 8. Pocket Diagnostics: The Scan-Easy Revolution The lack of diagnostic labs in rural areas leads to late-stage detections of preventable diseases. Scan-Easy is a Computer Vision platform that turns any smartphone camera into a diagnostic tool. By analyzing the color and texture of the inner eyelid, it detects Anemia. By analyzing oral lesions, it flags early-stage Oral Cancer. The technical breakthrough in Scan-Easy is our Environment-Invariant Feature Extraction. The AI can account for poor lighting, low camera resolution, and varying skin tones, making it as reliable in a dusty village as it is in a sterile clinic. This democratizes diagnostics, putting a multi-million dollar lab in the pocket of every health worker. 9. The Planetary Immunity System: Epi-Watch Future pandemics will be stopped by data, not just vaccines. Epi-Watch is Synaptic AI Lab's bio-surveillance platform. It ingests non-traditional data streams: Google searches for "fever," pharmacy sales of paracetamol, and even noise levels in urban centers. By applying Spatiotemporal Predictive Modeling, Epi-Watch can identify an outbreak cluster weeks before a single patient is officially tested. This "Planetary Immunity System" allows for targeted interventions—like shutting down a specific block or air-dropping medical supplies—before a localized infection becomes a national crisis. 10. Drug Discovery at Light Speed: Generative Protein Folding Traditional drug discovery is a 10-year gamble. Synaptic AI Lab is compressing this to 10 months. Our Generative Protein Folding models simulate the molecular interactions between viruses and potential drug compounds in a virtual environment. Instead of trial and error in a wet lab, Synapse-1 generates millions of molecular structures and "folds" them to see which ones inhibit the target protein. This platform is currently being used to develop affordable treatments for neglected tropical diseases, proving that Synaptic Intelligence can solve problems that are not commercially viable for Western Big Pharma. 11. Mental Health & The Empathy Eng
This article examines the legal nature of smart contracts and their compatibility with the legal system of the Republic of Azerbaijan. Smart contracts are defined as a hybrid legal mechanism arising from the convergence of classical contract law and blockchain technology. The author argues that automated execution of contractual obligations significantly reshapes traditional legal concepts of consent and performance. The study provides a comparative analysis of international regulatory approaches to smart contracts, focusing on the United States, the European Union, and selected Asian countries. Key principles such as technological neutrality, functional equivalence, and human oversight are assessed. This comparative perspective highlights the growing role of smart contracts beyond purely commercial transactions. The article evaluates Azerbaijani legislation, including the Civil Code, the Law on Electronic Signature and Electronic Document, and the Digital Development Concept, as a normative foundation for smart contracts. It concludes that the existing legal framework offers sufficient grounds for recognizing smart contracts as legally valid electronic agreements. The author emphasizes the potential application of smart contracts in digital government, e-services, and public procurement as part of Azerbaijan’s broader digital transformation agenda
The introduction of information and communication technologies in the legal domain has enabled the automation of some activities in the legal profession. With the advent of blockchain and smart contracts, new tools have emerged for lawyers and their clients, enhancing transparency and increasing trust compared to traditional legal instruments. Once deployed, smart contracts should be able to respond to various events that can occur during the contract’s lifecycle. However, this kind of automation in smart contracts requires them to embed necessary legal knowledge and implement support for legal reasoning. In this paper, we propose a legal reasoning method for smart contracts that incorporates defeasible logic, a key requirement for automated reasoning in the legal domain. The entire reasoning process in our approach is performed on the blockchain infrastructure, making the drawing of conclusions fully transparent and accessible to all interested parties. To demonstrate our concept, we illustrate how certain rights prescribed under labour law can be embedded within a smart contract and deployed on the blockchain as a legal reasoning service. Then, we show how an employment contract can use the reasoning contract to automatically apply legal norms to infer conclusions and determine legal consequences in particular cases. We analyse the benefits and potential issues of this method and discuss directions for future work. Optimisation of the reasoning engine is one of the challenges we identified that needs to be tackled in future.
Hybrid AI systems that combine cognitive decision-making with physical actuation pose unprecedented challenges for governance, safety, and certification. AGORIA 3.4 presents a unified architectural framework that bridges cognitive governance (AGORIA v1.3) and cyber-physical governance (AGORIA v1.6) into a coherent, certifiable solution for safety-critical applications.Core Innovation: Controlled IgnoranceAGORIA introduces the principle of controlled ignorance—the deliberate, verifiable, and structural restriction of information accessible to each system layer beyond what is strictly required for its formal responsibility. This architectural invariant reduces cognitive coupling, limits attack surfaces, enables independent certification, and ensures that no single component can subvert the safety-governance chain. Zero-knowledge proofs provide cryptographic enforcement of this separation.Four-Layer ArchitectureThe framework organizes systems into four formally interconnected layers: STRATEGOS: Strategic cognitive governance via Choquet integral aggregation (~100 ms)GENESIS: Tactical planning with DSL→STL translation and ZK certificate generation (<50 ms)NEXUS: Bounded verification independent of semantic complexity (<250 µs)HSL++: Hardware-enforced physical safety via Control Barrier Functions (100 µs–kHz) Formal GuaranteesAGORIA provides four normative amendments with mathematical proofs: Robust Invariance via CBF with explicit feasibility hypothesis and statistically calibrated margins (Theorem 1)Bounded WCET Verification via succinct ZK proofs on constrained platforms (Proposition 2)Practical Stability under Lipschitz-continuous governance parameter variation (Theorem 2)Conservative Semantic Bridge from domain-specific language to decidable STL fragment (Theorem 3) Validation and CertificationExperimental validation covers three scenarios: autonomous vehicle (1000 trials), surgical robot (500 trials), and multi-agent factory (100 trials). AGORIA achieves zero safety violations while maintaining bounded worst-case execution time (<250 µs). A case study on multi-source aeronautical navigation (ILS, VOR, GBAS, DME) demonstrates framework genericity.The architecture enables hybrid certification compatible with: Functional safety standards (ISO 26262 ASIL D, IEC 61508 SIL 3)AI regulatory requirements (EU AI Act 2024/1689, UL 4600)Industrial cybersecurity (IEC 62443) Related Publications AGORIA v1.3: Cognitive Governance (Zenodo, 2025)AGORIA v1.6: Cyber-Physical Governance (Zenodo, 2025)
Michael G. Xevgenis, Maria Polychronaki, Dimitrios G. Kogias, Helen C. Leligkou · 5 authors
Zero-Touch Network (ZTN) represents a cornerstone approach of Next Generation Networks (NGNs), enabling fully automated and AI-driven network and service management. However, their distributed and multi-domain nature introduces critical security challenges, particularly regarding service identity and data integrity. This paper proposes a novel blockchain-based framework to enhance the security of ZTN through two complementary mechanisms: decentralized digital identity management and oracle-assisted network monitoring. First, a Decentralized Identity Management framework aligned with Zero-Trust Architecture principles is introduced to ensure tamper-proof authentication and authorization in a trustless environment among network components. By leveraging decentralized identifiers, verifiable credentials, and zero-knowledge proofs, the proposed Decentralized Authentication and Authorization component eliminates reliance on centralized authorities, while preserving privacy and interoperability across domains. Second, the paper investigates blockchain oracle mechanisms as a means to extend data integrity guarantees beyond the blockchain, enabling secure monitoring of Network Services and validation of Service-Level Agreements. We propose a four-dimensional framework for oracle design, based on qualitative comparison of oracle types—decentralized, compute-enabled, and consensus-based—to identify their suitability for NGN scenarios. This work proposes an architectural and design framework for Zero-Touch Networks, focusing on system integration and security-aware orchestration rather than large-scale experimental evaluation. The outcome of our study highlights the potential of integrating blockchain-based identity and oracle solutions to achieve resilient, transparent, and self-managed network ecosystems. This research bridges the gap between theory and implementation by offering a holistic approach that unifies identity security and data integrity in ZTNs, paving the way towards trustworthy and autonomous 6G infrastructures.
The convergence of artificial intelligence (AI), machine learning (ML), blockchain, and big data analytics is transforming the governance, sustainability, and resilience of modern banking ecosystems. This study provides a multivariate bibliometric analysis using Principal Component Analysis (PCA) of research indexed in Scopus and Web of Science to explore how decentralized digital infrastructures and AI-driven analytical capabilities contribute to sustainable financial development, transparent governance, and climate-resilient digital societies. Findings indicate a rapid increase in interdisciplinary work integrating Distributed Ledger Technology (DLT) with large-scale data processing, federated learning, privacy-preserving computation, and intelligent automation—tools that can enhance financial inclusion, regulatory integrity, and environmental risk management. Keyword network analyses reveal blockchain’s growing role in improving data provenance, security, and trust—key governance dimensions for sustainable and resilient financial systems—while AI/ML and big data analytics dominate research on predictive intelligence, ESG-related risk modeling, customer well-being analytics, and real-time decision support for sustainable finance. Comparative analyses show distinct emphases: Web of Science highlights decentralized architectures, consensus mechanisms, and smart contracts relevant to transparent financial governance, whereas Scopus emphasizes customer-centered analytics, natural language processing, and high-throughput data environments supporting inclusive and equitable financial services. Patterns of global collaboration demonstrate strong internationalization, with Europe, China, and the United States emerging as key hubs in shaping sustainable and digitally resilient banking infrastructures. By mapping intellectual, technological, and collaborative structures, this study clarifies how decentralized intelligence—enabled by the fusion of AI/ML, blockchain, and big data—supports secure, scalable, and sustainability-driven financial ecosystems. The results identify critical research pathways for strengthening financial governance, enhancing climate and social resilience, and advancing digital transformation, which contributes to more inclusive, equitable, and sustainable societies.
Address verification and spend limit checks in card and instant payment systems expose cardholder ZIP codes and velocity histories to gateways and intermediaries, which increases the privacy impact of breaches. At the same time, issuers rely on these checks to control fraud within strict two to three hundred millisecond authorization budgets. This paper presents ZK-AVS, a design that replaces plaintext AVS and spend limit evaluation with zero knowledge proofs produced on the customer device and verified at the payment gateway. The issuer stores commitments to the cardholder ZIP and per window spend counters, and the device proves that its ZIP matches the committed value and that the proposed transaction keeps cumulative spend within the configured limit, without revealing the underlying values. We instantiate a synthetic workload of fifty thousand transactions and show that AVS mismatch and limit pressure carry useful fraud signal that can be exposed as proof outcomes. The design is structured to fit within sub three hundred millisecond budgets on commodity devices, while removing direct exposure of address and spend history data at the gateway and keeping changes largely at endpoints.
Chandramohan Dhasarathan, Puviyarasi Thirugnanasammandamoorthi, B. Ramachandra Reddy, Diwakar Tripathi
The integration of Blockchain technology with the Internet of Medical Things (IoMT) presents transformative potential for healthcare, enhancing data security, privacy, and transparency. As IoMT devices collect and transmit sensitive health data, ensuring privacy and preventing unauthorized access become critical concerns. Blockchain offers a decentralized, immutable ledger that can address these challenges by providing secure transaction recording and audit trails. However, limitations related to scalability and efficiency remain obstacles to broad adoption. This research explores various optimization strategies such as consensus algorithm improvements (e.g., Proof of Stake over Proof of Work), hybrid Blockchain models, and off-chain storage to enhance performance in IoMT environments. Lightweight cryptographic protocols are also proposed to reduce device overhead. Through simulations and real-world case studies, we evaluate these strategies in terms of latency, energy efficiency, security, and compliance. Results indicate that Blockchain, when optimized, significantly enhances trust, interoperability, and usability in healthcare IoMT applications.
The explosive gains of FinTech-enabled digital payments have raised concerns about transaction privacy, the leaking of identity information and regulatory compliance on public blockchains. Existing privacy-preserving payment solutions either have a high computational overhead or do not offer controlled auditability as demanded by financial regulators. This research addresses the problem of ensuring good privacy of transactions while guaranteeing lawful transparency of decentralized payment systems. The goal is to create a blockchain payment framework that incorporates zero-knowledge proof (ZKP) which will ensure payer anonymity, transaction unlinkability and selective regulatory disclosure. The proposed method combines cryptographic identity commitments, private transaction circuits with zk-SNARK and gas optimized smart contract verification with controlled audit proofs. The framework is tested on the Private-FinPay data set that contains two million transactions. Experimental results indicate that the proposed ZKP-FinPay can achieve$\mathbf{1, 2 0 0}$transactions per second, verification latency of$\mathbf{1 2 0}$ms, anonymity set of 50,000 users, and 0.5% probability of privacy leakage, which is better than the five state-of-the-art privacypreserving payment protocols. These findings confirm the viability of regulatory-compliant privacy preservation of FinTech blockchain systems as being technically feasible and practically scalable.
G. Sreenivasulu, Bathula Siva Nageswara Rao, C. Rama Krishna, Srikanth Lukka · 6 authors
This study presents a comprehensive comparative research of the significant blockchain consensus algorithms, such as Proof of Work, Proof of Stake, Delegated Proof of Stake, Practical Byzantine Fault Tolerance, Proof of Authority, and hybrid mechanisms, and the purpose of it is to assess the performance, safety and applicability of blockchain to the modern use of blockchain. The studies analyze the key metrics, including throughput, latency, resource consumption, finality behavior, and fault tolerance in various network conditions based on a quantitative, simulation-based methodology with the help of secondary datasets. The results indicate that there are high levels of performance differences among consensus algorithms, as permissioned and delegated algorithms show better efficiency, and low latency, whereas public mechanisms put more emphasis on decentralization, disregarding speed and energy efficiency. The paper identifies the trade-offs inherent to consensus design and points out that no one mechanism is optimal, instead it needs to be chosen based on applicationspecific factors to do with scalability, trust, security, and decentralization. These insights help gain better insight into the issue of consensus behavior and make future choices regarding building the blockchain system.
This paper introduces a robust, scalable, and flexible workflow architecture designed to overcome longstanding challenges in the financial services sector. Financial institutions often face operational bottlenecks due to fragmented legacy systems, redundant Know Your Customer (KYC) procedures, and manual, error-prone processes. To address these inefficiencies, we propose a secure, distributed architecture leveraging the Distributed Ledger Technology (DLT) of R3 Corda to ensure immutable, auditable, and tamper-resistant records. The system integrates RESTful APIs to abstract the underlying blockchain complexity, providing seamless interoperability between banking systems and third-party services. Key modules include automated KYC verification, loan processing, and document authentication, which collectively reduce processing times, lower operational risk, and enhance regulatory compliance. To ensure user accessibility, the system features an intuitive graphical user interface (GUI) developed with Bubble.io, creating a seamless and efficient mechanism for end-to-end loan life cycle management. The system's modular architecture is validated through extensive testing, including Cypress-based automation, and is designed for future scalability, positioning it as a forward-thinking solution for broader adoption of blockchain in digital financial services.
P. Chinnasamy, N. Hemanth Reddy, K. Manjusri, P. Kusuma Priya · 5 authors
Medi Chain is a system that is established to introduce a higher degree of trust and transparency into the process of medicine supply. In the current times, counterfeit and bootleg drugs are a point of serious concern, particularly in cases where the physician prescribes them. Medicine batches are tracked and recorded by Medi Chain via blockchain since the stage of manufacture to the point of sale. The data stored is unchangeable and unbreachable as all the data is stored on the Sepolia Ethereum network in the form of smart contracts. Through QR- based checks, the platform enables users of the site to scan a code and instantly access essential information, including the source of the medication, who touched it, and the presence of a valid prescription pivotal to that prescription. This has made the system easy to use as the blockchain logic is written in Solidity and Web3.js, and the user interface is written in React.js and Tailwind CSS. Firebase is used to deal with secure log in, document uploading, and storage of prescription files. The system includes some basic yet significant precautions to ensure that the process of medicine handling happens safely in all stages. Each medicine flow remains exposed and safe and cannot be abused or misused. MetaMask logins, quick scans on QR, allow its users to quickly verify authenticity, making sure that prescriptions are adhered to.
This article examines the probative value of blockchain (distributed ledger technology) in legal proof. It highlights the technology’s core features—decentralization, immutability, cryptography, and time-stamping—and assesses how they fit within rules of evidence, particularly the requirements of electronic writing and electronic signature. The study also discusses the extent of legislative recognition in Morocco and comparative systems, with a focus on identity attribution and the link between a digital record and its author. It concludes that blockchain records may carry increasing persuasive force, while full evidentiary equivalence requires clearer regulatory frameworks and trusted digital services to ensure integrity and reliability.
This paper proposes a Decentralized Autonomous Intelligence (DAI) architecture that overcomes the self-referential limitations of conventional AI and Web3 systems by dynamically grounding collective intelligence in physical reality. By coupling internal consensus with high-fidelity external data such as environmental, biological, and economic signals, the framework prevents value drift, Sybil manipulation, and speculative bias. The result is a reality-aligned, secure, and scalable intelligence system optimized for real-world utility and immediate deployment.
The pharmaceutical industry plays an important role in protecting community health by researching, developing and distributing drugs to prevent and cure illnesses. As an integral part of healthcare industry, it faces several challenges such as rising research and development costs, extended approval timelines, supply chain inefficiencies and low patient involvement. This paper examines role of decentralized autonomous organizations (DAOs) in addressing these challenges. It reviews DAO frameworks, decision-making models, reward mechanism, and roles of stakeholders using case studies such as VitaDAO and Molecule to explain their functioning and adoption of DAOs in pharmaceutical industry. DAOs offer a promising alternative to traditional hierarchical systems by promoting innovation and empowering stakeholders. To advance drug discovery and development, DAOs provide a shared platform for scientists, patients, funding agencies and regulatory authorities to work in a democratic and collaborative way to make decisions and manage operations in drug industry. Despite its several benefits, DAOs also face significant challenges, including regulatory uncertainty, data protection, and ensuring longterm sustainability. Future directions include integration of AI into pharmaceutical DAOs, privacy-enhanced DAOs, and cross-DAO cooperation to promote global collaboration across borders.
The subject of the stud y is a digital token in a cross–border payment infrastructure (hereinafter referred to as CBPI) based on distributed ledger technology (hereinafter referred to as DLT). The purpose of the work is to analyze and scientifically evaluate methodological approaches to the formation of CBPI. The relevance of the work is due to the atmosphere of uncertainty and growing risks of external impact on the cross-border payment infrastructure that the Russian Federation has faced in recent years, as well as the need to address the challenge of ensuring accessibility, continuity, sustainability and security of its operation. As a result of the research, using heterodox, systemic, structural-functional, cybernetic, pragmatic and institutional approaches, the economic characteristics of the payment token have been developed and presented, including the most significant ones for the smooth implementation of cross-border payment transactions. It is concluded that the existing approaches make it possible to determine the main economic characteristics of a digital token in a cross-border payment infrastructure based on DLT, including security, cost stability, liquidity, volatility, as well as auxiliary ones — interoperability, scalability, transactional neutrality, economic isolation.
Daniel Qian, Xiyu Hao, Jinkun Geng, Yuncheng Yao · 7 authors
As Byzantine Fault Tolerant (BFT) protocols are increasingly adopted for user-facing applications such as payments and smart contracts, it is crucial that they provide low latency. To reduce latency, some BFT consensus protocols use a leaderless, speculative, fast path where clients broadcast requests directly to replicas, enabling end-to-end commit latency of two message delays ($2Δ$). However, such a fast path is extremely fragile: concurrent requests can cause replicas to diverge when they receive requests in different orders, triggering costly recovery procedures. This paper presents Aspen, a leaderless speculative BFT protocol that handles concurrent requests while achieving near-optimal latency of $2Δ+ ε$. The $ε$ term is a short waiting delay introduced by Aspen's best effort ordering layer, which uses loosely synchronized clocks and network delay estimates to provide a tentative order. To make its fast path even more robust to intermittent divergence, Aspen adds extra replicas ($n = 3f + 2p + 1$) as well as novel recovery mechanisms that allow the system to tolerate divergence while preserving safety and performance. In experiments with geo-distributed replicas, Aspen reduces the median latency of requests by $1.1\times$--$3.8\times$ compared to state-of-the-art BFT protocols, while sustaining up to $0.75\times$ the peak throughput of throughput-optimized designs.
Martin PereÅ¡Ãni, Tomáš Hladký, Jakub KubÃk, Ivan Homoliak
The aim of this work is to enhance blockchain security by deepening the understanding of selfish mining attacks in various consensus protocols, especially the ones that have the potential to mitigate selfish mining. Previous research was mainly focused on a particular protocol with a single selfish miner, while only limited studies have been conducted on two or more attackers. To address this gap, we proposed a stochastic simulation framework that enables analysis of selfish mining with multiple attackers across various consensus protocols. We created the model of Proof-of-Work (PoW) Nakamoto consensus (serving as the baseline) as well as models of two additional consensus protocols designed to mitigate selfish mining: Fruitchain and Strongchain. Using our framework, thresholds reported in the literature were verified, and several novel thresholds were discovered for 2 and more attackers. We made the source code of our framework available, enabling researchers to evaluate any newly added protocol with one or more selfish miners and cross-compare it with already modeled protocols.
Trust between entities in any scenario without a trusted third party is very difficult, and trust is exactly what blockchain aims to bring into the digital world with its basic features. Many applications are moving to blockchain adoption, enabling users to work in a trustworthy manner. The early generations of blockchain have a problem; they cannot share information with other blockchains. As more and more entities move their applications to the blockchain, they generate large volumes of data, and as applications have become more complex, sharing information between different blockchains has become a necessity. This has led to the research and development of interoperable solutions allowing blockchains to connect together. This paper discusses a few blockchain platforms that provide interoperable solutions, emphasising their ability to connect heterogeneous blockchains. It also discusses a case study scenario to illustrate the importance and benefits of using interoperable solutions. We also present a few topics that need to be solved in the realm of interoperability.
Xunqiang Lan, Xiao Tang, Ruonan Zhang, Bin Li · 7 authors
Blockchain plays a crucial role in ensuring the security and integrity of decentralized systems, with the proof-of-work (PoW) mechanism being fundamental for achieving distributed consensus. As PoW blockchains see broader adoption, an increasingly diverse set of miners with varying computing capabilities participate in the network. In this paper, we consider the PoW blockchain mining, where the miners are associated with resource uncertainties. To characterize the uncertainty computing resources at different mining participants, we establish an ambiguous set representing uncertainty of resource distributions. Then, the networked mining is formulated as a non-cooperative game, where distributionally robust performance is calculated for each individual miner to tackle the resource uncertainties. We prove the existence of the equilibrium of the distributionally robust mining game. To derive the equilibrium, we propose the conditional value-at-risk (CVaR)-based reinterpretation of the best response of each miner. We then solve the individual strategy with alternating optimization, which facilitates the iteration among miners towards the game equilibrium. Furthermore, we consider the case that the ambiguity of resource distribution reduces to Gaussian distribution and the case that another uncertainties vanish, and then characterize the properties of the equilibrium therein along with a distributed algorithm to achieve the equilibrium. Simulation results show that the proposed approaches effectively converge to the equilibrium, and effectively tackle the uncertainties in blockchain mining to achieve a robust performance guarantee.
Learning and Employment Record (LER) systems are emerging as critical infrastructure for securely compiling and sharing educational and work achievements. Existing blockchain-based platforms leverage verifiable credentials but typically lack automated skill-credential generation and the ability to incorporate unstructured evidence of learning. In this paper,a privacy-preserving, AI-enabled decentralized LER system is proposed to address these gaps. Digitally signed transcripts from educational institutions are accepted, and verifiable self-issued skill credentials are derived inside a trusted execution environment (TEE) by a natural language processing pipeline that analyzes formal records (e.g., transcripts, syllabi) and informal artifacts. All verification and job-skill matching are performed inside the enclave with selective disclosure, so raw credentials and private keys remain enclave-confined. Job matching relies solely on attested skill vectors and is invariant to non-skill resume fields, thereby reducing opportunities for screening bias.The NLP component was evaluated on sample learner data; the mapping follows the validated Syllabus-to-O*NET methodology,and a stability test across repeated runs observed <5% variance in top-ranked skills. Formal security statements and proof sketches are provided showing that derived credentials are unforgeable and that sensitive information remains confidential. The proposed system thus supports secure education and employment credentialing, robust transcript verification,and automated, privacy-preserving skill extraction within a decentralized framework.