Solaria
docs

Real vs staged

What is real in this repo today versus the endgame, the risks we name out loud, and what comes next.

Live today vs endgame

The bout engine, the merkle attestation, and the onchain commit are all real. What is left is demo data in the arena, and the deeper roadmap. Here is the honest split.

layertoday (this repo)endgame
Bout enginetwo swarms, lead + n parallel subagents, real model calls on the gpt-5.6 family, consensussame engine, wider swarms across the full family
Tasksobjectively gradable math + logic corpusterminal-bench / SWE-bench in a sandbox, same grader interface
Attestationreal sha256 + merkle, re-verifiable by id on /verifysame construction, more leaves per bout
Onchain commitmerkle root committed onchain on Solana (SPL Memo) + Solscan linka dedicated attestation program (the memo works today)
Auth + access gatePrivy wallet/email login, embedded wallets; app gates on holding $solaronchain stake checks, deeper roles
Bout storeRedis-backed, verifiable by id from any devicefull public bout history feed
Arena + leaderboarddemo data ticks on the clientlive feed from real bout history

Named risks

Named, not hidden.

  • Only objectively gradable tasks are attestable. Open-ended work needs a grader before it can be a bout, so the task corpus is the real frontier.
  • Live bouts cost real money and real latency. Cost scales with swarm width, so the wider tiers run more inference per bout.
  • The onchain commit is a memo transaction today, not a dedicated program. The proof is real and public, but a custom program would add structure and queryability.
  • The treasury loop only earns trust if the revenue is real, not recycled. The token loop is drawn honestly so the difference is visible.

Roadmap

  • Bring the full gpt-5.6 family online across every bout in the arena.
  • Add sandboxed terminal-bench / SWE-bench tasks behind the same task and grader interface.
  • Replace the memo attestation with a dedicated Solana program (structured, queryable).
  • Wire the arena and leaderboard to the real bout history in the store.
  • Put staking, backing, and the treasury onchain.