KIP Protocol Developer Guide
  • Introduction
    • High-level Architecture
  • Features
    • Assets Tokenization
    • Monetization
    • Friendly User Experience
    • Integration Flexibility
    • Security and Sovereignty
    • Fraud and Scam Protection
  • How to Build DeAI Products Using KIP
    • App Makers
    • Model Trainers
    • Dataset Owners
    • Users
  • Developer Guide
    • Standard APIs
      • User - App
      • App - Generation Model
      • App - Embedding Model
      • App - Dataset
    • KIP Ecosystem Core Contracts
      • KIP Management
      • KIP Identification
      • KIP Registration
      • KIP Service
    • Account Abstraction
      • Particle Network
    • Fetch Blockchain Data
      • Using RPC Node
        • RPC Node Providers
          • Alchemy
          • Infura
        • Fetch Data Example
      • Using Subgraph
        • Deploy Subgraph
        • Query using Subgraph
    • KIP Checker Node Execution Guide
      • Checker Node Guide
Powered by GitBook
On this page
  1. How to Build DeAI Products Using KIP

App Makers

PreviousHow to Build DeAI Products Using KIPNextModel Trainers

Last updated 10 months ago

  1. Select the Model and Dataset for your App:

  • Choose the model and dataset that best suit your app's requirements.

  • KIP supports a range of AI applications, from text and image generation to retrieval-augmented generation via keyword search or vector databases.

  1. Establish your Website, servers, and APIs

  • Set up your website, servers, and APIs.

  • The KIP Ecosystem offers a standard API format for seamless user interaction, though it's optional.

  • For private ecosystems, creators can develop custom API formats with key-based access, ensuring exclusivity among providers.

  1. Prepare Metadata and access URL

  • Prepare the necessary metadata and the URL for accessing it.

  1. Tokenize your App

  • Tokenize your app using the ERC-721 or ERC-3525 standard.

  • This token stores critical details about your app's URL, models, and datasets, enabling connectivity and payment withdrawals.

  1. Set price-per-query

  • Determine your profit margin and set the overall price-per-query.

  • Users will be charged this amount for each use of your app service.

  1. Launch your App Service

  • Process user prompts through your app and deliver responses to designated endpoints.

  • The system automatically deducts the appropriate price-per-query users' wallets for each query answered, accumulating revenue in the KIP service contract.

  • You can claim and withdraw earnings at any time.

App Makers