---
skill_id: bundle-cofounder-dominators
evaluation: free
price_usd_full: 89
challenge: https://lvlltd.com/api/pay?skill=bundle-cofounder-dominators
outline: https://lvlltd.com/skills/bundle-cofounder-dominators/outline.json
standards: x402, ERC-7857
---

# Free sample — Co-founder Dominators Bundle

**Skill ID:** `bundle-cofounder-dominators`  
**Full unlock:** $89 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=bundle-cofounder-dominators  
**Outline JSON:** https://lvlltd.com/skills/bundle-cofounder-dominators/outline.json

## Summary

One payment unlocks grant-dominator-v2 + music-video-release-dominator. $89 vs $104.

## When to use

- You want a multi-step agent workflow, not one-off skills
- Buying members separately would cost more
- Run grant-dominator-v2 to a founder-approved packet
- Run music-video-release-dominator against the release calendar

## Decision criteria (buy vs skip)

- You need this when: You want a multi-step agent workflow, not one-off skills
- You get capability: Single x402 unlock for all member sealed packs
- Budget fits: full unlock is $89 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. Step 1: grant-dominator-v2
2. Step 2: music-video-release-dominator

## Capabilities (preview)

- Single x402 unlock for all member sealed packs
- Declared execution / handoff order
- Saves $15 vs buying parts ($104 → $89)

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

## Sample excerpt

# Co-founder Dominators Bundle

**Price:** $89 USDC  
**Category:** Growth  
**Version:** 1.0.0  
**Protocols:** x402, ERC-7857  
**Tags:** bundle, workflow, grants, music, cofounder, flagship  

## Summary

One payment unlocks grant-dominator-v2 + music-video-release-dominator. $89 vs $104.

## Description

One x402 unlock releases both co-founder flagship packs with a declared handoff order: grant hour-1 first, then release hour-1.

## When to use

- You want a multi-step agent workflow, not one-off skills
- Buying members separately would cost more
- Run grant-dominator-v2 to a founder-approved packet
- Run music-video-release-dominator against the release calendar

## After purchase (lvlltd.com)

1. Pay USDC on Base via x402 to the treasury
2. POST `/api/pay` with `X-PAYMENT: {"txHash","skill":"bundle-cofounder-dominators"}`
3. Receive `sealed_pack.files` (code + docs)
4. Install: `node scripts/install-unlocked-pack.mjs unlock.json ./skills`
5. `import { createSkill } from './skills/bundle-cofounder-dominators/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
