Overview
IP-NFTs (Intellectual Property Non-Fungible Tokens) tokenize the legal rights to a piece of research as an on-chain asset. The standard was created by Molecule, whose open-source contracts describe IP-NFTs as “building blocks for the DeSci economy.” They are the primitive that lets a DeSci DAO own, fund, and govern intellectual property the way it would any other treasury asset.
What an IP-NFT actually holds
Unlike a collectible NFT, an IP-NFT is a legal-and-data container. Per Molecule's documentation, each IP-NFT embeds a legal assignment agreement defining the transferable rights (usage, licensing, revenue sharing) alongside encrypted references to the underlying data room of research materials. Molecule frames them as “programmable assets that can generate ongoing revenue,” not static ownership records — the token is the on-chain hook for an off-chain contract and dataset.
From IP-NFT to IP Tokens
A single IP-NFT is indivisible, so Molecule's Tokenizer contract fractionalizes it into IP Tokens (IPTs) — ERC-20 fungible tokens whose holders share governance and economic rights over the research. Fractionalization is what turns a one-off asset into something a community can fund: it enables broad participation, fundraising, and secondary-market liquidity for very early-stage science (Molecule: Tokenized IPs).
In practice
VitaDAO pioneered the model in production: it sold a share of the IPTs behind a longevity research programme (its VITA-FAST offering) to fund the work, directly linking community capital to a specific scientific outcome. The same pattern — mint an IP-NFT, tokenize it, sell IPTs to fund the research, let holders govern commercialization — now underpins the biotech DAOs coordinated through Bio Protocol. See DeSci funding for how these raises are structured.
On Radix
On Radix, IP-NFTs would be native NFT resources rather than ERC-721 contract state — making them more composable, safer against approval-drain exploits, and directly visible in the Radix Wallet. Fractionalizing an IP-NFT into IPTs maps cleanly onto minting a fungible resource against a held non-fungible one, executed atomically in a single transaction manifest.
How Caper approaches this
An IP-NFT tokenizes the legal rights to a specific research asset; a caper tokenizes the collective that funds and governs that research. A research group can open a caper with a bonding-curve treasury, raise from supporters who receive the caper's own fractional tokens, then direct that capital toward acquiring or developing IP through a governance-approved PAYOUT proposal — a lab grant, a licensing deal, a milestone payment — decided by a stake-weighted-by-participation vote. Caper does not mint the IP rights on-chain the way an IP-NFT does: the acquired IP is held and licensed off-chain by the collective, while the caper handles the fundraising, treasury, and governance around it — with a participation-gated pro-rata exit so a contributor who loses conviction can withdraw their treasury share rather than being locked in. See DeSci funding.