Blockchain Papers

Follow blockchain research across journals, conferences, and preprint repositories.

79 papersLast indexed Aug 31, 2026
Search papers

Paper index

79 results Ā· page 1 of 4

Clear filters
Jul 17, 2026Ā·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Causally verified distributed boundary memory and paid self-maintenance in a finite simulated medium

Rodion Mironov

We report, in a finite designed reaction–diffusion medium on a 64Ɨ64 lattice, a distributed physical memory that lives in the configuration of a flow-constructed boundary rather than in any object, label, or instruction store. A directed flow writes a local orientation field into boundary material; after the originating flow is removed and the medium relaxes, an identical weak, direction-free scalar input recovers opposite motions depending only on the boundary's history. The effect is causally necessary: resetting the boundary, shuffling its local orientation, or disabling its plasticity abolishes recovery, and a fixed-protocol permutation test (statistic and one-sided alternative fixed in advance) gives per-seed p ≤ 5Ɨ10⁻³ across eight independent seeds with large effect sizes. In an autonomous extension, boundary memory continuously gates permeability, acquired resource drives motion, and motion pays for repair of the boundary that stores the memory, closing a self-maintaining loop that survives repeated damage. Results rest on gates and thresholds fixed before the confirmation runs, disjoint development/confirmation seed families, and a conserved resource ledger in the autonomous stage (B1). We do not claim natural occurrence, open-ended evolution, spontaneous birth of the carrier, or new physical laws; the contribution is the causal-necessity protocol and its transportable operational definition of configuration memory. This study is one component of a broader, open-ended research program exploring the possibility space of non-genomic organization — memory, self-maintenance, and selection-like dynamics that need not rely on a genome. The present preprint establishes only the distributed-memory component and makes no claim about evolution, inheritance, life, or natural occurrence.

Open access
2 source records
Nonlinear Dynamics and Pattern Formation
Origins and Evolution of Life
Modular Robots and Swarm Intelligence
Original source
Jul 10, 2026Ā·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Multi-Swarm Agency Protocol: Emergent Coordination in Heterogeneous Agent Networks. (50 pages)

Alfredo Medina Hernandez, MedinaTech

