---
skill_id: gf-crypto-chargeback-response-pack
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 4.99
price_label: $4.99 / unlock
kind: good
category: Trust
challenge: https://lvlltd.com/api/pay?skill=gf-crypto-chargeback-response-pack
outline: https://lvlltd.com/skills/gf-crypto-chargeback-response-pack/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Crypto Chargeback Response Pack

**Skill ID:** `gf-crypto-chargeback-response-pack`  
**Unlock:** $4.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Evidence checklists and response letter skeletons for USDC and crypto payment disputes.

Operational templates for assembling on-chain proof, unlock delivery logs, and policy citations when a buyer or rail disputes a crypto-settled digital sale. Framed as process support, not legal representation.

## When to use

- A Base USDC or crypto-settled digital sale is disputed and you need an evidence checklist
- Support must draft a structured response that ties tx hash to unlock delivery logs
- You want consistent internal language for chargeback-like disputes on agent sales

## Decision-grade outline (free)

1. Assemble an evidence inventory checklist: payment proof, invoice/order id, unlock timestamp, artifact delivery log, and policy version shown at purchase
2. Map dispute categories (non-receipt, unauthorized, quality) to the minimum artifact set for each category
3. Draft response skeletons that cite on-chain reference and delivery log fields without overclaiming legal conclusions
4. Define internal escalation triggers and what package goes to counsel or the payment rail
5. Create a redaction guide so exported evidence strips unnecessary PII while keeping order and tx identifiers

## Capabilities

- Crypto digital-sale evidence inventory checklist
- Dispute-category to artifact-set mapping
- Response letter skeletons tied to tx and unlock logs
- PII redaction guide for evidence exports

## Artifacts after unlock

- `chargeback-evidence-checklist.md`
- `dispute-response-skeletons.md`
- `evidence-redaction-guide.md`

## Detailed description

Crypto Chargeback Response Pack supports operators who settle digital goods and sealed unlocks in Base USDC or other crypto rails and later face buyer disputes or rail-level chargeback-like processes. It prioritizes evidence discipline: transaction references, order identifiers, unlock timestamps, delivery logs, and the policy version shown at purchase. Category maps help support gather only what each dispute type needs. Response skeletons keep tone factual—linking payment proof to delivery proof—without pretending to be attorney work product or guaranteeing dispute outcomes. Escalation notes describe when to involve counsel or the payment partner. A redaction guide reinforces SSI/PASS: strip unnecessary personal data from exports while retaining order and chain identifiers required for reconciliation. Free outline eval is available so you can see whether the checklist matches your logging stack before purchase. The good unlocks with x402 Base USDC. This is operational template material only—not legal, financial, or compliance advice—and makes no claims about win rates or recovered funds. Adapt every skeleton to your counsel’s direction and the rules of the rails you use.

## 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 Crypto Chargeback Response Pack for my catalog",
  context: { skill_id: "gf-crypto-chargeback-response-pack" },
  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-crypto-chargeback-response-pack` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-crypto-chargeback-response-pack"}`  
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-crypto-chargeback-response-pack/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
