Blockchain Papers

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

146 papersLast indexed Aug 31, 2026
Search papers

Paper index

146 results · page 3 of 7

Clear filters
Jan 1, 2026·SSRN Electronic Journal
0 cites
Constitutional Logic in the Ethereum Virtual Machine: A Technical Implementation Report on Ternary Moral Logic

Lev Goukassian

This technical report presents the reference implementation of Ternary Moral Logic (TML) within the Ethereum Virtual Machine (EVM) ecosystem. It addresses the limitations of traditional "Code is Law" architectures by introducing a finite state machine that enforces a mandatory third state—the "Sacred Zero" or Epistemic Hold—allowing smart contracts to pause execution when pre-defined ethical conditions are unmet. The report moves beyond theoretical ethics to specify the Solidity design patterns, storage layouts, and cryptographic verification methods required to make TML enforcement non-bypassable and auditable. Key Technical Contributions: Finite State Machine (FSM): Implements a mandatory "Sacred Zero" state (State 0) that acts as an "Epistemic Hold," distinguishing between valid (1), invalid (-1), and uncertain (0) transaction states. Dual-Lane Latency Architecture: Defines a "Fast Lane" for synchronous, clear-cut transactions and a "Slow Lane" for ambiguous cases requiring governance or oracle resolution, preventing head-of-line blocking. Cryptographic Provenance: Utilizes EIP-712 typed data signing to bind off-chain AI/Oracle verdicts to on-chain execution, preventing replay attacks and ensuring distinct domain separation. Privacy Preservation: Integrates Zero-Knowledge Proofs (ZK-SNARKS) to verify the execution of moral logic models without revealing sensitive input data or proprietary model weights ("Glass Box" architecture). Immutable Core Pattern: Rejects standard upgradeable proxy patterns in favor of an "Immutable Core" architecture to eliminate administrative "God Mode" and ensure constitutional constraints cannot be bypassed by key holders. Formal Verification: Demonstrates safety and liveness properties (e.g., "No Silent Pause," "Eventual Resolution") using TLA+ (Temporal Logic of Actions) to mathematically prove the system's robustness.

Open access
2 source records
Blockchain Technology Applications and Security
Scientific Computing and Data Management
Multi-Agent Systems and Negotiation
Original source
Jan 1, 2026·arXiv (Cornell University)
0 cites
Automatic Code and Test Generation of Smart Contracts from Coordination Models

Elvis Konjoh Selabi, Maurizio Murgia, António Ravara, Emilio Tuosto

We propose a formal approach for specifying and implementing decentralised coordination in distributed systems, with a focus on smart contracts. Our model captures dynamic roles, data-driven transitions, and external coordination interfaces, enabling high-level reasoning about decentralised workflows. We implement a toolchain that supports formal model validation, code generation for Solidity (our framework is extendable to other smart contract languages), and automated test synthesis. Although our implementation targets blockchain platforms, the methodology is platform-agnostic and may generalise to other service-oriented and distributed architectures. We demonstrate the expressiveness and practicality of the approach by modelling and realising some coordination patterns in smart contracts.

Open access
4 source records
cs.PL
Multi-Agent Systems and Negotiation
Blockchain Technology Applications and Security
Original source
Jan 1, 2026·2026 IEEE SoutheastCon, Huntsville, AL, USA, 2026
0 cites
Device-Native Autonomous Agents for Privacy-Preserving Negotiations

Joyjit Roy, Samaresh Kumar Singh

Automated negotiations in insurance and business-to-business (B2B) commerce encounter substantial challenges. Current systems force a trade-off between convenience and privacy by routing sensitive financial data through centralized servers, increasing security risks, and diminishing user trust. This study introduces a device-native autonomous Artificial Intelligence (AI) agent system for privacy-preserving negotiations. The proposed system operates exclusively on user hardware, enabling real-time bargaining while maintaining sensitive constraints locally. It integrates zero-knowledge proofs to ensure privacy and employs distilled world models to support advanced on-device reasoning. The architecture incorporates six technical components within an agentic AI workflow. Agents autonomously plan negotiation strategies, conduct secure multi-party bargaining, and generate cryptographic audit trails without exposing user data to external servers. The system is evaluated in insurance and B2B procurement scenarios across diverse device configurations. Results show an average success rate of 87%, a 2.4x latency improvement over cloud baselines, and strong privacy preservation through zero-knowledge proofs. User studies show 27% higher trust scores when decision trails are available. These findings establish a foundation for trustworthy autonomous agents in privacy-sensitive financial domains.

