Architecture & protocol
One canister on the Internet Computer holds the rules, the prices, the journal and the points. Everything else — the site, the relay, Stripe, X — is a client of it. Anyone can read the journal; only the relay can write, and only after Stripe confirmed the money.
Canister market
Prices, quotes, the journal, fame points, invariants — one persistent actor on the Internet Computer; every line is public and verifiable.
Relay
Sign-in with X, Stripe money flows, link checks, share cards, the tape account, click counting, the snapshot the site reads.
Site
Static pages in six languages on Cloudflare Pages; reads the snapshot, never holds money or secrets.
Stripe
Cards, 3-D Secure, daily fees, seller payouts through Connect; the relay writes to the canister only after the authorization is confirmed.
X
Identity (a public handle), share cards through X's own composer, @OpenFameTape posts every event.
Treasury neuron
30% of what the house keeps, converted into ICP and staked for 8 years in a Network Nervous System neuron, never dissolved.
$FAME
The community token under study: allocation computed from the journal and published as a snapshot; the claim lives on the chain chosen — Solana is the candidate, nothing exists yet.
Read the canister's interface (Candid) and the journal yourself; the site is one client among the ones to come. Candid · RSS · llms.txt