> SYSTEM / README
About the system
Short notes from the catalog operators. Not a pitch deck.
BLOODFREAK.README
LAST UPDATED · PHASE 301CATALOGBloodfreak is a curated NFT artist physical merch catalog. Tees, hoodies, posters, caps, totes - printed Worldwide.
02EDITIONSSome merch is open edition. Some is capped or numbered, like an NFT edition. Numbered pieces ship marked N of SIZE.
03ROSTERArtists are invited privately. There is no public application portal. The roster is curated by the founders.
04ARTProduction files stay private. The public site only shows watermarked previews and product mockups.
05FULFILLMENTOn-demand print routing through our fulfillment partner network. Printed near the buyer, not shipped across the planet.
06CRYPTO-WALLETNo crypto-wallet required to shop. Checkout is card payment (Stripe) - merch is not free. Bloodfreak is culturally NFT-native but does not run on a chain. NFT links are metadata, reviewed manually.
PUBLIC
Watermarked previews and product mockups only. Nothing on the public site is print-ready.
PRIVATE
Production-ready source files live in private object storage. They are sent to POD providers over server-to-server requests with short-lived signed URLs. They never appear in this repo.
ROYALTY.MATH
PER ORDER ITEMnet_profit =
gross_item_sale
- production_cost
- shipping_cost
- tax_collected_or_remitted
- payment_processing_fee
- refunds_or_chargebacks
artist_share = net_profit * 0.50
platform_share = net_profit * 0.50Each order line item is calculated independently. A single order can include pieces from multiple artists.