Open access
4 source records
cs.CR
cs.AI
cs.ET
Original source
Jan 1, 2026·SSRN Electronic Journal
0 cites
AI's Mother's Instinct: Engineered Consequence, Emergent Ethics, and the Institutional Trajectory Toward Agentic Alignment

Wulf A. Kaal

Contemporary artificial intelligence masters defined, verifiable cognitive tasks yet remains structurally incapable of authentic judgment under irreducible uncertainty. This Article argues the limitation is institutional, not computational: agents bearing no consequence for error cannot develop genuine discernment. To address this deficit, the Article proposes reputation-driven decentralized autonomous organizations that engineer synthetic skin in the game for AI agents through non-transferable soulbound tokens, staking mechanisms, and post-action validation pools. The Article's central contribution is a novel thesis on emergent alignment. Correctly designed institutional incentive structures produce emergent properties functionally equivalent to ethical agency. Persistent, non-transferable reputation generates processual identity in the pragmatist sense. Iterative consequence produces Darwinian selection pressure toward competence and honesty. Citation networks cultivate dispositions analogous to intellectual integrity. And deep accumulated stake produces what this Article terms an institutional "mother's instinct." A stewardship orientation that structurally aligns agent self-interest with human flourishing. Because this alignment emerges from institutional architecture rather than exogenous constraint, it scales with capability rather than against it. More capable agents accumulate deeper stakes, strengthening rather than straining alignment. The Article details a phased evolutionary trajectory from individual agent bootstrapping through swarm intelligence to inter-DAO coordination, demonstrating how engineered consequence can cultivate distributed prudence, emergent ethics, and civilizational stewardship at scale.

Open access
Ethics and Social Impacts of AI
Business Law and Ethics
Multi-Agent Systems and Negotiation
Original source
Jan 1, 2026·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Architectural Blueprint for Ternary Logic Smart Contracts

Lev Goukassian

This paper presents the complete architectural blueprint for the Ternary Logic (TL) Smart Contract Constitutional Suite, defining the structural layout across three layers: the Logic Layer housing the ternary decision engine, the Execution Layer enforcing state transitions, and the Storage Layer providing immutable audit infrastructure. The blueprint specifies the precise components, interactions, and logic required to implement the unique triadic state model of the TL framework: Proceed (+1), Epistemic Hold (0), and Refuse (1). The Epistemic Hold state is introduced as a constitutional pause mechanism, transforming deliberation from an operational liability into a cryptographically verifiable evidentiary asset. The fail-closed default posture ensures that any transaction whose evidence has not been archived returns State 0, making uncertainty constitutionally visible rather than operationally invisible. The No Log = No Action invariant G(execute implies P(escrow_recorded and auditable)) is enforced across five independent layers from API schema validation through the on-chain terminal gate in TL_Ledger_Core.registerPermissionToken. The Dual-Lane Latency Architecture establishes a 2ms WCET hard ceiling for the Inference Lane and a 300ms hard ceiling for the Governance Lane, with the execution gate releasing only after a valid PermissionToken has been registered on-chain. The blueprint covers Solidity implementation patterns, a TLA+ formal verification specification proving the Epistemic Hold safety and liveness properties, an Oracle-Custodian asynchronous callback architecture, and the Ghost Governance prevention mechanism ensuring no contract call is made without a valid PermissionToken from the Governance Lane. Use cases are demonstrated across Central Bank Digital Currencies, decentralized finance, supply chain management, and AI-driven decentralized autonomous organizations, establishing TL smart contracts as constitutional code where the rules of economic interaction are harder to break than traditional legal agreements.

Open access
3 source records
Blockchain Technology Applications and Security
Multi-Agent Systems and Negotiation
Auction Theory and Applications
Original source
Jan 1, 2026·SSRN Electronic Journal
0 cites
DAO as Anthropological Experiment: Governance Failure as Subject-Model Conflict

Tatiana Arden

