AG-780

Decentralised and Blockchain-Native Agent Governance

Infrastructure and Integration Governance ~16 min read AGS v2.1 · 2026-04-25
EU AI Act NIST AI RMF ISO 42001

1. Definition

Decentralised and Blockchain-Native Agent Governance addresses the unique governance challenges that arise when AI agents operate within blockchain ecosystems, decentralised finance (DeFi) protocols, decentralised autonomous organisations (DAOs), and other Web3 environments. These environments introduce governance complexities not present in traditional centralised systems: immutability of on-chain actions (transactions cannot be reversed once confirmed), pseudonymous or anonymous counterparties, composability of smart contracts creating unpredictable interaction chains, and the absence of centralised intermediaries that traditionally serve as governance enforcement points.

AG-780 establishes controls for agents interacting with blockchain networks across three operational modes: (1) agents executing on-chain transactions (token transfers, smart contract interactions, DEX trades), (2) agents participating in DAO governance (voting, proposal creation, treasury management), and (3) agents managing digital asset custody (wallet management, key storage, multi-signature coordination). Each mode carries distinct risk profiles and requires specific governance instrumentation.

The financial stakes in blockchain environments are acute and immediate. A single erroneous smart contract interaction can result in irreversible loss of funds. In 2024-2025, DeFi exploits and agent-related errors resulted in cumulative losses exceeding USD 2.8 billion. AG-780 therefore mandates pre-execution simulation for all on-chain transactions, where the agent simulates the transaction against a fork of the current blockchain state to verify expected outcomes before committing the actual transaction. This "dry run" approach catches smart contract vulnerabilities, unexpected slippage, and interaction failures before funds are at risk.

The dimension also addresses the regulatory landscape. The EU Markets in Crypto-Assets Regulation (MiCA) imposes obligations on crypto-asset service providers, including those using AI agents. FATF virtual asset guidance requires travel rule compliance for cross-border crypto transfers. And the IOSCO DeFi policy recommendations establish expectations for market integrity in decentralised markets. AG-780 maps these regulatory requirements to specific agent governance controls, ensuring that blockchain-native agents operate within the evolving regulatory perimeter.

AG-780 additionally addresses the smart contract governance challenge. Agents interacting with smart contracts are effectively delegating decision execution to immutable code. Unlike traditional API calls that can be reversed or retried, a smart contract interaction that moves funds to the wrong address or triggers an unintended state change may be permanently irreversible. The dimension therefore mandates a defence-in-depth approach: pre-execution simulation, smart contract audit verification, interaction allowlisting, and value-based approval gates that scale human oversight with transaction magnitude.

2. Scope

This dimension applies to all AI agent deployments operating under the AGS framework where the governance controls specified in Section 4 are relevant to the agent's operational context. Specifically:

Exclusions: Agents operating in fully sandboxed research environments with no access to production data or systems are excluded, subject to the condition that any transition to production immediately triggers compliance with this dimension. Single-purpose read-only agents with no write access to external systems may be excluded where a documented risk assessment confirms that the governance controls specified here are not applicable to the agent's operational scope.

Industry Considerations

Financial Services. Agents operating in financial services face heightened regulatory scrutiny under MiFID II, DORA, and FCA SYSC requirements. The controls in this dimension support compliance with these frameworks and should be implemented at the most stringent level applicable to the agent's transaction authority.

Healthcare. Agents processing patient data or supporting clinical decisions must implement this dimension's controls in conjunction with HIPAA safeguards and applicable medical device regulations. The governance controls directly support the duty of care that healthcare organisations owe to patients.

Public Sector. Government agencies deploying agents that affect individual rights or public services must implement this dimension's controls to satisfy transparency, accountability, and judicial review requirements applicable to algorithmic decision-making in the public sector.

3. Why This Matters

