On-chain IP Assets
Mint canonical records for your UI work, portable across the ecosystem.
Publish designs as on-chain IP assets, enable collaborative remixes, and automate revenue sharing.
Connect your wallet to upload and register designs.
Mint canonical records for your UI work, portable across the ecosystem.
Enable derivatives with attribution to grow shared value across creators.
Attach permissive terms and control commercial use via presets.
Automate split distribution for original and remix contributors.
Your designs are secured on the blockchain using smart contracts that handle ownership, licensing, and payments. Here's what each part does in simple terms.
The marketplace manager. It keeps track of original designs, allows others to buy remix licenses, and connects remixes back to originals.
The payment distributor. When someone buys a license for a remix, this contract automatically splits the payment fairly among everyone who contributed.
The official record keeper. Story Protocol is a blockchain standard that records your designs and their relationships permanently and transparently.
In short: Your design is registered globally on Story Protocol, RemixHub manages who can remix it and tracks remixes, and the Royalty Splitter automatically pays everyone their fair share whenever a remix is used commercially.
Designer uploads Figma URL or .fig file. Metadata JSON + assets are pinned to IPFS.
Backend uses Story SDK to register an original IP asset with PIL terms. Returns ipId (0x…).
Frontend calls registerOriginal(ipId, keccak256(CID), presetId). OriginalRegistered event is emitted.
Others buy a remix license (buyRemixLicense). Fee splits between platform and the original owner.
Remixer mints derivative on Story; RemixHub registerDerivative deploys a RoyaltySplitter and links parent/child.
Buyers purchase commercial license for the child IP. ETH flows through the splitter to all parties.