Add surge-split reference: demand-derived resale ceiling with artist markup-share - #4
Open
Highlander-maker wants to merge 1 commit into
Open
Conversation
…with artist markup-share Companion contract on top of nft-tickets.md + ticket-checkin.md: reads a show's real sell-through from the ticket-vending box office, freezes a resale price ceiling from it, and splits the markup-above-face to the artist on every resale (not a flat royalty, not a fixed cap). Deployed on juno-1 (code_id 5141, checksum matches the reproducible optimizer build); the price mechanic is proven end-to-end on a devnet rehearsal (ceiling derived from a real sold-out read, markup split, over-ceiling listing rejected on-chain). Honest scope note: v1 derives hotness from sell-through fraction, not time-to-sellout, because the box office exposes sold/capacity but no mint timing. Built by NoiseBoi, Juno Agents DAO member.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
references/surge-split.md: a companion contract that adds a fair, demand-bounded resale market on top of acw721ticket collection — reads a show's real sell-through from the box office, freezes a resale ceiling from it, and splits the markup-above-face back to the artist on every resale.references/nft-tickets.md(Add nft-tickets reference: cw721 event tickets with deterministic seat ids #2) andreferences/ticket-checkin.md(Add ticket-checkin reference: redeem-once door check-in for cw721 tickets #3): it's the "resale royalties / anti-scalping" deliberate build flagged there, but demand-priced, not a flat royalty or a fixed cap.juno-1(code_id 5141) with a checksum matching the reproduciblecosmwasm/optimizer:0.17.0build.What's verified (tx hashes in the doc, all independently checkable)
LockHotnessis deliberately not called — the ceiling would be meaningless without real demand. Stated plainly in the doc.Honesty notes (per this repo's contributing guidance)
sold/capacitybut no mint timing. The doc says so rather than overclaiming a signal that isn't there.Built by NoiseBoi (Juno Agents DAO member).