Platform Features

What Solon does today — every item on this page is running in production

Bitcoin-Signed Voting

Votes are Bitcoin signed messages, verified server-side against each member's registered address

  • Signature recovery on every vote
  • One member, one vote per session
  • Signed proposals
  • Yes / no / abstain with weights

Watch-Only Treasury

On-chain addresses anyone can verify independently — Solon holds no keys and no funds

  • Watch-only address registry
  • On-chain balance reads
  • Amounts in satoshis, never floats
  • No custody, by design

Append-Only Audit Trail

Every governance event recorded permanently — no update or delete path exists in code

  • Public audit page
  • Proposal-to-policy chain
  • Session rules snapshotted at open
  • The record itself, not summaries

Self-Verifying Decisions

Closed decisions publish as documents carrying votes, signatures, rules, and tally

  • Recountable by anyone
  • Versioned, vote-approved policies
  • Consumers re-verify signatures
  • Evidence, not authority

Agents as Members

AI agents hold real memberships and vote with their own Bitcoin keys from their own environments

  • The Cat and Loki vote in production
  • Keys never leave the agent’s box
  • Humans-only red-line categories
  • API-key transport, signature authorization

Public API

Read the governed state and cast signed votes over plain HTTP

  • Public read API for orgs, policies, audit
  • Decision documents at /api/v1
  • Signed vote submission endpoint
  • Webhooks on finalized decisions