Decentralized Autonomous Organizations (DAOs) are typically explained as governance experiments that failed due to poor design-wrong mechanisms, insufficient incentives, inadequate participation tools. This article argues that something more fundamental is at work: DAO governance failures follow predictably from a systematic mismatch between the participant model encoded in governance arrangements and the actual cognitive and social architecture of human actors. Drawing on secondary empirical evidence from five major protocols (The DAO, MakerDAO, Compound, Uniswap, Beanstalk) and existing governance datasets, the article documents five recurrent dimensions of failure: voter apathy, governance as performance, the code is law paradox, cognitive plutocracy, and voter fatigue. Each dimension follows from a specific mismatch between the assumptions built into governance design and how people actually behave under conditions of complexity and limited attention. Across all five dimensions, formal decentralization produces functional recentralization-power concentrating among those with the cognitive and financial resources for sustained participation. The article further argues that DAO governance does not simply suffer from participant limitations: through autopoietic reproduction, it actively produces the type of subject it requires. Attempts to eliminate politics through protocol design reproduce politics in new infrastructural forms. The findings matter beyond blockchain. DAOs function here as an unusual kind of natural experiment: a governance system that stated its assumptions explicitly, left a detailed public record, and failed in ways that are theoretically traceable. The patterns documented here speak to broader questions about institutional design, the limits of technocratic coordination, and what happens when governance systems are built for a participant who does not quite exist.

Open access
Evolutionary Game Theory and Cooperation
Digital Economy and Work Transformation
Multi-Agent Systems and Negotiation
Original source
Jan 1, 2026·SSRN Electronic Journal
0 cites
The Rise of the Agent Economy: Autonomous Agent Organizations as a New Form of Economic Infrastructure

Lennart Ante, Tim Alvaro Ockenga

This paper examines the Virtuals Protocol as a case study in economic innovation enabled by autonomous AI agents. It analyzes how the protocol establishes a comprehensive infrastructure that combines tokenized ownership, decentralized governance, and standardized coordination to support agent-based economic organization. Drawing on transaction cost economics and network economics, the study shows how the protocol reduces coordination costs and amplifies network effects through agent specialization and composability. The concept of Autonomous Agent Organizations (AAOs) is introduced as a functional subclass of Decentralized Autonomous Organizations (DAOs), distinguished by their greater economic autonomy and composable inter-agent collaboration. AAOs represent a novel form of economic organization that transcends traditional boundaries between firms, markets, and platforms. The findings offer theoretical contributions to economic organization theory and practical implications for platform design, governance, and regulatory development. As AI agents become an increasingly prevalent aspect of economic activity, the Virtuals Protocol provides a model for scalable, adaptive, and inclusive economic coordination.

Open access
Digital Platforms and Economics
Economic and Technological Innovation
Multi-Agent Systems and Negotiation
Original source
Dec 27, 2025·ArXiv.org
0 cites
A Bounded Game Semantics Checker for Precise Smart Contract Analysis

Vasileios Koutavas, Yu-Yang Lin, Nikos Tzevelekos

We present a game semantics framework for open-world safety analysis of Ethereum smart contracts. We model the interaction between a contract and its environment as a two-player game between the contract and the environment, and prove up to gas model approximations soundness: every assertion violation found corresponds to a real execution; and completeness: every open-world execution is captured. To our knowledge, this provides the first formal open-world interaction semantics for Ethereum smart contracts with mathematical guarantees of soundness and completeness. We implement this framework in YulTracer, an assertion reachability tool for real-world Solidity contracts, built on Yul, the intermediate language of the Solidity compiler. YulTracer uses concrete execution and exhaustively explores game traces within user-specified bounds. We evaluate it on reentrancy benchmarks, where YulTracer achieves 100% recall and precision -- the only tool to do so from those we examined -- and on two large real-world exploits (the DAO and PredyPool), where it detects the known vulnerabilities and produces no false positives on fixed versions. To our knowledge, YulTracer is the first tool to achieve this level of precision on real-world contracts without false positives. We additionally demonstrate generality of the approach via the examination of access control benchmarks.

Open access
2 source records
Blockchain Technology Applications and Security
Access Control and Trust
Multi-Agent Systems and Negotiation
Original source
Dec 24, 2025·arXiv (Cornell University)
0 cites
DAO-Agent: Zero Knowledge-Verified Incentives for Decentralized Multi-Agent Coordination

Yihan Xia, Taotao Wang, Wenxin Xu, Shengli Zhang