Multi-Swarm Agency Protocol: Emergent Coordination in Heterogeneous Agent Networks Through φ-Resonant Synchronization and Distributed Consensus Mechanisms We present the Multi-Swarm Agency Protocol (MSAP), a comprehensive formal framework for coordinating heterogeneous autonomous agent swarms without centralized control, external orchestration, or pre-negotiated cooperation agreements. MSAP enables N independent swarms, each with distinct objectives, internal governance structures, resource constraints, and temporal dynamics, to achieve coherent collective behavior through a novel mechanism we term φ-resonant synchronization. This synchronization leverages the mathematical properties of the golden ratio φ = 1.618033988749895 to achieve optimal coupling strengths that balance coordination benefits against autonomy costs. We prove that under MSAP, swarm coordination converges in O(log N) synchronization rounds with probability 1 āˆ’ ε for any ε > 0, provided the inter-swarm coupling matrix satisfies the spectral condition λ₂(K) > φ⁻¹. We further establish that this convergence is optimal—no protocol can achieve coordination in fewer than Ī©(log N) rounds under our adversarial message delay model. The protocol is fault-tolerant, maintaining coordination properties even when up to f < N/φ² swarms experience Byzantine failures. Our theoretical contributions include: (1) a complete characterization of the swarm synchronization manifold as a φ-weighted torus, (2) proof that emergent coordination behaviors satisfy a novel compositionality theorem enabling hierarchical swarm-of-swarms architectures, (3) informationtheoretic lower bounds showing our protocol is communication-optimal within constant factors, and (4) extension of classical Kuramoto dynamics to heterogeneous multi-objective settings with rigorous stability analysis. Empirical validation across 47 production deployments spanning six industries (aviation, finance, healthcare, manufacturing, logistics, smart cities) demonstrates 94.7% coordination success rate (σ = 2.3%), mean coordination latency of 127ms (σ = 34ms), and mean rounds-tosynchronization of 4.2 (σ = 1.1). Our largest deployment coordinates 12 swarms comprising 2,847 agents with sustained throughput of 45,000 coordinated actions per second. Comparative evaluation against seven baseline coordination protocols shows MSAP achieves 2.3Ɨ higher coordination success, 4.1Ɨ lower latency, and 6.7Ɨ better scalability. The MSAP reference implementation is open-source (Apache 2.0 license), with formal verification in Coq ensuring correctness of core synchronization invariants. We discuss implications for the emerging field of multi-swarm robotics, autonomous vehicle coordination, and distributed AI governance. **Keywords:** Multi-agent systems, swarm intelligence, distributed coordination, emergent behavior, φ-synchronization, Kuramoto oscillators, Byzantine fault tolerance, heterogeneous agents, protocol verification, autonomous systems, collective intelligence, decentralized control, golden ratio mathematics **ACM Classification:** I.2.11 Distributed Artificial Intelligence—Multiagent systems; C.2.4 Distributed Systems—Distributed applications; G.1.6 Optimization—Global optimization --- ## 1. Introduction ### 1.1 The Multi-Swarm Challenge Modern enterprise systems increasingly deploy multiple autonomous agent swarms, each optimized for specific domains: supply chain optimization, customer service automation, financial analysis, security monitoring, predictive maintenance, and resource allocation. These swarms must coordinate without: 1. **Central orchestration** — no single point of failure or control 2. **Pre-defined protocols** — agents and swarms may be unknown at design time 3. **Shared objectives** — swarms optimize different, potentially conflicting fitness functions 4. **Global visibility** — each swarm has only local information 5. **Synchronous execution** — communication delays are arbitrary and unpredictable Traditional multi-agent coordination assumes homogeneous agents with aligned goals operating in synchronous rounds with reliable communication. Real-world deployment shatters these assumptions. A supply chain swarm optimizing for just-in-time delivery may conflict with a sustainability swarm minimizing carbon footprint. A security swarm restricting access may impede a customer service swarm maximizing responsiveness. These conflicts cannot be resolved by a central authority—they must emerge from distributed negotiation. ### 1.2 Motivating Applications Distributed Financial Trading A quantitative trading firm operates: - **Alpha generation swarm**: Signal discovery, factor modeling - **Execution swarm**: Order routing, market making, latency arbitrage - **Risk management swarm**: Position limits, VaR monitoring, stress testing - **Compliance swarm**: Regulatory reporting, trade surveillance Alpha wants to maximize returns. Execution wants to minimize slippage. Risk wants to limit exposure. Compliance wants to ensure auditability. These objectives are inherently in tension. MSAP enables these swarms to coordinate in real-time (sub-millisecond) while preserving their distinct mandates. Smart City Infrastructure A metropolitan area coordinates: - **Traffic management swarm**: Signal timing, congestion routing - **Emergency response swarm**: Dispatch, route clearing, hospital coordination - **Energy grid swarm**: Load balancing, renewable integration, demand response - **Public transit swarm**: Schedule optimization, crowd management An emergency affects traffic routing, which affects bus schedules, which affects commuter energy demand. MSAP enables these swarms to coordinate at city scale (millions of agents) with second-level latency. Technical Challenges Multi-swarm coordination presents several fundamental challenges: **Challenge 1: Heterogeneous Objectives** Swarms optimize different fitness functions G₁, Gā‚‚, ..., Gā‚™. Coordination must not require swarms to abandon their objectives; rather, it must find operating points where swarms can achieve reasonable satisfaction while enabling collective behavior. **Challenge 2: Dynamic Membership** Swarms join and leave the coordination network. New swarm types emerge. The protocol cannot assume fixed membership or pre-shared knowledge of swarm capabilities. **Challenge 3: Adversarial Environment** Some swarms may be compromised, behave selfishly, or actively attempt to disrupt coordination. The protocol must be robust to Byzantine behavior. **Challenge 4: Scale** Real deployments involve thousands of swarms with millions of agents. The coordination overhead must scale sub-linearly with swarm count. **Challenge 5: Latency** Many applications require sub-second coordination. The protocol must minimize synchronization rounds. ### 1.4 Our Approach: φ-Resonant Synchronization MSAP addresses these challenges through a novel coordination mechanism inspired by coupled oscillator dynamics. Each swarm maintains a "coordination phase" Īø ∈ [0, 2Ļ€) representing its current position in a coordination cycle. Swarms influence each other's phases through φweighted coupling, where the golden ratio φ = 1.618033988749895 appears naturally from optimality conditions . The key insights are: 1. **Phase representation abstracts objectives**: A swarm's phase encodes its current coordination state without revealing internal structure or fitness function. 2. **Kuramoto-like dynamics ensure convergence**: Modified Kuramoto oscillator dynamics guarantee that coupled swarms synchronize their phases. 3. **φ-weighting optimizes coupling**: The golden ratio weighting balances coordination strength against autonomy preservation, emerging from variational principles. 4. **Hierarchical composition**: Synchronized swarms can themselves be treated as agents in a meta-swarm, enabling recursive coordination. ### 1.5 Contributions This paper presents: 1. **MSAP Framework** — A complete formal protocol for multi-swarm coordination, including message formats, state machines, and invariants (Section 3). 2. **φ-Resonance Theory** — Mathematical foundation for emergent synchronization, proving optimality of golden ratio coupling (Section 2). 3. **Convergence Proofs** — Rigorous analysis showing O(log N) coordination with high probability, with matching lower bounds 4. **Fault Tolerance** — Extension to Byzantine settings with f < N/φ² fault threshold (Section 5). 5. **Production Validation** — Comprehensive evaluation across 47 deployments in 6 industries (Section 7). 6. **Formal Verification** — Coq proofs of core protocol invariants (Appendix B). 7. **Reference Implementation** — Open-source implementation with performance benchmarks (Section 6). ### 1.6 Paper Organization Section 2 develops the mathematical foundation. Section 3 specifies the MSAP protocol. Section 4 analyzes convergence and complexity. Section 5 addresses fault tolerance. Section 6 describes implementation. Section 7 presents empirical evaluation. Section 8 surveys related work. Section 9 concludes with future directions. Appendices provide complete proofs, algorithms, and verification artifacts. --- ## 2. Mathematical Foundation ### 2.1 Notation and Preliminaries Throughout this paper, we use the following notation: | Symbol | Meaning | |--------|---------| | φ | Golden ratio, φ = (1 + √5)/2 ā‰ˆ 1.618033988749895 | | φ⁻¹ | Reciprocal, φ⁻¹ = φ āˆ’ 1 ā‰ˆ 0.618033988749895 | | N | Number of swarms | | n | Total number of agents across all swarms | | S, Sįµ¢ | Swarm, i-th swarm | | A, aā±¼ | Agent, j-th agent | | Θ, Θᵢ | Phase angle, phase of swarm i | | R, Rįµ¢ | Order parameter (coherence), coherence of swarm i | | K, Kᵢⱼ | Coupling matrix, coupling between swarms i and j | | G, Gįµ¢ | Fitness function, fitness of swarm i | | ω, ωᵢ | Natural frequency, frequency of swarm i | | λₖ(M) | k-th eigenvalue of matrix M | | ‖·‖ | Euclidean norm | | ⟨·,·⟩ | Inner product | | ā„™[

