Content Production Pipeline¶
How renders, minting, stuffing, and approvals flow. The production pipeline that turns approved content into purchasable packs.
Overview¶
Content production is the operational backbone that transforms approved creative concepts into on-chain digital collectibles. Prapanch's team handles production across all three IPs (NBA, NFL, Disney), supported by a creative team of five.
The Production Pipeline¶
Content Selection → Partner Approval → Render → QA → Mint → Stuff → Final QA → Live
(Product) (See approvals) (Studio) (Studio) (Eng) (Eng) (Studio) (Ops)
Step 1: Render Production¶
Owner: Studio Operations team (Daniel Telado, Kevin Aquino, Chris Seguritan, Melis Kandemir)
| Task | Description | Timeline |
|---|---|---|
| Asset creation | Create visual assets from source material (game footage, character art) | 2-5 days |
| Motion design | Animate moments (NBA/NFL) or create pin designs (Disney) | 1-3 days |
| Tier variants | Create Common, Rare, Legendary, Ultimate variants | 1-2 days per tier |
| Export | Final files in correct format for on-chain minting | 0.5 day |
Quality standards: - Resolution must meet platform display requirements - Tier visual differentiation must be clear (frame treatment, effects, color) - Player/character representation must match approved concept - Serial number placement must be correct
Step 2: Metadata & Configuration¶
| Task | Description |
|---|---|
| Moment metadata | Player/character name, set name, date, description |
| Tier assignment | Confirm which moments are Common/Rare/Legendary/Ultimate |
| Mint count | Total mints per moment per tier (e.g., Legendary cap at 75/season) |
| Set assignment | Which set or challenge this moment belongs to |
Step 3: Minting¶
Owner: Engineering (triggered by Studio Ops)
- Smart contracts on Flow network create the digital collectibles
- Each moment gets a unique serial number
- Mint counts verified against configuration
- On-chain metadata verified
Minting Is Irreversible
Once minted, moments cannot be un-minted. Verify all metadata, tier assignments, and mint counts BEFORE triggering the mint. A wrong mint count or misassigned tier creates permanent marketplace distortion.
Step 4: Pack Stuffing¶
Owner: Engineering (algorithmic)
Pack stuffing distributes minted moments into packs based on the pack math configuration:
| Parameter | What It Controls |
|---|---|
| Pack size | Number of moments per pack |
| Rarity guarantee | Minimum rarity per pack (e.g., "1 Rare+ guaranteed") |
| Distribution algorithm | How moments are randomly assigned |
| Serial number distribution | Low serials may be distributed evenly or concentrated |
The stuffing algorithm must ensure: - Every pack meets the rarity guarantee - Moments are distributed randomly (no stacking) - Pack contents are sealed until purchase (no preview)
Step 5: Final QA¶
Owner: Studio Ops
- Spot-check random packs for correct contents
- Verify all moments display correctly in-app
- Test purchase flow end-to-end on staging
- Confirm marketplace listing works for individual moments
- Sign off for drop
Production by IP¶
NBA Top Shot¶
- Source material: Game highlights (video clips)
- Moment type: Video moments with motion design
- Frequency: Monthly tent-pole drops (shifted from weekly in 2025-26)
- Special: Top Shot This (TST) has a different production cadence — parallel chase mechanics
NFL ALL DAY¶
- Source material: Game highlights (video clips)
- Moment type: Video moments, similar pipeline to NBA
- Frequency: Weekly during season, monthly during off-season
- Special: Player imagery subject to NFLPA agreement terms
Disney Pinnacle¶
- Source material: Disney character art, film stills, park photography
- Moment type: Pins (static or animated designs, not video)
- Frequency: Aligned to cultural calendar (May 4th, D23, etc.)
- Special: Requires Disney approval for all visual assets. See Disney Submission
Vendor Management¶
Prapanch manages external vendors for specialized production needs:
| Need | Vendor Type |
|---|---|
| Motion design overflow | External motion designers |
| Character illustration | Licensed Disney artists |
| Video editing | Post-production studios |
| QA testing | Internal team (primary) |
Production Timeline¶
| Phase | Duration | Dependencies |
|---|---|---|
| Partner approval | 1-6 weeks (IP-dependent) | Content selection signed off |
| Render production | 3-7 days | Approval received |
| QA | 1-2 days | Renders complete |
| Minting | 1 day | QA passed |
| Pack stuffing | 1 day | Minting complete |
| Final QA | 1 day | Stuffing complete |
| Total (post-approval) | ~1-2 weeks |
Common Failure Modes¶
| Failure | Cause | Prevention |
|---|---|---|
| Wrong tier assignment | Manual error in configuration | Double-check tier assignments against approved concept |
| Mint count error | Incorrect configuration | Verify mint counts match pack math before triggering |
| Missing metadata | Incomplete moment information | Checklist of required fields before minting |
| Quality issues in renders | Rushed production timeline | Build 2-day buffer for QA. Never skip spot-checks. |
| Production bottleneck | Multiple IPs dropping in same week | Stagger tent-poles across IPs per month |