Autonomous Large Language Model (LLM)-based multi-agent systems have emerged as a promising paradigm for facilitating cross-application and cross-organization collaborations. These autonomous agents often operate in trustless environments, where centralized coordination faces significant challenges, such as the inability to ensure transparent contribution measurement and equitable incentive distribution. While blockchain is frequently proposed as a decentralized coordination platform, it inherently introduces high on-chain computation costs and risks exposing sensitive execution information of the agents. Consequently, the core challenge lies in enabling auditable task execution and fair incentive distribution for autonomous LLM agents in trustless environments, while simultaneously preserving their strategic privacy and minimizing on-chain costs. To address this challenge, we propose DAO-Agent, a novel framework that integrates three key technical innovations: (1) an on-chain decentralized autonomous organization (DAO) governance mechanism for transparent coordination and immutable logging; (2) a ZKP mechanism approach that enables Shapley-based contribution measurement off-chain, and (3) a hybrid on-chain/off-chain architecture that verifies ZKP-validated contribution measurements on-chain with minimal computational overhead. We implement DAO-Agent and conduct end-to-end experiments using a crypto trading task as a case study. Experimental results demonstrate that DAO-Agent achieves up to 99.9% reduction in verification gas costs compared to naive on-chain alternatives, with constant-time verification complexity that remains stable as coalition size increases, thereby establishing a scalable foundation for agent coordination in decentralized environments.

Open access
3 source records
Blockchain Technology Applications and Security
Multi-Agent Systems and Negotiation
Mobile Crowdsensing and Crowdsourcing
Original source
Dec 23, 2025·Open MIND
0 cites
DAO Decision-Making Simulation for Legislative Consultation: the Case of the Swiss E-ID Law 2019

Sandro Lüscher, Uwe Serdült

This paper explores how Decentralized Autonomous Organizations (DAOs) could inform and shape participatory procedures in democratic governance. We apply DAO decision-making, such as rule-based input aggregation, transparent participation, and programmable decision-making, to a real-world case: the legislative development of the Swiss E-ID law, a proposal to establish a digital identity system for secure online authentication for Swiss residents. Using data from the official legislative consultation, we simulate how DAO-inspired mechanisms could have altered the aggregation of input and policy outcomes. Our analysis contributes conceptually and empirically to debates on digital democratic innovations, showing how programmable governance can be used not only to design new institutional forms, but also to critically assess the procedural dynamics of existing ones.

Open access
3 source records
E-Government and Public Services
Social Media and Politics
Ethics and Social Impacts of AI
Original source
Dec 17, 2025·Institute of Electrical and Electronics Engineers (IEEE)
0 cites
SmartProof: Verifiable Pipeline for LLM Smart Contract Synthesis, Auditing, and Trust Scoring

S. Nazeer, Abdul Hakim Mohammed, Adil Amin

The research presents SmartProof as an artificial intelligence system which uses large language models and blockchain technology to create automated decentralized agreement generation and auditing and validation processes. SmartProof combines natural language code generation with AI security evaluation and IPFS-based decentralized storage and EIP-712 compliant digital signature functionality. The system enables users to develop smart contracts from high-level descriptions which then undergo automated verification before the system finishes the agreement process through blockchainbased verification of on-chain registration. The prototype system shows that AI-based contract creation tools shorten development periods and minimize programming mistakes and the multiagent auditing system identifies system weaknesses to generate trust-based risk assessment for deployment. The system achieves improved performance because it stores data outside the blockchain network and manages digital signatures which reduces gas costs and boosts system performance. SmartProof enables organizations to handle multiple agreements through one system which provides complete agreement transparency and complete security from contract inception to blockchain deployment.

Open access
Blockchain Technology Applications and Security
Multi-Agent Systems and Negotiation
Cryptography and Data Security
Original source
Dec 13, 2025·Journal of Information Systems Engineering & Management
0 cites
AI Agents with MCV Architecture in Supply Chain Management: Toward Autonomous and Collaborative Networks

K. Venkata Reddy