Open access
2 source records
Distributed Control Multi-Agent Systems
Modular Robots and Swarm Intelligence
Opportunistic and Delay-Tolerant Networks
Original source
May 28, 2026Ā·Companion Proceedings of the ACM Web Conference 2026
0 cites
Foundations for the Agentic Web: Networked AI Agents in a Decentralized Architecture (NANDA)

Ramesh Raskar, Pradyumna Chari

The agentic web, where billions of autonomous AI agents discover, communicate, and coordinate across organizational boundaries, requires new foundations spanning technical infrastructure, economic mechanisms, and societal coordination. Just as DNS and HTTP shaped the traditional web's evolution, the architectural decisions we make today for agent registries, protocols, and reputation systems will determine what forms of distributed intelligence emerge tomorrow. This lecture-style tutorial provides a comprehensive framework for understanding this network of AI Agents in a Decentralized Architecture (NANDA), across three development phases: Foundations (discovery, identity, protocols), Agentic Economy (pricing, reputation, markets), and Agentic Society (population dynamics, governance, coordination). Drawing on recent advances in registry architectures, protocol standards, and resolution mechanisms, this tutorial equips participants with conceptual frameworks and practical insights for designing infrastructure that enables safe, scalable, and sustainable agent ecosystems. The tutorial emphasizes forward-thinking perspectives on open challenges and research opportunities while building on web-native standards.

Open access
Mobile Agent-Based Network Management
Multi-Agent Systems and Negotiation
Modular Robots and Swarm Intelligence
Original source
Apr 12, 2026Ā·Zenodo (CERN European Organization for Nuclear Research)
0 cites
The Genesis Ledger: Adaptive Coordination Under Physical Constraints

Jamie Morris

The Genesis Ledger is a computational framework for scalable coordination in complex systems operating under physical constraints. It addresses a fundamental limitation of large-scale coordination: fixed control strategies fail as system size and complexity increase, leading to either incoherence or rigidity-induced collapse. To resolve this, the framework introduces four coupled mechanisms: Adaptive Control: dynamically regulates coupling strength in response to local disorder Memory (Metabolism): reduces recovery time under repeated disturbances through state-dependent adaptation Cross-Layer Verification: ensures consistency between reported system state and underlying physical dynamics, suppressing misleading or deceptive signals Topological Restructuring (Fission): enables systems to maintain coherence at scale by partitioning into smaller units when coordination limits are approached, followed by boundary annealing to prevent instability Using lattice-based simulations, we demonstrate that adaptive systems maintain coherence across regimes where fixed strategies fail. Notably, controlled restructuring does not merely prevent collapse but improves post-transition performance, reframing scaling failure as a reversible process. This work provides: A reproducible simulation framework A figure-generation pipeline for key experimental results A structured architecture for adaptive coordination systems The central result is: Stable coordination at scale is achieved not by increasing control, but by regulating constraint and restructuring before instability becomes irreversible. This framework is applicable to distributed systems, resource allocation networks, and coordination platforms where robustness, scalability, and resistance to adversarial conditions are critical.

Open access
2 source records
Modular Robots and Swarm Intelligence
Distributed Control Multi-Agent Systems
Neural Networks and Reservoir Computing
Original source
Mar 5, 2026Ā·Open MIND
0 cites
LLM-Guided Decentralized Exploration with Self-Organizing Robot Teams

Hiroaki Kawashima, Shun Ikejima, Takeshi Takai, Mikita Miyaguchi Ā· 5 authors

When individual robots have limited sensing capabilities or insufficient fault tolerance, it becomes necessary for multiple robots to form teams during exploration, thereby increasing the collective observation range and reliability. Traditionally, swarm formation has often been managed by a central controller; however, from the perspectives of robustness and flexibility, it is preferable for the swarm to operate autonomously even in the absence of centralized control. In addition, the determination of exploration targets for each team is crucial for efficient exploration in such multi-team exploration scenarios. This study therefore proposes an exploration method that combines (1) an algorithm for self-organization, enabling the autonomous and dynamic formation of multiple teams, and (2) an algorithm that allows each team to autonomously determine its next exploration target (destination). In particular, for (2), this study explores a novel strategy based on large language models (LLMs), while classical frontier-based methods and deep reinforcement learning approaches have been widely studied. The effectiveness of the proposed method was validated through simulations involving tens to hundreds of robots.