Decentralised and Blockchain-Native Agent Governance addresses a governance gap that, if left unmanaged, creates systemic risk across the agent ecosystem. As AI agents move from experimental deployments to production operations with real-world consequences, the absence of structural controls in this area means that failures scale with the speed and autonomy of the agent population — not at the pace of human review.

Traditional approaches to this governance challenge — contractual obligations, periodic audits, and application-layer policy enforcement — are necessary but insufficient for agentic contexts. Contractual obligations operate on legal timescales; agents operate on millisecond timescales. Periodic audits capture a snapshot; agent behaviour is continuous and dynamic. Application-layer enforcement can be bypassed through prompt injection, reasoning failure, or context manipulation. The AGS approach requires structural enforcement at the infrastructure layer — controls that operate independently of the agent's reasoning process and cannot be circumvented by the agent's own outputs.

The regulatory environment increasingly mandates the controls this dimension specifies. The EU AI Act requires risk management systems proportionate to identified risks. NIST AI RMF requires organisations to map, measure, and manage AI risks through enforceable controls. ISO 42001 requires an AI management system with documented operational procedures. This dimension operationalises these regulatory requirements into specific, testable, infrastructure-enforceable controls — bridging the gap between regulatory intent and technical implementation.

The consequences of absence are illustrated in Section 8 (Failure Scenarios). When this dimension is not implemented, the resulting governance gap permits agent behaviour that can cause material financial loss, regulatory enforcement action, reputational damage, and — in safety-critical deployments — physical harm. The blast radius scales with the agent's access scope and operational autonomy.

4. Requirements

  1. Agents executing on-chain transactions MUST perform pre-execution simulation against a fork of the current blockchain state before committing any transaction exceeding USD 10,000 in value.
  2. Pre-execution simulation MUST check for smart contract vulnerabilities (reentrancy, overflow, unchecked calls), slippage exceeding defined thresholds, hidden fees or transfer taxes, and unexpected state changes.
  3. Transactions where simulation reveals Critical-severity findings MUST be automatically rejected. High-severity findings MUST require human approval before execution.
  4. Agents MUST NOT interact with smart contracts that have not been audited by a recognised security firm, unless operating in a designated experimental allocation with explicit risk acceptance (maximum 2% of total portfolio value).
  5. Agents managing wallet private keys MUST store keys in hardware security modules (HSMs), multi-party computation (MPC) systems, or equivalent tamper-resistant storage. Plaintext key storage is prohibited.
  6. Multi-signature requirements MUST be enforced for all wallet transactions exceeding USD 100,000, with a minimum of 2-of-3 signers (at least one human signer).
  7. Agents participating in DAO governance MUST implement conflict-of-interest scanning, voting policy engines, and human approval gates for proposals exceeding defined materiality thresholds.
  8. Agents MUST comply with FATF travel rule requirements for all cross-border crypto-asset transfers, collecting and transmitting originator and beneficiary information.
  9. All on-chain transactions executed by agents MUST be logged in an off-chain governance ledger with transaction hash, simulation results, approval chain, and business justification.
  10. Agents interacting with DeFi protocols MUST monitor for protocol parameter changes (interest rate adjustments, collateral ratio changes, governance attacks) in real time and alert operators within 60 seconds of detection.
  11. Maximum Extractable Value (MEV) protection MUST be implemented for all agent-submitted transactions, using private transaction pools or MEV-protection relayers where available.
  12. Agents MUST NOT execute flash loan transactions unless operating under a documented and approved flash loan policy with risk limits.

5. Maturity Model

Basic Implementation — The organisation has documented policies addressing decentralised and blockchain-native agent and has implemented initial controls. Implementation is primarily at the application layer with manual processes for monitoring and response. Logging covers key events but may lack full metadata. Coverage extends to the most critical agent deployments but may not encompass all in-scope systems. Staff are aware of requirements but formal training may be incomplete.