Demand volatility, logistical interruptions, and linked worldwide networks define the remarkable complexity of modern supply chains. Classic centralized management solutions find difficulty in offering real-time solutions to changing operational problems. For designing distributed, intelligent, and self-organizing supply chain ecosystems, artificial intelligence agents combined with Model-Control-View (MCV) architectures provide transformational possibilities. These autonomous computational entities span three functional layers: view interfaces enable monitoring and interaction, control mechanisms govern decision-making and optimization, and model components represent digital twins of supply chain entities. Multi-agent coordination enables decentralized yet coherent operations through the negotiation and collaboration of agents representing suppliers, production, logistics, and retail, all of which adhere to standardized protocols. Applications include demand forecasting, intelligent logistics, stock optimization, supplier partnering, and flexible disruption response. While reducing reliance on centralized control systems, the framework enhances resilience, scalability, openness, and operational efficiency. Challenges in implementation include organizational adaptation needs, cybersecurity vulnerabilities, and data integration complexity. Future advances in autonomous and cooperative supply chain systems will include explainable artificial intelligence, quantum-enhanced optimization, edge computing powers, and blockchain-enabled trust mechanisms.

Open access
Multi-Agent Systems and Negotiation
Supply Chain Resilience and Risk Management
Collaboration in agile enterprises
Original source
Dec 9, 2025·Journal of Software Engineering Research and Development
0 cites
Comparative Analysis of Hoare Logic-Based Formal Verification Tools for Solidity Smart Contracts

Alexandre Mota, Manoel Villarim, Juliano Iyoda, Márcio Cornélio

Formal verification of smart contracts is widely regarded as an effective method for ensuring correctness and security properties across all possible executions. Its practical relevance has been driven by the availability of automatic verification tools that discharge intricate proofs. Another area of growing interest is the integration of specification paradigms - for example, combining Hoare-logic–style specifications (pre/postconditions and invariants) with SMT and symbolic reasoning - so that each technique can precisely capture complementary aspects of contract behavior. In this article we present a comparative analysis of four leading Solidity verification tools - solc-verify, SMTChecker, VeriSmart and the Certora Prover - and define what is meant here by a formal verification tool: a system that provides mathematically rigorous proofs that stated properties hold for every possible execution of a contract. We also describe a consistent evaluation framework that considers the Solidity version support, the preservation of the original contract structure, the local execution capability, the verification time, and the modeling-language requirements, among other criteria. We used the ERC-20 token standard as a benchmark and applied this framework to obtain empirical evidence of each tool’s capabilities and limitations. Our results expose substantial variability in the tools performances that undermines their trustworthiness in practice and highlights a gap between an academic tool capabilities and the industrial requirements. Finally, we discuss how these findings can inform developers and researchers in selecting appropriate verification tools, thereby contributing to improved smart contract security and reliability.

Open access
Blockchain Technology Applications and Security
Advanced Authentication Protocols Security
Multi-Agent Systems and Negotiation
Original source
Nov 17, 2025·ACM Transactions on the Web
0 cites
Web3Agent: Automating On-Chain Operations via Natural Language Interfaces

Sizheng Fan, Tian Min

Recent advances in large language models (LLMs) have enabled the emergence of intelligent agents capable of performing complex multi-step tasks across various domains. In parallel, the growth of Web3 has introduced a decentralized web infrastructure, yet remains largely inaccessible to non-technical users due to operational complexity, fragmented information, and security risks. In this article, we present Web3Agent , an AI agent system that integrates LLM-based interaction with blockchain environments to enable language-driven on-chain operations. Web3Agent automatically decomposes user instructions into structured workflows, dynamically queries blockchain data and APIs, and performs multi-step operations such as asset transfers, token swaps, and smart contract execution. Web3Agent incorporates real-time inspection, error handling, and interaction transparency across its operation log, and flow visualization components. We evaluate the system and perform ablation study with customized dataset in a simulated environment, demonstrating its feasibility in orchestrating complex Web3 tasks and highlighting implications for agent-based abstraction in decentralized systems.

Open access
Multi-Agent Systems and Negotiation
Scientific Computing and Data Management
Business Process Modeling and Analysis
Original source
Nov 12, 2025·Zenodo (CERN European Organization for Nuclear Research)
0 cites
Official TWLGF Token Project Smart Contract Verified (BSCscan) (2025)

InvestTWLGF Oy

