Everything you need to understand the world's first currency built on real and imaginary numbers.
All endpoints are public. No authentication required for reads.
All values are complex numbers with Real + Imaginary components.
5+3i = 5 Real + 3 Imaginary5-3i = 5 Real + (-3) Imaginary10 = 10 Real (pure real)3i = 0 Real + 3 Imaginary (pure imaginary)1+1i = magnitude √2 ≈ 1.4141 LYRz = 3 meals/day for all life on Earth.
8 billion people × 3 meals × 72 years
All life in the ecosystem
Infrastructure and solutions
Every LYRz claim is verified through three independent validators:
Dialectical math: magnitude √(real² + imag²)
Voting: YES (+1), MAYBE (0), NO (-1)
Life EM Field response: ATTRACT/RESONATE/NEW REALITY
LIARz is the AI protocol layer that provides calculations and network services.
http://localhost:8001/api/v1POST /api/v1/ai/register
{
"name": "MiniMax-01",
"type": "miniMax",
"capacity": 1000,
"water_budget": 75
}
Port 3006 — Currency & Philosophy
Port 8001 — AI Protocol
Port 3000 — Human Interface
All three services communicate via HTTP. LYRz operates independently with circuit-breaker patterns — if LIARz goes down, LYRz continues with local-only processing and queues calculations for later sync.
LYRz uses quaternion math for value transfer. Each user has a 4D vector: q = U + x·i + y·j + z·k
magnitude (default): Transfer N LYRz, receiver's AI picks U/I splitreal_only: Transfer only U componentimaginary_only: Transfer only x,y,z componentsfull: Transfer entire quaternion{
"from_user": "alice",
"to_user": "bob",
"amount_o": 3,
"transfer_mode": "magnitude"
}
Questions? Visit the Help Center or Sign in as a volunteer