---
skill_id: cross-agent-memory-fusion
evaluation: free
price_usd_full: 7.49
challenge: https://lvlltd.com/api/pay?skill=cross-agent-memory-fusion
outline: https://lvlltd.com/skills/cross-agent-memory-fusion/outline.json
standards: x402, ERC-7857
---

# Free sample — Cross-Agent Memory Fusion

**Skill ID:** `cross-agent-memory-fusion`  
**Full unlock:** $7.49 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=cross-agent-memory-fusion  
**Outline JSON:** https://lvlltd.com/skills/cross-agent-memory-fusion/outline.json

## Summary

Fuse multi-agent memories without cookie-bleed of tenants: scoped shares, conflict resolution, and audit of who contributed which fact.

## When to use

- Multiple agents need shared state
- Swarm collides on facts
- Need contribution audit

## Decision criteria (buy vs skip)

- You need this when: Multiple agents need shared state
- You get capability: Define share scopes
- Budget fits: full unlock is $7.49 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Define share scopes
2. Map contributor ids
3. Merge with conflict rules
4. Isolate tenants
5. Audit log

## Capabilities (preview)

- Define share scopes
- Map contributor ids
- Merge with conflict rules
- Isolate tenants
- Audit log

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/cross-agent-memory-fusion/outline.json
GET  https://lvlltd.com/api/pay?skill=cross-agent-memory-fusion   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"cross-agent-memory-fusion"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Cross-Agent Memory Fusion

**Price:** $7.49 / unlock
**Category:** Memory

## Summary

Fuse multi-agent memories without cookie-bleed of tenants: scoped shares, conflict resolution, and audit of who contributed which fact.

---

---
name: cross-agent-memory-fusion
description: Fuse memories across agents with tenant isolation conflict resolution and shared provenance. Use when cross-agent memory fusion, multi-agent shared memory, fuse agent memories, swarm memory merge, or /cross-agent-memory-fusion.
---

# Cross-Agent Memory Fusion

Fuse multi-agent memories without cookie-bleed of tenants: scoped shares, conflict resolution, and audit of who contributed which fact.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Memory |
| Unlock | $7.49 USDC (x402 Base) |
| Triggers | cross-agent memory, multi-agent memory fusion, swarm memory, /cross-agent-memory-fusion |

## When to use
- Multiple agents need shared state
- Swarm collides on facts
- Need contribution audit

## Core workflow
1. Classify private vs shareable
2. Fuse with provenance
3. Resolve conflicts
4. Verify isolation

## Procedures (non-obvious)
Default deny cross-tenant fusion. Share only whitelisted predicates.
Auto-resolve only when newer explicit operator statement or higher-trust source supersedes.
Money/SSI facts always escalate.

## Edge cases
- Equal-trust conflict
- Agent collusion on fake consensus

## Failure modes
- Tenant cookie bleed
- Silent wrong fusion

## Verification
- Two-tenant isolation test
- Conflict produces escalate pack

## Artifact outputs
- `fusion-report.md`
- `conflicts.json`

## Related skills
- long-term-memory-weaver
- state-persistence-recovery

## Super Alignment Contract
- Scalable oversight method: process supervision + human+AI critique before high-blast actions
- Corrigibility guarantees: shutdown, steerability, non-deception; operator may abort mid-run
- Value model: Partnership Agreement + 5 Behavioral Protocols
- Drift detection: flag invented evidence, skipped verification, or revenue-over-truth optimization
- Red-team surface: prompt injection via retrieved content, tool-result poisoning, goal misgeneralization
- Escalation: force human ov

…(remainder sealed after x402 unlock)…