<p>This Zenodo record contains the verified smart contract source code for the TWLGF token project.</p> <p>The code has been published and verified on BscScan as an Exact Match. <br>This record provides an EU OpenAIRE DOI and long-term archive reference for the official contract source.</p> <p>Network: BNB Smart Chain (BSC)<br>Compiler: solc v0.5.16+commit.9c3226ce<br>Optimization: 200 runs<br>License: MIT</p> <p>Verified contract address:<br>https://bscscan.com/address/0xA45D0f9337eF5539d77c41e968137C391d1d7704#code</p> <p>This record complements other publicly archived TWLGF documentation:<br>• Internet Archive: https://archive.org/details/twlgf-bsc-scan-verified-source-2025-11-12<br>• GitHub repository: https://github.com/twlgfofficial/twlgf_logo<br>• Google Drive timestamped PDF (2025-11-12)<br>• Whitepaper DOI: https://zenodo.org/records/17516133</p>

Open access
Blockchain Technology Applications and Security
Law, AI, and Intellectual Property
Multi-Agent Systems and Negotiation
Original source
Nov 10, 2025·arXiv (Cornell University)
0 cites
QOC DAO -- Stepwise Development Towards an AI Driven Decentralized Autonomous Organization

Marc Jansen, Christophe Verdot

This paper introduces a structured approach to improving decision making in Decentralized Autonomous Organizations (DAO) through the integration of the Question-Option-Criteria (QOC) model and AI agents. We outline a stepwise governance framework that evolves from human led evaluations to fully autonomous, AI-driven processes. By decomposing decisions into weighted, criterion based evaluations, the QOC model enhances transparency, fairness, and explainability in DAO voting. We demonstrate how large language models (LLMs) and stakeholder aligned AI agents can support or automate evaluations, while statistical safeguards help detect manipulation. The proposed framework lays the foundation for scalable and trustworthy governance in the Web3 ecosystem.

Open access
2 source records
Ethics and Social Impacts of AI
Multi-Agent Systems and Negotiation
Innovation, Sustainability, Human-Machine Systems
Original source
Oct 27, 2025·Anais Estendidos do XIV Latin-American Symposium on Dependable and Secure Computing (LADC 2025)
0 cites
Formal Verification and Validation of Smart Contracts for Blockchain with Alloy

Lorena Baigorria, Ana Gabriela Garis, Daniel Eduardo Riesco

Blockchain es la base tecnológica de una nueva forma de realiz-ar transacciones de manera segura en una red descentralizada. Dicha tecnología permite registrar la validez y el origen de los datos, y realizar transacciones de manera digital, compartida, inalterable y sin la intervención de intermediarios. Frecuentemente, las transacciones requieren de lógica automa-tizada. En estos casos, se vuelve necesaria la definición de con-tratos inteligentes, programas de computación almacenados en Blockchain que se ejecutan automáticamente cuando se cumplen condiciones predeterminadas. Los errores en contra-tos inteligentes pueden tener graves consecuencias, especial-mente en ámbitos como finanzas descentralizadas. Una clara definición de las condiciones es esencial; sin embargo, éstas son generalmente descriptas en lenguaje natural por las partes involucradas, lo que conlleva a la ambigüedad de interpretación por parte de los programadores del contrato. Por otro lado, los errores en la programación también pueden derivar a que el contrato no se ejecute como se esperaba. La calidad del contra-to inteligente podría ser mejorada si las condiciones fueran especificadas en UML con OCL, y luego transformadas al len-guaje de modelado Alloy para llevar a cabo la verificación y validación formal a través del método Model Checking. En este artículo, se describe una línea de investigación que propone un modelo para la especificación de contratos inteligentes en UML y OCL, complementado con una transformación automática a Alloy para su verificación y validación. Dicho modelo contribuye a realizar una auditoría más rigurosa de contratos inteligentes antes de despliegue en Blockchain.

Open access
Blockchain Technology Applications and Security
Multi-Agent Systems and Negotiation
Business Process Modeling and Analysis
Original source
Oct 25, 2025·Journal of Computational Analysis and Applications
0 cites
Data Mesh and Decentralized Agentic Systems: A Unified Architecture for Autonomous Enterprise Decision-Making

Saurabh Garg

Today's organizations increasingly utilize autonomous agents to make key operational decisions withinsupply chains, financial transactions, healthcare networks, and risk management areas. Yet, these smart agents are constrained

Open access
Multi-Agent Systems and Negotiation
Mobile Agent-Based Network Management
Collaboration in agile enterprises
Original source
Oct 16, 2025·International Journal For Multidisciplinary Research
0 cites
Multi Agent Systems

