What this does: ONE-STOP turns a 24-track catalog into a one-signature licensing counter. Pick a track, a use, a territory, a term — get a machine-readable JSON grant carrying master + publishing in a single instrument. No marketplace, no commission, no negotiation loop. The grant is the license; the schema is the law.
HOW IT WORKS — THE 60-SECOND GRANT
| 1. Catalog | ONE-STOP licenses ONLY the 24-track That Boy Hi Hat catalog (source of truth: one-stop.json → catalog_ref). Rights line on every grant: ℗ Cumulative Web Inc — 100% master & publishing, pre-cleared. |
| 2. One-stop by construction | Master and publishing clear in one signature because Cumulative Web Inc holds 100% of both. No separate publisher negotiation exists — that is the product. |
| 3. Machine-readable | Every grant is JSON validated against one-stop-schema.json (grant format cwi-grant/v1). Your agent reads it, applies the terms, files it — no lawyer needed to parse it. |
| 4. Pre-clearance | Every grant ships the pre-clearance attestation: ownership chain verified against the CWI catalog before the grant issues. |
| 5. DRAFT MODE | Creator tier = live. Indie & Commercial tiers = draft, pending Black's exact-terms approval, not issuable. The index page, the grant template, and the schema all say so. |
FEE TIERS
| Tier | Status | What it covers |
|---|---|---|
| Creator | LIVE — $0 | Non-commercial creator use: streams, VOD, shorts, reels. Issued on the spot. |
| Indie | DRAFT — terms pending approval | Independent / small-budget commercial use. Not issuable until Black approves exact terms. |
| Commercial | DRAFT — terms pending approval | Full commercial use: ads, brands, film, broadcast. Not issuable until Black approves exact terms. |
Full structure: fee-tiers.json — tiers are structural, not prices. No dollar amounts appear on the paid tiers.
GRANT FIELDS
| grant_id | unique id, pattern ^cwi-grant-[a-z0-9-]+$ |
| issuer | always Cumulative Web Inc |
| licensee | agent or org receiving the grant (name + contact) |
| track | one of the 24 catalog tracks (title + catalog id) |
| use | sync use: stream-overlay, vod, short-form, live-intro, podcast, game-mod… |
| media | distribution media: twitch, youtube, tiktok, instagram, podcast-feed, broadcast… |
| territory | worldwide | regional (ISO-3166 codes) |
| term | grant duration in months; creator tier fixed at 12 |
| fee_tier | creator | indie | commercial |
| rights_line | fixed: ℗ Cumulative Web Inc — 100% master & publishing, pre-cleared |
| pre_clearance | ownership attestation block (issuer-signed statement) |
| countersignature | licensee countersignature block — the grant becomes effective on countersignature |
| draft_mode | true for any grant on indie/commercial until terms are approved |
Schema: one-stop-schema.json · Human-readable text: grant-template.md
DRAFT A CREATOR GRANT
Creator tier only — this is the live path. Indie and Commercial drafting is disabled until Black approves their terms.
Fill the fields and press the button. The grant validates against one-stop-schema.json.