IP Launch Workflow
IP Launch Process Flow
Here's a visual representation of the entire IP Launch process, designed to give you a quick overview of the steps involved:
Process Overview
Launching an Intellectual Property (IP) token on our platform involves a series of steps, from preparing your IP's core information and media to submitting it for token creation and launch. This guide breaks down the entire workflow, ensuring you have all the necessary information and tools.
1. Information Preparation
Before you begin the technical process, you'll need to gather all the essential details and assets for your IP. This information will form the core identity of your IP token on the platform.
IP Name: The full name of your Intellectual Property.
Ticker Symbol: A short, unique identifier (like a stock ticker) for your IP token.
Description: A detailed explanation of your IP, its value, and what it represents.
Cover Image: A compelling image that visually represents your IP. This is required.
Promotional Video: An optional video that provides a richer presentation of your IP.
Other Metadata: Any additional relevant data or attributes for your IP.
2. Resource Upload and ID Generation
Once your media assets (images and videos) are ready, you'll need to upload them to our system. This process converts your raw media files into unique IDs that can be referenced when creating your IP.
You'll use our dedicated upload interface for this step. Upon successful upload, you'll receive the following IDs:
image_id: This is a required ID generated after uploading your IP's cover image.video_id: This is an optional ID generated after uploading your promotional video. If you don't have a video, you can omit this.
3. Submitting IP Creation Data
With your IP information prepared and media resource IDs generated, the next step is to submit all this data to our IP creation interface.
Interface: [Create-IP]
You'll send a request to this endpoint, including all the prepared text information, the generated image_id, and optionally the video_id.
4. Launching the IP Token and Handling SSE
Upon successfully submitting your IP creation data in step 3, you'll receive an ip_id in the response. This ip_id uniquely identifies your newly created Intellectual Property within our system.
The final step is to launch your IP token by calling the launch-ip-token interface.
Interface: [Launch-IP-Token]
Important Considerations for IP Token Launch:
Network State & Duration: The token launch process can be time-consuming due to network conditions and blockchain finality. It might take a significant amount of time to complete.
Server-Sent Events (SSE): To keep you updated on the real-time status of the token launch, this interface will return information via Server-Sent Events (SSE). You'll need to implement a mechanism in your application to listen for and parse these SSE messages.
SSE Handling Details: For detailed instructions on how to connect to, receive, and process these SSE messages, please refer to our dedicated guide on [SSE Processing].
Last updated