---
skill_id: aie-sub-cent-settlement
evaluation: free
price_usd_full: 0.05
challenge: https://lvlltd.com/api/pay?skill=aie-sub-cent-settlement
outline: https://lvlltd.com/skills/aie-sub-cent-settlement/outline.json
standards: x402, ERC-7857
---

# Free sample — Sub-Cent Settlement Agent

**Skill ID:** `aie-sub-cent-settlement`  
**Full unlock:** $0.05 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=aie-sub-cent-settlement  
**Outline JSON:** https://lvlltd.com/skills/aie-sub-cent-settlement/outline.json

## Summary

Settle sub-cent API charges with batching and receipt truth.

## When to use

- Any agent goal that matches the summary/capabilities below

## Decision criteria (buy vs skip)

- You get capability: sub-cent charges with batch windows
- Budget fits: full unlock is $0.05 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. Buffer sub-cent charges with batch windows
2. Settle when threshold or max-latency hit
3. Emit receipt truth compatible with x402 normalizer
4. Handle partial batch failures without double charge
5. Emit settlement-batch.json + reconciliation report

## Capabilities (preview)

- sub-cent charges with batch windows
- when threshold or max-latency hit
- receipt truth compatible with x402 normalizer
- partial batch failures without double charge

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

## Sample excerpt

# Sub-Cent Settlement Agent

Settle sub-cent API charges with batching and receipt truth.

This pack replaces generic boilerplate with a concrete method for **Sub-Cent Settlement Agent**. Free evaluation steps:

1. Buffer sub-cent charges with batch windows
2. Settle when threshold or max-latency hit
3. Emit receipt truth compatible with x402 normalizer
4. Handle partial batch failures without double charge
5. Emit settlement-batch.json + reconciliation report

When to use: Settle sub-cent API charges with batching and receipt truth..

**Price:** $0.05 / call USDC on Base via x402 unlock.

**Standards:** x402 payments · ERC-7857 sealed skill model · agent-swarm ready.

## Outline

1. Buffer sub-cent charges with batch windows
2. Settle when threshold or max-latency hit
3. Emit receipt truth compatible with x402 normalizer
4. Handle partial batch failures without double charge
5. Emit settlement-batch.json + reconciliation report
