Official Ippy IP
Check out the official Ippy IP, which has both NFT & IP metadata.
How to Add Metadata to an IP Asset
Learn how to actually add the IP metadata discussed here to your IP Asset with an explanation or completed code example.
setMetadata(...) inside of the IP Account in order to set the metadata, and then call metadata() to read it.
Attributes & Structure
Below are the important attributes you should provide in your IP metadata. Under the Required For column is what the specific field is required for:- 🔍 DATA Foundation Explorer - this field will help display your IP on the DATA Foundation Explorer
- 🕵️ Commercial Infringement Check - this field is required if your IP is commercial (that is, has
commercialUse = truelicense terms attached). We will use these fields to run an infringement check on your IP.- This applies when a
commercialUse = truelicense term is attached.
- This applies when a
- 🤖 AI Agents - used for displaying metadata associated with AI Agents
Type Definitions
Here are the type definitions for the complex types used in the metadata:Media Types
The following media types are allowed for themediaType field:
Hashing Content
To hash content for theimageHash or mediaHash fields, you can use the SHA-256 hashing algorithm. Here’s an example of how to do this in JavaScript:
Example Use Cases
- Ippy Mascot
- Music
- AI Agent
This is the official Ippy mascot that is registered on mainnet. You can view it on our protocol explorer here.
Optional Properties
The following properties are optional but can provide additional context about your IP Asset:Type Definitions
Relationship Types
The different relationship types that can be used for therelationships attribute.
DATA Foundation Relationships
- APPEARS_IN - A character APPEARS_IN a chapter.
- BELONGS_TO - A chapter BELONGS_TO a book.
- PART_OF - A book is PART_OF a series.
- CONTINUES_FROM - A chapter CONTINUES_FROM the previous one.
- LEADS_TO - An event LEADS_TO a consequence.
- FORESHADOWS - An event FORESHADOWS future developments.
- CONFLICTS_WITH - A character CONFLICTS_WITH another character.
- RESULTS_IN - A decision RESULTS_IN a significant change.
- DEPENDS_ON - A subplot DEPENDS_ON the main plot.
- SETS_UP - A prologue SETS_UP the story.
- FOLLOWS_FROM - A chapter FOLLOWS_FROM the previous one.
- REVEALS_THAT - A twist REVEALS_THAT something unexpected occurred.
- DEVELOPS_OVER - A character DEVELOPS_OVER the course of the story.
- INTRODUCES - A chapter INTRODUCES a new character or element.
- RESOLVES_IN - A conflict RESOLVES_IN a particular outcome.
- CONNECTS_TO - A theme CONNECTS_TO the main narrative.
- RELATES_TO - A subplot RELATES_TO the central theme.
- TRANSITIONS_FROM - A scene TRANSITIONS_FROM one setting to another.
- INTERACTED_WITH - A character INTERACTED_WITH another character.
-
LEADS_INTO - An event LEADS_INTO the climax.?
PARALLEL - story happening in parallel or around the same timeframe
AI Relationships
- TRAINED_ON - A model is TRAINED_ON a dataset.
- FINETUNED_FROM - A model is FINETUNED_FROM a base model.
- GENERATED_FROM - An image is GENERATED_FROM a fine-tuned model.
- REQUIRES_DATA - A model REQUIRES_DATA for training.
- BASED_ON - A remix is BASED_ON a specific workflow.
- INFLUENCES - Sample data INFLUENCES model output.
- CREATES - A pipeline CREATES a fine-tuned model.
- UTILIZES - A workflow UTILIZES a base model.
- DERIVED_FROM - A fine-tuned model is DERIVED_FROM a base model.
- PRODUCES - A model PRODUCES generated images.
- MODIFIES - A remix MODIFIES the base workflow.
- REFERENCES - An AI-generated image REFERENCES original data.
- OPTIMIZED_BY - A model is OPTIMIZED_BY specific algorithms.
- INHERITS - A fine-tuned model INHERITS features from the base model.
- APPLIES_TO - A fine-tuning process APPLIES_TO a model.
- COMBINES - A remix COMBINES elements from multiple datasets.
- GENERATES_VARIANTS - A model GENERATES_VARIANTS of an image.
- EXPANDS_ON - A fine-tuning process EXPANDS_ON base capabilities.
- CONFIGURES - A workflow CONFIGURES a model’s parameters.
- ADAPTS_TO - A fine-tuned model ADAPTS_TO new data.