---
skill_id: gf-pc-partner-fee-contract-kit
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 9.99
price_label: $9.99 / unlock
kind: service
category: Finance
challenge: https://lvlltd.com/api/pay?skill=gf-pc-partner-fee-contract-kit
outline: https://lvlltd.com/skills/gf-pc-partner-fee-contract-kit/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Partner Fee Contract Kit

**Skill ID:** `gf-pc-partner-fee-contract-kit`  
**Unlock:** $9.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Modular fee schedule exhibits, calculation order cards, and settlement-statement outlines for agent, affiliate, and platform partner cuts on USDC sales.

Service kit of contract-ready exhibits and ops worksheets for platform, referral agent, and vendor fee splits on confirmed GMV—calculation order, statement periods, dispute holdbacks, and x402 payout notes without legal practice pretenses.

## When to use

- You onboard referral agents or vendors and need a shared fee schedule exhibit template
- Confirmed GMV and fee math disagree across partner statements and internal ledgers
- Holdbacks on disputed settlements must be described the same way in ops and partner packets

## Decision-grade outline (free)

1. Draft fee schedule exhibit slots—party role, rate type, basis (confirmed GMV or net), caps, and effective dates—before any narrative clauses
2. Lock calculation order cards so platform, agent, and fixed fees apply in one documented sequence matching receipt lines
3. Define statement period, currency (USDC), and line schema partners receive each cycle with order-level detail optional flags
4. Specify dispute holdback and release rules tied to settlement dispute codes so unpaid holds do not silently vanish from statements
5. Outline payout settlement notes for Base USDC transfers including memo fields and reconciliation keys without custody promises

## Capabilities

- Modular partner fee schedule exhibits
- Canonical fee calculation order cards
- Partner statement period and line schemas
- Dispute holdback and release rules
- USDC payout memo and recon key notes

## Artifacts after unlock

- `partner-fee-schedule-exhibit.md`
- `fee-calculation-order-card.md`
- `partner-statement-schema.json`
- `dispute-holdback-rules.md`
- `usdc-payout-recon-notes.md`

## Detailed description

Partner Fee Contract Kit is a service-style documentation pack for marketplaces that share confirmed GMV with referral agents, vendors, or platform participants and settle economics in Base USDC. Ambiguous fee order and missing holdback language create partner distrust; this kit supplies modular fee schedule exhibits—role, rate type, basis, caps, effective dates—plus calculation order cards that match buyer-visible receipt math. Statement schemas define period, USDC amounts, and optional order-level detail so partners and internal finance reconcile against the same grid. Dispute holdback rules reference settlement dispute codes so withheld fees appear explicitly and release when cases close. Payout notes cover memo fields and reconciliation keys for USDC transfers without claiming the kit provides custody, banking, or escrow services. Free outline eval lets you check exhibit slots against your partner types before purchase. Unlock via x402 Base USDC. The kit is operational and drafting support only—not legal representation, contract practice, tax, accounting, or investment advice—and it guarantees no partner volume, fee income, or revenue results. Always have qualified counsel adapt exhibits into binding agreements for your jurisdiction and counterparty set.

## 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 Partner Fee Contract Kit for my catalog",
  context: { skill_id: "gf-pc-partner-fee-contract-kit" },
  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-partner-fee-contract-kit` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-pc-partner-fee-contract-kit"}`  
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-partner-fee-contract-kit/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