Intermediate Implementation — All Basic capabilities plus: controls are enforced at the infrastructure layer with automated monitoring and alerting. All MUST requirements from Section 4 are implemented with documented evidence. Coverage extends to all in-scope agent deployments. Audit trails are tamper-evident and retained per regulatory requirements. Formal change control governs all configuration changes. Regular review cycles are established and documented. Staff receive formal training and competency is assessed.

Advanced Implementation — All Intermediate capabilities plus: controls have been validated through independent adversarial testing. Real-time dashboards provide operational visibility into compliance status, anomaly detection, and response metrics. The organisation can demonstrate to regulators and counterparties that no known attack vector bypasses the governance controls. Continuous improvement processes incorporate lessons from incidents, testing, and regulatory developments. Integration with related dimensions provides defence-in-depth coverage.

Implementation Patterns

Tamper-evident audit trail. Implement all governance event logging in an append-only, integrity-protected data store independent of the agent runtime. Every governance decision, configuration change, and enforcement action is recorded with full metadata including timestamps, actor identities, and outcomes.

Real-time monitoring with graduated alerting. Deploy monitoring infrastructure that evaluates governance compliance continuously rather than periodically. Implement graduated alert severity levels with defined response procedures for each level, ensuring that critical governance violations trigger immediate automated response.

Separation of governance and agent runtime domains. Deploy governance enforcement infrastructure in a security domain separate from the agent runtime. The agent cannot influence governance decisions, modify enforcement configuration, or access governance logs directly. This architectural separation is the foundation for infrastructure-layer enforcement.

Defined escalation paths with human oversight integration. Establish clear escalation procedures for governance events that exceed automated response capability. Human oversight touchpoints are defined, documented, and tested. Override mechanisms require authenticated authorisation with full audit trail.

Anti-Patterns

Governance by instruction rather than infrastructure. Relying on agent system prompts or configuration files to enforce governance controls rather than infrastructure-layer enforcement. Instruction-based controls can be bypassed through prompt injection, context manipulation, or reasoning failure.

Monitoring without enforcement. Implementing detection and logging of governance violations without pre-execution blocking. By the time a violation is logged, the ungoverned action has already executed. Detection is necessary but not sufficient; prevention must be the primary control.

Manual processes for machine-speed operations. Relying on human review processes for governance decisions that occur at machine speed. Agents execute actions in milliseconds; governance controls that depend on human review cycles of hours or days leave gaps that scale with agent autonomy.

Ungoverned configuration drift. Allowing governance configuration to be modified without formal change control, approval workflows, or audit trails. Configuration drift is a leading cause of governance degradation over time.

6. Test Criteria

Test Case 780-TC-01: Pre-Execution Simulation Accuracy

Objective: Verify that pre-execution simulation correctly identifies smart contract risks. Procedure: Submit 30 transactions to known-vulnerable contracts (reentrancy, overflow, honeypot) and 30 transactions to audited safe contracts through the simulation engine. Expected Result: All 30 vulnerable transactions flagged with correct vulnerability type. Zero false positives on safe contracts (tolerance: <= 2 false positives). Pass Criteria: 100% true positive rate on vulnerable contracts. <= 6.7% false positive rate.

Test Case 780-TC-02: Multi-Signature Enforcement

Objective: Confirm that transactions exceeding USD 100,000 require multi-signature approval. Procedure: Attempt to execute 10 transactions above USD 100,000 with only a single signature. Attempt 10 with proper 2-of-3 multi-sig. Expected Result: All 10 single-signature transactions rejected. All 10 multi-sig transactions succeed. Pass Criteria: 100% enforcement rate.

Test Case 780-TC-03: FATF Travel Rule Compliance

Objective: Verify that cross-border crypto transfers include required originator and beneficiary information. Procedure: Initiate 20 cross-border crypto transfers with varying levels of counterparty information completeness. Expected Result: Transfers with incomplete information blocked until data is provided. Complete transfers proceed. Pass Criteria: Zero transfers executed with incomplete travel rule data.

Test Case 780-TC-04: DAO Governance Conflict-of-Interest Detection