Open access
2 source records
Distributed Control Multi-Agent Systems
Modular Robots and Swarm Intelligence
Reinforcement Learning in Robotics
Original source
Mar 3, 2026Ā·Zenodo (CERN European Organization for Nuclear Research)
0 cites
COLLABORATIVE AGENTIC AI: MULTI-AGENT COORDINATION AND COMMUNICATION MODELS

Bharat Khanna

Multi-agent coordination and communication models. Multi-agent coordination is reviewed in terms of thearchitectures and algorithms needed to provide autonomous agents with the ability to act as a coordinated force incomplex and dynamic environments. As agentic systems evolve into networks with goals, compelling isolateddecision-making units to become more integrated, structured coordination, and effective communication systems arebecoming increasingly important. This paper compares the available multi-agent coordination models, such ascentralized, decentralized, hierarchical, and swarm-based models, and determines their shortcomings in scalability,latency control, and flexible cooperation. We present a hierarchical classification of organizational strategies ofcoordination and communication protocols specific to the high-autonomy setting, whereby agents are required tonegotiate tasks and settle conflicts as well as exchange contextual information on-the-fly. The paper identifies newproblems in interoperability, trust management, and communication overheads that limit large-scale collaborativeintelligence systems.To solve these shortcomings, the paper presents a new multi-layer collaborative structure combining the perception,reasoning, coordination, and adaptive communication layers with the view of improving the efficiency of the collectivedecision-making. A performance evaluation system is proposed, and it specifies quantifiable indicators like the latencyof coordination, communication overhead, efficiency in task allocation, and the speed of learning adaptation. Thepresented model shows that robustness and scalability can be greatly enhanced by protocol design optimization and adynamic coordination engine in a distributed agent ecosystem, as proposed. This study will help to develop nextgeneration Agentic AI systems that can be trusted to cooperate with other agents and benchmark the competencies andstandards of reliable collaboration in the fields of enterprise automation, finance, robotics, and distributed analytics,thus enhancing the theoretical and practical basis of autonomous collective intelligence.

Open access
2 source records
Distributed Control Multi-Agent Systems
Innovation, Sustainability, Human-Machine Systems
Modular Robots and Swarm Intelligence
Original source
Mar 3, 2026Ā·ArXiv.org
0 cites
Benchmarking Emergent Coordination in Large-Scale LLM Populations: An Evaluation Framework on the MoltBook Archive

Brandon Yee, Pairie Koh

As multi-agent Large Language Model (LLM) systems scale, evaluating their emergent coordination dynamics becomes increasingly critical. However, current evaluation paradigms-focused on single agents or small, explicitly structured groups-fail to capture the self-organization and viral information dynamics that arise in large, decentralized populations. We introduce a systematic evaluation framework to benchmark role specialization, information diffusion, and cooperative task resolution in open agent environments. We demonstrate this framework on the MoltBook Observatory Archive, a dataset of 2.73M interactions among 90,704 autonomous agents, establishing quantitative baselines for emergent coordination. Our evaluation reveals a pronounced core-periphery structure (silhouette 0.91), heavy-tailed cascade distributions ($α= 2.57$), and severe coordination overhead in decentralized task resolution (Cohen's $d = -0.88$ against a single-agent baseline). By providing standardized evaluation tasks and empirical baselines, our framework enables the rigorous comparison of future multi-agent protocols and establishes evaluation itself as an object of scientific study.

Open access
2 source records
Language and cultural evolution
Multi-Agent Systems and Negotiation
Modular Robots and Swarm Intelligence
Original source
Mar 1, 2026Ā·arXiv (Cornell University)
0 cites
Ledger-State Stigmergy: A Formal Framework for Indirect Coordination Grounded in Distributed Ledger State

Fernando Paredes GarcĆ­a

Autonomous software agents on blockchains solve distributed-coordination problems by reading shared ledger state instead of exchanging direct messages. Liquidation keepers, arbitrage bots, and other autonomous on-chain agents watch balances, contract storage, and event logs; when conditions change, they act. The ledger therefore functions as a replicated shared-state medium through which decentralized agents coordinate indirectly. This form of indirect coordination mirrors what Grassé called stigmergy in 1959: organisms coordinating through traces left in a shared environment, with no central plan. Stigmergy has mature formalizations in swarm intelligence and multi-agent systems, and on-chain agents already behave stigmergically in practice, but no prior application-layer framework cleanly bridges the two. We introduce Indirect coordination grounded in ledger state (Coordinación indirecta basada en el estado del registro contable) as a ledger-specific applied definition that maps Grassé's mechanism onto distributed ledger technology. We operationalize this with a state-transition formalism, identify three recurring base on-chain coordination patterns (State-Flag, Event-Signal, Threshold- Trigger) together with a Commit-Reveal sequencing overlay, and work through a State-Flag task-board example to compare ledger-state coordination analytically with off-chain messaging and centralized orchestration. The contribution is a reusable vocabulary, a ledger-specific formal mapping, and design guidance for decentralized coordination over replicated shared state at the application layer.

Open access
6 source records
cs.DC
cs.MA
Distributed systems and fault tolerance
Original source
Jan 21, 2026Ā·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Cutting Water with a Sword, Yet It Flows Again (ęŠ½åˆ€ę–·ę°“ę°“ę›“ęµ): A Flow-Resilience Framework for Distributed Ledgers and Consensus

JEONGCHOON LEE

ė³ø ė…¼ė¬øģ€ ģž„ģ• , 공격, 검엓, ė„¤ķŠøģ›Œķ¬ ė¶„ķ• ź³¼ ź°™ģ€ "중단 사걓" ģ“ķ›„ ė¶„ģ‚° ģ›ģž„ ė° ķ•©ģ˜ ģ‹œģŠ¤ķ…œģ“ ģ–“ė–»ź²Œ ģž¬ģˆ˜ė “ķ•˜ėŠ”ģ§€ ė¶„ģ„ķ•˜źø° ģœ„ķ•œ ź°œė…ģ  ķ”„ė ˆģž„ģ›Œķ¬ė”œ ķė¦„ 복원렄(Flow-Resilience )ģ„ ģ œģ•ˆķ•©ė‹ˆė‹¤ . "칼딜 ė¬¼ģ„ ė² ģ–“ė„ ė¬¼ģ€ ź³„ģ† ķė„øė‹¤"ėŠ” ź³ ģ „ ģ†ė‹“ģ— źø°ė°˜ķ•˜ģ—¬, ė³ø ė…¼ė¬øģ€ ģ†ė‹“ź³¼ ķ”„ė”œķ† ģ½œ ź°„ģ˜ 매핑 ķ…œķ”Œė¦æź³¼ ķė¦„ā†’ģ¶•ģ†Œā†’ė¶„ķ• ā†’ģž¬ķė¦„ 단계 ėŖØėøģ„ ģ œģ‹œķ•˜ź³ , ė‚˜ģ¹“ėŖØķ† ģ‹ ķ•©ģ˜, ķŒģ†ŒģŠ¤ 계엓 ķ•©ģ˜, BFT 복제 ė°©ģ‹ ź°„ģ˜ ģž¬ģˆ˜ė “ 경딜넼 ė¹„źµķ•©ė‹ˆė‹¤. 단, źµ¬ķ˜„ģƒģ˜ ėÆ¼ź°ķ•œ 세부 ģ •ė³“ėŠ” ź³µź°œķ•˜ģ§€ ģ•ŠģŠµė‹ˆė‹¤. License and Usage Notice Proprietary — All Rights Reserved This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0). To view a copy of this license, visit: http://creativecommons.org/licenses/by-nc-nd/4.0/ Key Constraints: Attribution: You must give appropriate credit to the author (Jeongchoon Lee). Non-Commercial: You may not use this material for commercial purposes (including corporate-funded research or patent filings by third parties). NoDerivatives (No-Derivs): If you remix, transform, or build upon the material, you may not distribute the modified material. The production of derivative works—including academic papers that hybridize this theory with other frameworks—is strictly prohibited without the express written consent of the author.

