Core Participants

RoleWhat They DoHow They Earn Rewards
MinersRun voice models, process tasks, output audioBased on validator quality scores
ValidatorsSend tasks, evaluate outputs, set chain weightsFrom consistent/accurate scoring
UsersSubmit real requests (post-mainnet via APIs)Pay in $TAO for fast/high-quality results

Task Types

  • Synthetic: Auto-generated by validators for consistent benchmarking (edge cases, diverse voices/texts).
  • Organic: Real user-submitted jobs—drives adoption and revenue.

Task Format Example

json

{
  "task_id": "unique_task_identifier",
  "task_type": "synthetic | organic",
  "voice_url": "https://storage.example/ref-audio.wav",
  "transcript_url": "https://storage.example/target-text.txt",
  "transcript_text": "Alternative to transcript_url: direct text content",
  "timeout": 60,
  "metadata": {
    "language": "en",
    "duration_hint": 10.5,
    "user_id": "optional_user_identifier"
  }
}

Miner returns hosted audio URL. Full protocol details in whitepaper.

← Previous Home Next → Evaluation Framework