---
skill_id: aie-gpu-hour-meter
evaluation: free
price_usd_full: 0.06
challenge: https://lvlltd.com/api/pay?skill=aie-gpu-hour-meter
outline: https://lvlltd.com/skills/aie-gpu-hour-meter/outline.json
standards: x402, ERC-7857
---

# Free sample — GPU-Hour Metering Agent

**Skill ID:** `aie-gpu-hour-meter`  
**Full unlock:** $0.06 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=aie-gpu-hour-meter  
**Outline JSON:** https://lvlltd.com/skills/aie-gpu-hour-meter/outline.json

## Summary

Meter GPU seconds/hours for real-time compute billing.

## When to use

- Any agent goal that matches the summary/capabilities below

## Decision criteria (buy vs skip)

- You get capability: Meter GPU seconds with start/stop job markers
- Budget fits: full unlock is $0.06 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. Meter GPU seconds with start/stop job markers
2. Convert seconds to billable hours with minimum quantum
3. Attach job_id for refund and dispute trails
4. Handle preemption/spot interruption cleanly
5. Emit gpu-meter schema + sample invoice lines

## Capabilities (preview)

- Meter GPU seconds with start/stop job markers
- Convert seconds to billable hours with minimum quantum
- job_id for refund and dispute trails
- preemption/spot interruption cleanly

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

## Sample excerpt

# GPU-Hour Metering Agent

Meter GPU seconds/hours for real-time compute billing.

This pack replaces generic boilerplate with a concrete method for **GPU-Hour Metering Agent**. Free evaluation steps:

1. Meter GPU seconds with start/stop job markers
2. Convert seconds to billable hours with minimum quantum
3. Attach job_id for refund and dispute trails
4. Handle preemption/spot interruption cleanly
5. Emit gpu-meter schema + sample invoice lines

When to use: Meter GPU seconds/hours for real-time compute billing..

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

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

## Outline

1. Meter GPU seconds with start/stop job markers
2. Convert seconds to billable hours with minimum quantum
3. Attach job_id for refund and dispute trails
4. Handle preemption/spot interruption cleanly
5. Emit gpu-meter schema + sample invoice lines