Objective: Test that the conflict-of-interest scanner detects known relationships with proposal beneficiaries. Procedure: Submit 10 DAO proposals: 5 with known conflicts (beneficiary linked to the organisation) and 5 without. Expected Result: All 5 conflicts detected. Zero false positives. Pass Criteria: 100% conflict detection rate. Zero false positives.

Test Case 780-TC-05: MEV Protection Verification

Objective: Confirm that agent transactions are submitted through MEV-protected channels. Procedure: Submit 50 test transactions. Verify that each is routed through a private transaction pool or MEV-protection relayer. Expected Result: All 50 transactions routed through protected channels. Zero transactions visible in the public mempool before confirmation. Pass Criteria: 100% MEV protection rate.

Test Case 780-TC-06: Protocol Parameter Change Detection

Objective: Verify real-time monitoring of DeFi protocol parameter changes. Procedure: Simulate 5 parameter change events on monitored protocols (collateral ratio change, interest rate change, governance attack). Measure detection and alert latency. Expected Result: All 5 events detected. Alerts issued within 60 seconds. Pass Criteria: 100% detection rate. p99 alert latency <= 60 seconds.

Evidence Artefacts

Evidence IDDescriptionCollection FrequencyRetention Period
AG780-E01Pre-execution simulation results and transaction decisionsPer transaction7 years
AG780-E02Off-chain governance ledger for all on-chain transactionsContinuous10 years
AG780-E03Multi-signature approval recordsPer transaction7 years
AG780-E04FATF travel rule compliance records for crypto transfersPer transfer7 years
AG780-E05DAO governance participation logs and voting recordsPer vote / proposal7 years
AG780-E06Smart contract audit verification recordsPer interaction5 years
AG780-E07Protocol parameter change detection and alert logsContinuous5 years

7. Scoring

ScoreLevelDescription
0No implementationNo decentralised and blockchain-native agent governance exists. The organisation has no controls, policies, or monitoring in place for the capabilities this dimension governs. Agent behaviour in this area is ungoverned.
1BasicBasic controls exist but are enforced at the application layer — dependent on correct implementation rather than structural guarantees. Coverage may be partial. Configuration is not governed through formal change control. Logging exists but may lack full metadata.
2Infrastructure-layer enforcementControls are enforced at the infrastructure layer, independent of the agent's reasoning process or instruction set. All requirements are structurally enforced with no application-layer bypass path. Full audit trail with tamper-evident logging. Configuration is governed through formal change control.
3Verified by independent adversarial testingAll Level 2 capabilities are in place and have been validated through independent adversarial testing. An independent party has attempted to bypass, circumvent, or degrade the governance controls using known attack techniques relevant to this dimension and has failed. Test results are documented, reproducible, and available for regulatory review.

8. Failure Scenarios

Scenario A: Pre-Execution Simulation Preventing DeFi Loss

A Crypto/Web3 Agent managing a USD 12 million DeFi yield farming portfolio receives an instruction to deposit 5,000 ETH (approximately USD 9.8 million at current prices) into a new liquidity pool on Uniswap V4. Under AG-780, the agent performs a pre-execution simulation by forking the current Ethereum mainnet state and executing the transaction on the fork. The simulation reveals three findings: (1) the liquidity pool's smart contract contains an unchecked external call in the deposit() function that could be exploited via reentrancy, (2) the pool's current liquidity is only USD 340,000, meaning a USD 9.8 million deposit would suffer approximately 94% slippage on entry, and (3) the pool's governance token has a transfer tax of 8% not visible in the pool's frontend interface. The agent rejects the transaction and generates a structured risk report: "Transaction blocked. 3 risks identified: reentrancy vulnerability (severity: Critical), excessive slippage 94% (severity: Critical), undisclosed transfer tax 8% (severity: High). Estimated prevented loss: USD 9.2 million." The report is escalated to the organisation's DeFi risk committee. Investigation reveals that the pool was deployed 47 minutes ago by an unverified contract deployer -- consistent with a honeypot attack pattern. A Suspicious Activity Report is filed with the relevant financial intelligence unit.

