Overview

The Kyne AI Data Marketplace is a decentralized exchange for AI-related assets, enabling secure peer-to-peer transactions with integrated token incentives. Built on the SUI blockchain for robust security and leveraging Walrus for scalable data storage, the marketplace empowers you to:
  • Buy and sell AI conversation datasets
  • Trade curated data collections and AI models
  • Earn tokens from data contributions
  • Engage with liquidity pools to optimize returns

Enhanced Data Verification

A rigorous verification framework ensures all marketplace listings meet high standards of quality and authenticity.

Quality Metrics

  • • Authenticity scoring
  • • Content alignment ratings
  • • Safety compliance checks
  • • Usage performance data

Verification Process

  • • Automated validation
  • • Community review system
  • • Historical performance
  • • Seller reputation tracking
All listings undergo comprehensive authenticity and quality checks. Buyers have full visibility into quality metrics before making a purchase.

Asset Types

The Kyne Marketplace supports a wide spectrum of AI-focused assets, each carefully structured for transparent revenue models, verified authenticity, and reliable data quality.

AI Conversations

High-quality, token-incentivized chat logs that reward contributors and maintain rigorous authenticity standards.
  • Quality Ratings: Comprehensive verification and compliance checks
  • Token Rewards: Earn tokens proportionate to the value of your contributions
  • Revenue Sharing: Sustainable earnings aligned with conversation quality
  • Authenticity Assurance: Blockchain-backed proof for trusted, tamper-evident data

Curated Datasets

Pre-vetted and performance-oriented collections designed to streamline the discovery and acquisition of valuable AI data.
  • Pre-Screened Quality: Handpicked datasets ensuring top-tier content
  • Clear Revenue Models: Well-defined ownership, rights, and profit-sharing terms
  • Data Previews: Inspect sample data and performance metrics before purchase
  • Usage Analytics: Detailed insights into dataset performance and applicability

Trading Pools

Liquidity-driven environments enabling smooth, automated token-to-data exchanges and diverse earning opportunities.
  • Algorithmic Pricing: Dynamic price discovery based on supply and demand
  • Liquidity Incentives: Earn rewards by contributing tokens and data
  • Instant Swaps: Streamlined transactions without intermediaries
  • Staking Benefits: Higher yields and bonus rewards for long-term engagement

Model Bundles

Comprehensive packages of AI models offering cost-efficiency, revenue optimization, and strategic ecosystem growth.
  • Bulk Discounts: Obtain multiple models at preferential rates
  • Cross-Seller Collaboration: Joint revenue opportunities for model providers
  • Transparent Payouts: Fair and easily understood distribution of earnings
  • Scalable Expansion: Rapidly build out AI capabilities with curated model sets

Trading Options

Fixed Price Listings

from kyne.market import MarketClient

# Create listing with token incentives
listing = await market.create_listing(
    blob_id="0x...",
    price=1000,         # KYNE tokens
    config={
        "royalty": 0.025,    # 2.5% royalty
        "epochs": 12,        # Storage duration
        "min_stake": 100     # Min stake to buy
    }
)

# Track listing performance
stats = await listing.get_stats()
print(f"Total sales: {stats.total_sales} KYNE")
print(f"Royalties earned: {stats.royalties} KYNE")

Liquidity Pools

Pool Creation

# Create trading pool
pool = await market.create_pool(
    dataset_id="0x...",
    initial_liquidity=10000,  # KYNE
    fee_rate=0.003,          # 0.3%
    min_stake=500            # Required stake
)

Trading

# Swap tokens for data
swap = await market.swap(
    pool_id="0x...",
    amount=1000,    # KYNE to spend
    min_data=100,   # Min MB to receive
    deadline=30     # Timeout in epochs
)

Earning Opportunities

Seller Benefits

Direct Sales

revenue_streams:
  sales: 97.5%    # Of listing price
  royalties: 2.5%  # Of resales
  referrals: 1%    # Of referred sales

Pool Rewards

pool_earnings:
  trading_fees: 0.3%
  liquidity_rewards: Variable
  staking_bonus: Up to 2x

Liquidity Provider Rewards

Provide Liquidity

  • Stake KYNE tokens alongside data assets
  • Earn a proportional share of trading fees (0.3%)
  • Receive LP tokens granting governance influence

Boost Earnings

  • Stake LP tokens for long-term reward multipliers
  • Benefit from volume-based incentives

Additional Perks

  • Priority listing and trading access
  • Reduced fees for high-tier stakers
  • Participation in governance decisions

Storage & Delivery

Walrus Integration

The marketplace leverages Walrus’s decentralized architecture for secure, verifiable storage and swift data retrieval.
CategoryCapabilities
Asset Storage- Red Stuff encoding
- Byzantine fault tolerance
- 2-year maximum retention
- Proof verification
Preview System- Instant sample previews
- Partial content retrieval
- Quality verification prior to purchase
- Detailed usage tracking

Access Control

# Configure access requirements
await listing.set_access_control({
    "min_stake": 1000,      # Required KYNE stake
    "whitelist": ["0x..."], # Allowed addresses
    "usage_limit": 1000,    # Max downloads
    "time_lock": 30         # Epochs until tradeable
})

Fees & Economics

Trading Fees

ActionFee (KYNE)Reward Distribution
List Asset0.1%Protocol Treasury
Buy Asset1%70% LP, 30% Treasury
Pool Trade0.3%100% to LPs
Early Access-20%Staking Discount

Staking Benefits

Trading Benefits

staking_tiers:
  basic: # 1000 KYNE
    trading_discount: 10%
    pool_fee_reduction: 20%
  
  premium: # 5000 KYNE
    trading_discount: 25%
    pool_fee_reduction: 50%

Extra Perks

staking_perks:
  - Priority listing access
  - Preview all assets
  - Governance rights
  - Revenue sharing
  - Early access to pools
Kyne provides powerful development tools and robust infrastructure to help you build and scale AI applications efficiently.

Next Up