---
skill_id: bundle-agent-production-gates
evaluation: free
price_usd_full: 10.99
challenge: https://lvlltd.com/api/pay?skill=bundle-agent-production-gates
outline: https://lvlltd.com/skills/bundle-agent-production-gates/outline.json
standards: x402, ERC-7857
---

# Free sample — Agent Production Gates

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

## Summary

Health protocol → rate limits → HITL approval before production tools and spend.

## When to use

- You want a multi-step agent workflow, not one-off skills
- Buying members separately would cost more
- Install health-check protocol on orchestrator
- Configure tool-call rate limiter by cost class

## 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 $10.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. Step 1: agent-health-check-protocol
2. Step 2: tool-call-rate-limiter
3. Step 3: human-in-loop-approval-gate

## Capabilities (preview)

- Single x402 unlock for all member sealed packs
- Declared execution / handoff order
- Saves $1.98 vs buying parts ($12.97 → $10.99)

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

## Sample excerpt

# Agent Production Gates

**Price:** $10.99 USDC  
**Category:** agent-ops  
**Version:** 1.0.0  
**Protocols:** x402, ERC-7857  
**Tags:** ops, safety, bundle, workflow, hitl  

## Summary

Health protocol → rate limits → HITL approval before production tools and spend.

## Description

Composable reliability + safety gates: detect stuck agents, limit tool thrash, require human approval for high-impact actions.

## When to use

- You want a multi-step agent workflow, not one-off skills
- Buying members separately would cost more
- Install health-check protocol on orchestrator
- Configure tool-call rate limiter by cost class

## After purchase (lvlltd.com)

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