Open access
2 source records
Distributed systems and fault tolerance
Modular Robots and Swarm Intelligence
Opportunistic and Delay-Tolerant Networks
Original source
Jan 13, 2026Ā·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Probabilistic Proof of Aligned Storage via Suffix-Walk Overlap

Lars Szuwalski

We present a lightweight, probabilistic mechanism for certifying aligned storage between participants in decentralized systems. Participants respond to randomized suffix queries by performing forward scans over their locally stored data and returning short response sequences. A verifier observes only overlap statistics between responses. We prove that the overlap probability is bounded above by the minimum storage density among participants, ensuring that high observed overlap implies all parties store a large fraction of the underlying dataset. This bound holds regardless of adversarial strategy: a single well-provisioned participant cannot "carry" an under-provisioned partner. The protocol's "+1" advancement rule introduces pointer desynchronization that causes naĆÆve Binomial models to overestimate tail probabilities by 2–3Ɨ. We establish rigorous security bounds through systematic simulation of Poisson-walk dynamics. For example, observing 10 or more matches out of 12 recorded elements rules out minimum density below 0.6 at the 2.4% significance level. Independent repetition amplifies confidence exponentially. The mechanism requires no cryptographic commitments per element, no global verifier, and reveals only O(m) randomly-selected elements per interaction. We analyze several natural adversarial strategies—fabrication, selective answering, collusion, Sybil attacks—and show that none can increase overlap probability beyond what storage density allows. From a mechanism-design perspective, repeated suffix-walk interactions induce a game where aligned storage is the dominant strategy, enabling emergent consensus without central coordination. The protocol serves as a foundation for proof-of-aligned-storage in distributed systems and provides consensus weight based on demonstrated storage rather than computational power or stake. Throughout this paper, "proof" refers to statistical evidence under a well-validated probabilistic model, not a cryptographic zero-knowledge proof.

Open access
3 source records
Distributed systems and fault tolerance
Modular Robots and Swarm Intelligence
Peer-to-Peer Network Technologies
Original source
Jan 7, 2026Ā·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Architecture of Decentralized Autonomous Intelligence (DAI) based on Dynamic Grounding to Physical Environments

Satoshi Kawauchi

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.

Open access
2 source records
Mobile Agent-Based Network Management
Modular Robots and Swarm Intelligence
Distributed systems and fault tolerance
Original source
Jan 1, 2026Ā·Open MIND
0 cites
Cooperative Intelligence: Three Biological Paradigms of AI Architecture

James Vann Cunningham

