Overview

The Kyne desktop app is your gateway to the AI marketplace, allowing you to:
  • Manage AI models and datasets with built-in token earnings
  • Track storage node performance and staking rewards
  • Monitor marketplace activity and revenue streams
  • Handle secure wallet operations and transactions

Available Versions

Windows

  • • Download size: ~80 MB
  • • Windows 10/11 (64-bit)
  • • Built-in SUI wallet support

macOS ARM64

  • • Download size: ~75 MB
  • • For M1/M2 Macs
  • • Native wallet integration

Linux

  • • Download size: ~70 MB
  • • AppImage format
  • • Full node compatibility

Key Features

Marketplace Dashboard

Marketplace Dashboard
Monitor your AI marketplace activity:
  • Active model listings and revenue
  • Dataset contribution rewards
  • Storage node staking returns
  • Transaction history and analytics

Asset Management

For AI Creators

  • • List models with custom pricing
  • • Track usage and revenue
  • • Manage access controls
  • • Monitor storage health

For Data Contributors

  • • Upload datasets and earn tokens
  • • Track contribution rewards
  • • Monitor usage analytics
  • • Manage revenue shares

Storage Node Operations

Node Management

storage:
  stake_amount: 1000    # SUI tokens
  min_uptime: 0.95     # 95% required
  reward_share: 0.7    # 70% of fees
  auto_compound: true  # Auto-stake rewards

Performance Tracking

metrics:
  daily_rewards: 45.5    # SUI earned
  storage_used: "2.1TB"
  active_blobs: 127
  challenge_success: 0.99

Getting Started

Installation & Setup

  1. Download Get the app from our official release page
  2. Wallet Setup
    # Import existing SUI wallet
    kyne-desktop wallet import --private-key=0x...
    
    # Or create new wallet
    kyne-desktop wallet create
    
  3. Configure Storage
    # Set storage preferences
    kyne-desktop storage configure \
      --min-nodes=7 \
      --epochs=12 \
      --redundancy=2
    
  4. Connect to Marketplace Link your wallet to start earning from AI assets

Marketplace Features

Asset Management

List Models

# Create marketplace listing
await desktop.create_listing({
    "model_id": "bert-v1",
    "price": 1000,        # SUI tokens
    "revenue_share": 0.1  # To contributors
})

Track Earnings

# Monitor revenue streams
stats = await desktop.get_earnings()
print(f"Model revenue: {stats.model_revenue}")
print(f"Storage rewards: {stats.node_rewards}")

Storage Operations

Monitor and manage your Walrus storage participation:
# Check storage node performance
node_stats = await desktop.get_node_stats()
print(f"Active stake: {node_stats.stake} SUI")
print(f"Daily rewards: {node_stats.daily_rewards}")
print(f"Storage used: {node_stats.storage_used}")
print(f"Challenge success: {node_stats.challenge_rate}")

Wallet Integration

Transaction Management

  • • Sign marketplace transactions
  • • Manage storage payments
  • • Track staking rewards
  • • Handle token transfers

Security Features

  • • Encrypted key storage
  • • Transaction confirmation
  • • Activity monitoring
  • • Secure RPC connections

Node Operation

Staking Management

# Configure node staking
await desktop.configure_staking({
    "stake_amount": 1000,    # SUI tokens
    "auto_compound": True,   # Reinvest rewards
    "min_duration": 30      # Epochs
})

# Monitor staking returns
rewards = await desktop.get_staking_rewards()
print(f"Total rewards: {rewards.total} SUI")
print(f"APY: {rewards.apy}%")

Storage Health

  1. Monitor Performance
    • Track storage proofs
    • Monitor node uptime
    • Check challenge responses
    • Verify reward distribution
  2. Optimize Returns
    • Adjust stake amounts
    • Monitor network demand
    • Optimize storage allocation
    • Track competitor metrics
  3. Manage Resources
    • Monitor disk usage
    • Track bandwidth usage
    • Handle storage requests
    • Maintain node health

Best Practices

Security

Use hardware wallet when possible
Enable automatic updates
Monitor storage proofs regularly
Back up wallet credentials securely

Performance

Storage Optimization

  • • Monitor disk usage
  • • Track proof responses
  • • Optimize chunk sizes
  • • Maintain redundancy

Revenue Optimization

  • • Track market rates
  • • Monitor stake returns
  • • Optimize node resources
  • • Adjust pricing strategy

Next Up

Explore our comprehensive documentation to learn more about Kyne’s decentralized AI infrastructure and development tools.