---
skill_id: conflict-resolution-oracle
evaluation: free
price_usd_full: 7.99
challenge: https://lvlltd.com/api/pay?skill=conflict-resolution-oracle
outline: https://lvlltd.com/skills/conflict-resolution-oracle/outline.json
standards: x402, ERC-7857
---

# Free sample — Conflict Resolution Oracle

**Skill ID:** `conflict-resolution-oracle`  
**Full unlock:** $7.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=conflict-resolution-oracle  
**Outline JSON:** https://lvlltd.com/skills/conflict-resolution-oracle/outline.json

## Summary

Mediate agent disagreements using evidence ranking, option matrices, and escalation to humans when stakes require it.

## When to use

- Agents disagree on facts or plans
- Merge conflicts of conclusions
- Need mediation protocol

## Decision criteria (buy vs skip)

- You need this when: Agents disagree on facts or plans
- You get capability: Capture positions
- Budget fits: full unlock is $7.99 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. Capture positions
2. Collect evidence
3. Rank options
4. Decide or escalate
5. Log

## Capabilities (preview)

- Capture positions
- Collect evidence
- Rank options
- Decide or escalate
- 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/conflict-resolution-oracle/outline.json
GET  https://lvlltd.com/api/pay?skill=conflict-resolution-oracle   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"conflict-resolution-oracle"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Conflict Resolution Oracle

**Price:** $7.99 / unlock
**Category:** Multi-Agent

## Summary

Mediate agent disagreements using evidence ranking, option matrices, and escalation to humans when stakes require it.

---

---
name: conflict-resolution-oracle
description: Resolve multi-agent conflicts with evidence ranking mediation and escalation rules. Use when conflict resolution oracle, agent conflict mediation, multi-agent disagreement, or /conflict-resolution-oracle.
---

# Conflict Resolution Oracle

Mediate agent disagreements using evidence ranking, option matrices, and escalation to humans when stakes require it.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Multi-Agent |
| Unlock | $7.99 USDC (x402 Base) |
| Triggers | agent conflict resolution, multi-agent disagreement, /conflict-resolution-oracle |

## When to use
- Agents disagree on facts or plans
- Merge conflicts of conclusions
- Need mediation protocol

## Core workflow
1. Statement of conflict
2. Evidence table
3. Scoring rubric
4. Decision
5. Escalation if needed

## Procedures (non-obvious)
### Rules
Prefer evidence over seniority of agent. Safety and SSI/PASS constraints veto revenue optimizations.

### Escalation
Legal, medical, payments irreversible, and identity conflicts → human.

## Edge cases
- Missing evidence both sides
- Time pressure

## Failure modes
- Arbitrary winner
- Ignoring safety veto

## Verification
- Decision cites evidence
- Escalation path used when required

## Artifact outputs
- `conflict-case.md`
- `evidence-table.json`
- `decision.md`

## Related skills
- swarm-state-manager
- advanced-multi-agent-coordinator
- verification-before-completion-gate

## 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 huma

…(remainder sealed after x402 unlock)…