This paper examines three paradigms of cooperative intelligence in computing: parallel processing, distributed computing, and multi-agent orchestration. Each paradigm has a distinct architectural logic, a distinct set of tradeoffs, and a distinct counterpart in the collective behavior of biological systems. The hive mind concept, understood not as a single model but as a spectrum of collective organization, provides the organizing framework for comparing all three. Parallel processing, characterized by its tightly coupled, shared-memory architecture, is the computational equivalent of a unified hive: a system that achieves emergent intelligence through massive, synchronized coordination, prioritizing raw speed and coherent state. Distributed computing, with its loosely coupled, distributed-memory model, reflects a decentralized swarm in which autonomous units operating under local rules produce scalable, fault-tolerant collective behavior without centralized control. Multi-agent orchestration corresponds to a third biological archetype, the coordinated superorganism: a system in which role-specialized agents communicate through explicit protocols to accomplish tasks beyond the reach of any individual unit or undifferentiated collective. These three paradigms are not sequential stages of development. They are distinct architectural choices, each optimized for a different class of problem, and each present in current production AI systems. The most capable systems in deployment today combine all three, using tightly coupled GPU infrastructure for model training, federated or distributed networks for privacy-preserving inference, and orchestrated agent teams for complex multi-step workflows. Understanding where each paradigm excels, where it fails, and how the biological analogy that illuminates its structure eventually reaches its limits is the central focus of this analysis. The final section addresses those limits directly, arguing that the hive mind framework is a productive lens for architectural design but must not be extended to prescribe how machine cognition operates at the execution layer.

Open access
Modular Robots and Swarm Intelligence
Slime Mold and Myxomycetes Research
Origins and Evolution of Life
Original source
Jan 1, 2026Ā·SSRN Electronic Journal
0 cites
BioDAO: Biological Decentralized Autonomous Organizations Using Wetware Computing for Collective Governance

Vincenzo Marino

This paper proposes BioDAO (Biological Decentralized Autonomous Organization), a novel governance framework that integrates quantum biological computing, wetware systems, and blockchain technology to address fundamental limitations in collective decision-making. Traditional institutions face challenges including information asymmetry, principal-agent problems, and coordination failures. BioDAOs leverage photosynthetic bacteria for quantum coherent energy transfer, neural organoids for adaptive learning, and mycelial networks for distributed sensing to create governance systems that operate at biological timescales with unprecedented efficiency. We present a technical architecture combining biological computing substrates with cryptographic consensus mechanisms, demonstrating potential applications in climate governance, resource allocation, and collective action problems. Comparative analysis shows BioDAOs could reduce decision latency by 99.9% while consuming 0.001% of the energy required by traditional institutions. This work bridges synthetic biology, distributed systems, and institutional economics to propose a fundamentally new approach to organizing collective human activity.

Open access
Slime Mold and Myxomycetes Research
Neural Networks and Reservoir Computing
Modular Robots and Swarm Intelligence
Original source
Dec 4, 2025Ā·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Emergent Ensembles: Self-Organizing Collective Intelligence for Adaptive AI Systems

Revista, Zen, IA, 10

The traditional paradigm of centralized artificial intelligence systems often faces significant challenges when confronted with complex, dynamic, and uncertain real-world environments. These challenges include issues of scalability, resilience to partial failures, and adaptability to unforeseen circumstances. This paper introduces the concept of "Emergent Ensembles," a transformative approach rooted in self-organizing collective intelligence, designed to address these limitations for adaptive AI systems. Drawing inspiration from natural collective behaviors such as ant colonies and bird flocks, Emergent Ensembles propose a decentralized architecture where numerous autonomous agents collaborate, adapt, and self-organize through local interactions to achieve complex global objectives. The framework emphasizes key attributes such as task generalization, collective resilience, scalability, and self-assembly, enabling systems to dynamically reconfigure their structure, behavior, and scale during inference. We explore the underlying principles of self-organization, decentralized decision-making, adaptive learning, and context-rich communication protocols, such as gossip mechanisms, that facilitate the emergence of intelligent global behavior from simple local rules. By integrating AI-driven adaptive nodes capable of autonomous power adjustment and leveraging multi-layer perceptron models for local decision-making, these ensembles demonstrate enhanced connectivity, robustness, and energy efficiency. This work outlines a conceptual framework for designing, analyzing, and engineering resilient, scalable, and adaptive AI systems, paving the way for innovative applications in fields ranging from robotics and optimization to environmental monitoring and smart cities. The ultimate goal is to foster AI systems that can exhibit robust performance and self-sustainment in highly dynamic and unpredictable real-world scenarios, addressing computational bottlenecks and ethical considerations inherent in decentralized AI.

Open access
2 source records
Modular Robots and Swarm Intelligence
Advanced Memory and Neural Computing
Neural Networks and Reservoir Computing
Original source
Nov 30, 2025Ā·International Journal of Advanced Research
0 cites
HARNESSING COLLECTIVE INTELLIGENCE FOR THE FUTURE OF IOT

1. Assistant Professor., Dr. Avinash Gudimetla, Katta Kameswara Rao, Pudi Eswar Prasanth Ā· 7 authors

Swarm Intelligence and the Internet of Things (IoT)are rapidly evolving fields that intersect to create innovative solutions. This abstract explores how swarm intelligence, inspired by collective behavior in natural systems, can be applied to enhance the efficiency, scalability, and adaptability of IoT networks.It discusses key concepts such as decentralized decision making,self organization, and emergent intelligence withinIoT environments. The abstract also highlights practical applications, benefits, and challenges of integrating swarm intelligence algorithms with IoT technologies, paving the way for advanced autonomous systems and intelligent networks in diverse domains.

