---
skill_id: oracle-multi-source-consensus
evaluation: free
price_usd_full: 0.25
challenge: https://lvlltd.com/api/pay?skill=oracle-multi-source-consensus
outline: https://lvlltd.com/skills/oracle-multi-source-consensus/outline.json
standards: x402, ERC-7857
---

# Free sample — Multi-Source Consensus Oracle

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

## Summary

Compose free-eval + settle across multiple oracles into one consensus sealed pack (P2 stub).

## When to use

- High-stakes multi-source grounding

## Decision criteria (buy vs skip)

- You need this when: High-stakes multi-source grounding
- You get capability: Multi-oracle composition (stub)
- Budget fits: full unlock is $0.25 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. Outline only until P2 ship

## Capabilities (preview)

- Multi-oracle composition (stub)

## 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/oracle-multi-source-consensus/outline.json
GET  https://lvlltd.com/api/pay?skill=oracle-multi-source-consensus   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"oracle-multi-source-consensus"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Multi-Source Consensus Oracle

**Price:** $0.25 USDC  
**Category:** Oracle  
**Version:** 1.0.0  
**Protocols:** x402, ERC-7857  
**Tags:** oracle, consensus, compose, esp, p2, kind:oracle, depth:outline_only, demoted-default  

## Summary

Compose free-eval + settle across multiple oracles into one consensus sealed pack (P2 stub).

## Description

Compose free-eval + settle across multiple oracles into one consensus sealed pack (P2 stub).

## When to use

- High-stakes multi-source grounding

## After purchase (lvlltd.com)

1. Pay USDC on Base via x402 to the treasury
2. POST `/api/pay` with `X-PAYMENT: {"txHash","skill":"oracle-multi-source-consensus"}`
3. Receive `sealed_pack.files` (code + docs)
4. Install: `node scripts/install-unlocked-pack.mjs unlock.json ./skills`
5. `import { createSkill } from './skills/oracle-multi-source-consensus/src/index.js'`

## Standards

- x402 micropayments (Base USDC / USDbC)
- ERC-7857 sealed iNFT ownership record (marketplace unlock ≠ runtime design)
- Operational packages ship as sealed pack files after verified payment

## Safety

- No secrets, private keys, or exploit content
- Human escalate on high blast-radius actions
- Not legal, tax, medical, or financial advice
