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

# Free sample — First Value Accelerator

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

## Summary

Compress time-to-first-value with guided missions, proof artifacts users keep, and honest upgrade moments after value.

## When to use

- Users stall before value
- Need guided first mission
- Conversion after free sample

## Decision criteria (buy vs skip)

- You need this when: Users stall before value
- You get capability: Define keepable proof artifact
- 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. Define keepable proof artifact
2. Script guided mission
3. Remove dead ends
4. Instrument TTV
5. Place upgrade after win

## Capabilities (preview)

- Define keepable proof artifact
- Script guided mission
- Remove dead ends
- Instrument TTV
- Place upgrade after win

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

## Sample excerpt

# First Value Accelerator

**Price:** $7.99 / unlock
**Category:** Onboarding

## Summary

Compress time-to-first-value with guided missions, proof artifacts users keep, and honest upgrade moments after value.

---

---
name: first-value-accelerator
description: Accelerate time-to-first-value with guided missions proof artifacts and upgrade moments. Use when first value accelerator, time to value, guided first mission, or /first-value-accelerator.
---

# First Value Accelerator

Compress time-to-first-value with guided missions, proof artifacts users keep, and honest upgrade moments after value.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Onboarding |
| Unlock | $7.99 USDC (x402 Base) |
| Triggers | first value, TTV, guided mission, /first-value-accelerator |

## When to use
- Users stall before value
- Need guided first mission
- Conversion after free sample

## Core workflow
1. Pick proof artifact
2. Write mission steps
3. Preload sample data
4. Measure TTV
5. Upgrade CTA after win
6. Iterate on drop

## Procedures (non-obvious)
### Proof artifact
Something the user exports and reuses (brief, matrix, checklist). Tours that leave no artifact fail.

### Ethics
No hostage exports. Upgrade is optional enhancement after free win.

## Edge cases
- Complex B2B approvals
- Wallet UX friction

## Failure modes
- Paywall before value
- Empty-state dead ends

## Verification
- TTV metric defined
- Artifact export works
- Upgrade after win

## Artifact outputs
- `first-mission.md`
- `proof-artifact-spec.json`
- `ttv-dashboard-notes.md`

## Related skills
- user-onboarding-flow-designer
- skill-adoption-guide
- go-to-market-composer

## 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 override on low

…(remainder sealed after x402 unlock)…