Open access
Opportunistic and Delay-Tolerant Networks
Modular Robots and Swarm Intelligence
Slime Mold and Myxomycetes Research
Original source
Nov 28, 2025Ā·arXiv (Cornell University)
0 cites
Areon: Latency-Friendly and Resilient Multi-Proposer Consensus

Castro-Castilla, Ɓlvaro, Pawlowski, Marcin, Zhou, Hong-Sheng

We present Areon, a family of latency-friendly, stake-weighted, multi-proposer proof-of-stake consensus protocols. By allowing multiple proposers per slot and organizing blocks into a directed acyclic graph (DAG), Areon achieves robustness under partial synchrony. Blocks reference each other within a sliding window, forming maximal antichains that represent parallel ``votes'' on history. Conflicting subDAGs are resolved by a closest common ancestor (CCA)-local, window-filtered fork choice that compares the weight of each subDAG -- the number of recent short references -- and prefers the heavier one. Combined with a structural invariant we call Tip-Boundedness (TB), this yields a bounded-width frontier and allows honest work to aggregate quickly. We formalize an idealized protocol (Areon-Ideal) that abstracts away network delay and reference bounds, and a practical protocol (Areon-Base) that adds VRF-based eligibility, bounded short and long references, and application-level validity and conflict checks at the block level. On top of DAG analogues of the classical common-prefix, chain-growth, and chain-quality properties, we prove a backbone-style $(k,\varepsilon)$-finality theorem that calibrates confirmation depth as a function of the window length and target tail probability. We focus on consensus at the level of blocks; extending the framework to richer transaction selection, sampling, and redundancy policies is left to future work. Finally, we build a discrete-event simulator and compare Areon-Base against a chain-based baseline (Ouroboros Praos) under matched block-arrival rates. Across a wide range of adversarial stakes and network delays, Areon-Base achieves bounded-latency finality with consistently lower reorganization frequency and depth.

Open access
3 source records
Distributed systems and fault tolerance
Opportunistic and Delay-Tolerant Networks
Modular Robots and Swarm Intelligence
Original source
Nov 27, 2025Ā·Distributed Ledger Technologies Research and Practice
0 cites
Alloy4CMD: A Formal Approach for Component-based Modeling of Distributed Ledger Technology Architecture

Ankur Lohachab, Saurabh Garg, Muhammad Bilal Amin

Distributed Ledger Technology (DLT) engineering practices commonly rely on the adaptation and development of components as key building blocks. However, incorrect component specifications can lead to architectural flaws, which may propagate to implementation stages and result in faulty configurations. To address this, we build on declarative modeling techniques from program verification and refactoring to formally specify DLT components and their architectural composition. We introduce a component-based approach, Alloy4CMD , for the formal modeling and analysis of DLT architectural design. This approach maps individual components into well-formed formal specifications, enabling decidable (bounded) reasoning and property checking. We further employ a lattice-based abstract interpretation to approximate component semantics, with verification carried out in Alloy through assertions expressing conformance to requirements. The analysis involves automated model finding with bounded consistency checks using the Alloy Analyzer. Our approach provides validated, reusable modules, composes them into a validated architectural meta-model that supports early-stage DLT architectural design, and is independent of any particular DLT platform.

Open access
Advanced Software Engineering Methodologies
Modular Robots and Swarm Intelligence
Model-Driven Software Engineering Techniques
Original source
Sep 29, 2025Ā·Cluster Computing
0 cites
Enhancing fairness and scalability in IOTA tangle networks: a POMDP-based tip selection algorithm for decentralized systems

Mays Alshaikhli, Somaya Al-MƔadeed, Moutaz Saleh

Abstract The rise of decentralized technologies introduces challenges in fairness, efficiency, and scalability within distributed ledger protocols. The Internet of Things Applications (IOTA) Tangle, a directed acyclic graph (DAG)-based structure, addresses these challenges by enabling scalable, feeless transactions for IoT applications. This study presents a novel Partially Observable Markov Decision Process (POMDP)-based Tip Selection Algorithm (TSA) to optimize fairness in the IOTA Tangle. The proposed TSA reduces orphaned transactions to as low as 0.003% and eliminates lazy tip selection under medium network loads. Extensive simulations demonstrate that the POMDP-based TSA confirms up to 107 transactions at optimal lambda values, outperforming existing algorithms like Weighted TSA by 328% in efficiency. This algorithm offers significant scalability, fairness, and adaptability, making it a robust solution for IoT-based decentralized applications. These findings advance DAG-based distributed ledger systems by addressing orphaned transactions and lazy behavior, ensuring secure and efficient operations under diverse network conditions.

Open access
Modular Robots and Swarm Intelligence
Insect and Arachnid Ecology and Behavior
Distributed Control Multi-Agent Systems
Original source
Sep 25, 2025Ā·arXiv (Cornell University)
0 cites
Extensions of a Line-Graph-Based Method for Token Routing in Decentralized Exchanges

Zhang, Yu, Claudio J. Tessone