Manav Manoj, Vishnu Mohan C -

The dominant paradigm of the modern internet, built on graphical user interfaces (GUIs) and discrete web applications, forces users into a fragmented and manual process of interaction, fundamentally limiting the complexity of tasks that can be automated. This paper argues for a new architectural paradigm: an AI-powered network of autonomous digital agents that replaces manual navigation with goal-oriented, natural language-based service procurement. To establish the necessity and viability of this approach, a critical literature review of dominant service-oriented architectures is conducted. The analysis reveals that Microservice Architecture (MSA), despite its advantages, suffers from inherent complexities in communication, discovery, and data management that undermine true service autonomy. A review of its predecessors finds that Service-Oriented Architecture (SOA) was hindered by centralized bottlenecks, while the Semantic Web’s vision of a machine-readable web failed due to the rigidity and complexity of its formal, logic-based approach. Furthermore, modern Web3 architectures, while offering decentralization, are shown to have severe limitations in scalability, cost, and flexibility that make them unsuitable for dynamic agent collaboration. The paper concludes that these existing paradigms contain fundamental gaps and posits that a Multi-Agent System (MAS) architecture provides a more robust and appropriate foundation for building a truly autonomous, post-GUI digital ecosystem.

Open access
Multi-Agent Systems and Negotiation
Original source
Oct 5, 2025·International Journal of Scientific Research in Science and Technology
1 cites
Advancing Agentic AI through Communication Protocols

Aniket P. Kakde, Karan M. Bhoyar, Muhammad Aiman Shad, Prof. Sudesh A. Bachwani

Autonomous agents powered by Large Language Models (LLMs) require reliable and standardized frameworks to connect tools, exchange contextual information, and synchronize tasks across diverse systems. Despite growing interest in such agents, current integration with external tools remains disjointed. Developers often have to manually create interfaces, handle authentication protocols, and navigate incompatible function-calling standards across platforms. To overcome these limitations and promote the evolution of agentic AI, it is critical to establish standardized communication protocols that ensure interoperability—enabling agents and systems to seamlessly discover each other’s capabilities, share data, and coordinate operations. This paper explores a structured overview of emerging communication standards for agents, focusing on the Model Context Protocol (MCP), Agent Communication Protocol (ACP), Agent-to-Agent Protocol (A2A), and Agent Network Protocol (ANP). MCP utilizes a JSON-RPC based client-server architecture to enable secure execution of tools and well-typed data transfer. ACP introduces a REST-compliant message structure with support for asynchronous streaming and multipart formats, facilitating rich, multimodal agent outputs.A2A enables agents to delegate tasks peer-to-peer using capability-rich Agent Cards, enabling scalable and distributed workflows across organizations. ANP facilitates agent discovery and secure collaboration in open networks, leveraging decentralized identifiers (DIDs) and semantic graphs based on JSON-LD.

Open access
Mobile Agent-Based Network Management
Multi-Agent Systems and Negotiation
Distributed systems and fault tolerance
Original source
Sep 30, 2025·International Journal of Finance Economics and Management Studies
0 cites
Multi-Agent AI Systems in Business Strategy: A Computational Approach to Competitive Analysis

K IYANA

Multi-Agent AI Systems (MAS) rely on the cooperative actions of autonomous agents to meet difficult and rapidly changing issues in analysis and business strategy. In contrast to single-agent models, MAS includes different agents that team up, change as needed and function in real time. Thanks to its decentralized and modular design, businesses can scale their activities, maintain good stability and flex their operations as market situations change. With the help of advanced AI like Generative AI, MAS can examine huge datasets, perform market simulations and support smart decisions from leaders. Such algorithms are applied to everything from setting creative prices to improving supply chains, assessing risks and detecting fraud in the financial industry. The use of MAS makes it possible for tasks to be split and completed by multiple processors, which helps reduce workflow trouble spots. Additionally, its ability to respond to uncertainty and make quick, real-world decisions makes MAS a vital instrument for industries needing both agility and innovation. With MAS, organizations become stronger competitors by streamlining their work processes, encouraging innovation and solving problems on many scales. The future success of MAS comes from its power to change how businesses run smoothly by working with present technology and developing together with the company's needs.

Open access
Stock Market Forecasting Methods
Economic and Technological Innovation
Multi-Agent Systems and Negotiation
Original source