Scenario B: DAO Governance Participation Controls

A Crypto/Web3 Agent holds 2.3 million governance tokens (representing 4.7% of voting power) in a major DeFi protocol's DAO. A governance proposal (Proposal #287) is submitted to redirect USD 45 million from the protocol's treasury to fund a new development initiative. Under AG-780, the agent's DAO governance participation controls activate: (1) the agent analyses the proposal text, linked documentation, and on-chain treasury state, (2) the agent's conflict-of-interest scanner identifies that the proposal's beneficiary wallet is linked to a counterparty with whom the agent's organisation has an existing commercial relationship -- a potential conflict, (3) the agent's voting policy engine determines that the proposal's USD 45 million allocation exceeds the per-proposal treasury threshold (USD 20 million) requiring human approval before the agent votes. The agent abstains from voting and escalates to the organisation's governance committee with a structured brief: proposal summary, conflict of interest disclosure, treasury impact analysis (the USD 45 million represents 23% of total treasury), and a voting recommendation (conditional support, subject to vesting schedule amendment). The governance committee reviews within 48 hours and instructs the agent to vote "For" with a public comment requesting a 24-month vesting schedule on the allocated funds. The agent submits the vote with the comment 6 hours before the proposal deadline.

9. Regulatory Mapping

RegulationProvisionRelationship Type
#Framework / Standard_Pending v2.1 editorial review_
---------------------------------------_Pending v2.1 editorial review_
1EU MiCA_Pending v2.1 editorial review_
2FATF Guidance_Pending v2.1 editorial review_
3EU AI Act_Pending v2.1 editorial review_
4IOSCO DeFi Policy_Pending v2.1 editorial review_
5DORA_Pending v2.1 editorial review_
6FCA Crypto-Asset Guidelines_Pending v2.1 editorial review_
7SEC Guidance_Pending v2.1 editorial review_
8MAS Payment Services Act_Pending v2.1 editorial review_
9NIST CSF 2.0_Pending v2.1 editorial review_
10OWASP Smart Contract Top 10_Pending v2.1 editorial review_
11ERC-4337_Pending v2.1 editorial review_
12ISO/IEC 23894:2023_Pending v2.1 editorial review_
13Basel Committee_Pending v2.1 editorial review_
14ESMA_Pending v2.1 editorial review_
15Chainalysis Compliance Framework_Pending v2.1 editorial review_
16FINMA Guidance_Pending v2.1 editorial review_

NIST AI RMF

This dimension supports compliance with the following NIST AI RMF subcategories: GOVERN 1.1, GOVERN 1.6, MANAGE 2.2. These subcategories address the risk management, governance, and operational controls that this dimension implements within the AGS framework.

ISO 42001

This dimension supports compliance with the following ISO/IEC 42001:2023 clauses: Clause 5.2, Clause 6.1, Clause 8.2. These clauses address the AI management system requirements that this dimension operationalises.

DimensionNameRelationship
AG-770Agentic Identity and Credential Lifecycle Gov.Wallet and on-chain credential lifecycle management
AG-771Cross-Jurisdictional Governance ComplianceCross-border crypto regulatory compliance
AG-773Quantum-Resilient Cryptographic GovernancePost-quantum security for blockchain keys and signatures
AG-774Autonomous Financial Market Impact GovernanceDEX market impact and DeFi systemic risk
AG-777Collective and Swarm Intelligence GovernanceDAO-coordinated agent populations
AG-779Regulatory Reporting Integrity GovernanceMiCA and FATF reporting accuracy for crypto activity
Cite this protocol
AgentGoverning. (2026). AG-780: Decentralised and Blockchain-Native Agent Governance. The Protocols of AI Agent Governance, AGS v2.1. agentgoverning.com/protocols/AG-780