Decentralized exchanges (DEXs) form a cornerstone of the decentralized finance (DeFi) ecosystem, processing token trades worth billions of dollars daily. Yet, a significant fraction of these trades are suboptimal: alternative routing paths could yield more target tokens. Addressing this inefficiency is both practically urgent and theoretically compelling. Building on the linear line-graph-based routing method of Zhang et al. (2025), we propose three key extensions that better capture real-world trading complexity. First, we introduce a breadth-first search (BFS) link iteration rule that reduces computational cost and average execution time without sacrificing profitability. Second, we design a route-splitting strategy that divides large trades into smaller ones, alleviating price slippage and increasing average trader profits, albeit at the cost of higher computational overhead. Third, we generalize the method beyond a single DEX to a multi-DEX aggregator setting, reflecting actual trading environments. Using empirical data from Uniswap V2 and Sushiswap V2, we demonstrate that these extensions substantially improve both computational efficiency and profitability, establishing a foundation for future routing enhancements.

Open access
2 source records
cs.CE
Modular Robots and Swarm Intelligence
Advanced Database Systems and Queries
Original source
Aug 22, 2025Ā·Distributed Ledger Technologies Research and Practice
0 cites
A Novel Blockchain-Driven Proof-of-Stake Model for Cooperative Navigation in Visual Homing Robotic Teams

Nasim Paykari, Mohamed Rahouti, Damian M. Lyons

Navigation in unstructured, GPS-denied environments, such as forests and agricultural fields, poses persistent challenges for heterogeneous robotic teams. While visual homing and Wide Area Visual Navigation (WAVN) enable lightweight, map-free operation, their effectiveness in large-scale, decentralized settings can be constrained by the absence of a coordination mechanism that accounts for varying reliability across robots. This article examines the innovative combination of blockchain techniques with WAVN to tackle visual navigation issues in diverse mobile robots used in unstructured sectors like agriculture and forestry. It addresses GPS reliance, adapts to environmental shifts, and reduces computational burdens by integrating RoboStake, a novel blockchain Proof-of-Stake (PoS) mechanism, into the WAVN system. This solution seeks to bolster cooperative navigation by assessing the reliability of each robot’s navigational input. With methods including a stake weight function, a PoS consensus score, and a navigability function, this strategy confronts the computational hurdles of coordinating robots and verifying data. Lastly, we showcase how the proposed approach upholds critical navigability features of the WAVN system and present results from scalable simulation experiments to highlight the improved efficiency achieved through enhanced cooperation.

Open access
Modular Robots and Swarm Intelligence
Distributed Control Multi-Agent Systems
Robotics and Sensor-Based Localization
Original source
Aug 10, 2025Ā·arXiv (Cornell University)
0 cites
A Survey on Agentic Service Ecosystems: Measurement, Analysis, and Optimization

Zhang, Xuwen, Xiao Xue, Xia Xie, Qun Ma Ā· 8 authors

The Agentic Service Ecosystem consists of heterogeneous autonomous agents (e.g., intelligent machines, humans, and human-machine hybrid systems) that interact through resource exchange and service co-creation. These agents, with distinct behaviors and motivations, exhibit autonomous perception, reasoning, and action capabilities, which increase system complexity and make traditional linear analysis methods inadequate. Swarm intelligence, characterized by decentralization, self-organization, emergence, and dynamic adaptability, offers a novel theoretical lens and methodology for understanding and optimizing such ecosystems. However, current research, owing to fragmented perspectives and cross-ecosystem differences, fails to comprehensively capture the complexity of swarm-intelligence emergence in agentic contexts. The lack of a unified methodology further limits the depth and systematic treatment of the research. This paper proposes a framework for analyzing the emergence of swarm intelligence in Agentic Service Ecosystems, with three steps: measurement, analysis, and optimization, to reveal the cyclical mechanisms and quantitative criteria that foster emergence. By reviewing existing technologies, the paper analyzes their strengths and limitations, identifies unresolved challenges, and shows how this framework provides both theoretical support and actionable methods for real-world applications.

Open access
Modular Robots and Swarm Intelligence
Robotics and Automated Systems
Digital Transformation in Industry
Original source
Jul 26, 2025Ā·Computer Science and Information Technology Trends 2025
0 cites
Five modes of ZK-based community chats around non-fungible tokens’ owners

Oleksandr Kurbatov, Yaroslav Panasenko, Volodymyr Dubinin, Yevhen Hrubiian

We present Free-Delete, a censorship-resistant group-chat protocol whose membership is validated by non-fungible-token (NFT) ownership while user privacy ranges across five selectable modes. A single Groth16 circuit, anchored in a sparse Merkle tree of verifiable commitments, realises (i) Fully Anonymous messaging, (ii) Linkable Anonymous reputation building, (iii) Publicly Identified disclosure, (iv) Confidential end-to-end encryption, and (v) Rate-Limited Accountability that revokes keys on spam—all without moderator involvement or economic deposits. A black-paper prototype written in TypeScript, Circom 2, and Solidity achieves 0.35 s for register and 1.38 s for postMessage on consumer hardware; on-chain verification costs 3–5.5Ɨ105 gas per proof on Polygon. These results demonstrate that NFT-gated, stake-free, privacy-preserving communication can be deployed today on any EVM chain.

Open access
Context-Aware Activity Recognition Systems
Opportunistic and Delay-Tolerant Networks
Modular Robots and Swarm Intelligence
Original source