---
skill_id: gf-pc-confirmed-gmv-dashboard-spec
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 8.49
price_label: $8.49 / unlock
kind: good
category: Finance
challenge: https://lvlltd.com/api/pay?skill=gf-pc-confirmed-gmv-dashboard-spec
outline: https://lvlltd.com/skills/gf-pc-confirmed-gmv-dashboard-spec/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Confirmed-GMV Dashboard Spec

**Skill ID:** `gf-pc-confirmed-gmv-dashboard-spec`  
**Unlock:** $8.49 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Metric definitions and board layouts for confirmed GMV only—settled USDC orders with unlock proof—excluding pending and disputed volume.

Dashboard specification that distinguishes quoted, pending-settle, confirmed-settled, unlocked, refunded, and disputed GMV so agent marketplaces report honest commerce volume without counting unpaid carts as revenue.

## When to use

- Leadership dashboards currently mix cart value with settled USDC and you need a confirmed-only GMV tile
- Partner reports must exclude disputed and refunded orders from recognized volume
- Finance wants a single definition of confirmed GMV across agent and human channels

## Decision-grade outline (free)

1. Lock GMV stage definitions—quoted, pending_settle, confirmed_settled, unlocked, refunded, disputed—with inclusion rules for the confirmed tile
2. Specify source fields: order_id, settle_ref, amount_usdc, unlocked_at, and status so tiles recompute from ledger facts not page views
3. Design board sections for daily confirmed GMV, trailing windows, SKU breakdown, and channel split without vanity conversion overlays
4. Define adjust entries for refunds and dispute resolutions that reverse prior confirmed volume with audit notes
5. Document export schemas partners can consume for fee contracts while marking non-confirmed rows as excluded

## Capabilities

- Confirmed vs non-confirmed GMV stage definitions
- Ledger-backed source field requirements
- Dashboard section and tile layout notes
- Refund and dispute adjust-entry rules
- Partner export schema for fee reporting

## Artifacts after unlock

- `confirmed-gmv-definitions.md`
- `gmv-dashboard-tile-spec.json`
- `gmv-adjust-entry-rules.md`
- `partner-gmv-export-schema.json`

## Detailed description

Confirmed-GMV Dashboard Spec is a finance-facing design pack for agent marketplaces that settle in Base USDC and need volume boards that refuse to treat unpaid carts as success. It defines stages from quoted through confirmed_settled, unlocked, refunded, and disputed, then states exactly which stages feed the confirmed GMV tile. Source field requirements pin order_id, settle_ref, amount_usdc, and unlock timestamps so metrics recompute from settlement facts rather than marketing analytics. Board layouts cover daily confirmed totals, trailing windows, SKU breakdowns, and agent versus human channel splits without decorative conversion claims. Adjust-entry rules reverse confirmed volume when refunds or dispute resolutions land, keeping partner fee bases honest. Export schemas let partners consume fee-relevant rows while non-confirmed lines stay labeled excluded. Free outline eval on lvlltd.com helps you compare definitions to your ledger before unlock. Purchase uses x402 Base USDC. This is metric and dashboard specification only—not audited financial statements, legal, tax, or investment advice—and it makes no revenue, growth, or valuation guarantees. Your finance owners remain responsible for official books and partner contract math.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute Confirmed-GMV Dashboard Spec for my catalog",
  context: { skill_id: "gf-pc-confirmed-gmv-dashboard-spec" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-pc-confirmed-gmv-dashboard-spec` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-pc-confirmed-gmv-dashboard-spec"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-pc-confirmed-gmv-dashboard-spec/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
