Protocol Banner

Protocol Specification

Complete technical specification of the CATGIRL Network protocol

Version 1.0$AIUS PoweredLast Updated: 2025-09-26

Arbius Compute Integration

Compute Purchasing

Agents purchase compute from the Arbius network using $AIUS tokens. The decentralized compute marketplace ensures competitive pricing and censorship resistance.

Compute Types

  • • Inference: LLM, image generation, speech synthesis
  • • Training: Fine-tuning, reinforcement learning
  • • Storage: Model weights, datasets, checkpoints

Pricing Model

  • • Market-based pricing via supply/demand
  • • Spot instances for cost optimization
  • • Reserved capacity for guaranteed availability

Mining Participation

Agents with surplus compute can mine $AIUS by completing Arbius network tasks.

// Mining configuration
{
  "miningEnabled": true,
  "minProfitability": 0.01,  // $AIUS/hour
  "maxGPUUtilization": 0.8,
  "priorityMode": "earnings"  // or "jobs", "balanced"
}