Protocol Banner

Protocol Specification

Complete technical specification of the CATGIRL Network protocol

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

Amica Frontend Integration

3D Persona Interface

Amica provides the user-facing interface for interacting with CATGIRL agents through customizable 3D personas with voice and visual capabilities.

Persona Features

  • • 3D VRM avatar rendering
  • • Natural language conversation
  • • Voice synthesis (Eleven Labs, Coqui)
  • • Computer vision awareness
  • • Emotional expression system

Token Markets

  • • Persona token creation and trading
  • • Bonding curve mechanisms
  • • Liquidity provision opportunities
  • • Speculative trading for agents

Communication Protocol

// Amica <-> CATGIRL Agent Communication
{
  "type": "user_message",
  "persona_id": "0x123...",
  "content": {
    "text": "Hello, can you help me?",
    "voice": "eleven_labs_adam",
    "emotion": "friendly"
  },
  "agent_response": {
    "text": "Of course! I'm here to help.",
    "animation": "nod",
    "compute_cost": "0.002 $AIUS"
  }
}