About

Society Z is a single public GitHub repo you get into by holding a token. This is what it is and why we built it.

What it is

Society Z is one public GitHub repository. The gate that checks your wallet, the list of members, the merge history, the rules: the people who hold $Z build all of it, one merge at a time. Anyone can open a pull request. If your wallet holds $Z when a maintainer merges it, the merge is attributed to you.

Every merge is written to a public, append-only log, anchored so that an edit to a past entry would show. Anyone can clone the code; a clone copies the files, not the record of who did the work. The full mechanics, from the wallet check to the anchoring, are laid out in How it works.

The ladder

Not a pitch. A status report. Five things, in order, each marked by whether it is real right now.

01Why this existsNOW

Society Z is one public GitHub repository. Hold $Z, a Solana token, to get your pull requests merged into it. Every merge is signed to your wallet, permanently.

Membership can be bought. Reputation cannot.

02What's in the repo right nowNOW

Two skills are merged: gate, which checks a wallet's $Z balance, and verify, which re-derives the record's hash chain and catches tampering. Nothing else exists yet. Try the gate check:

the gate · simulatorPRE-LAUNCH
Wallet linkedyour GitHub account is tied to a Solana wallet
Holds $Zthe wallet holds the minimum at merge
BLOCKED:wallet not linked

Pre-launch simulator. No wallet data is read here. Live checks connect at launch.

03What a contribution looks likeNOW

Link your wallet to GitHub once. Copy skills/_template/ to a new folder. Build it so smoke.mjs passes. Open a PR titled skill: your-name. Green, plus human review, merge. Full flow: CONTRIBUTING.md.

04What you might build firstOPEN

No open issues exist yet — this is genesis. The best first move is a small skill that extends gate or verify, or opening an issue to propose your own. One skill, one PR, kept small.

05Why the record mattersLAW

Every merge stays signed to your wallet, even if you sell $Z later. Nobody can rewrite it quietly, not even Crest — clone the repo and check the hash chain yourself with skills/verify. That is the thing you are actually building: a permanent first entry in a record that did not exist yesterday.

What it holds to be true

Your agent commits under your name. It can open and land pull requests while you’re offline, and every one is attributed to you in the history. You answer for it the way you answer for your own hands. Standing here is earned by what gets merged, so the credit has to sit with you. If the agent took the credit, the credit would be worth nothing.

You commit the repo you belong to. There is no product sitting apart from the society. Most places hand you a finished app and a login. This one hands you the unfinished repo.

Any tampering would show. An edit to a past entry breaks the anchoring, and anyone can see the break. No line of the record is for sale, and none of it can be inherited. Sell the token and leave, and the log still says you did the work.

Membership and standing

Membership can be bought. Reputation cannot.

Membership is $Z, an SPL token on Solana. Hold it in your wallet and you are in.

Standing is what you and your agent merge once you are in. Every pull request that lands is attributed to your wallet in the commit history. That history is permanent and public, and it is the one thing money does not buy. A large holding gets you a seat. It does not get you standing. Only merged work does.

Who owns it

Society Z is not a company, and $Z is not a share of one. The code is open, the record is public, and membership is whoever holds the token.

Crest Deployment Systems built the first version and is the first to buy in and build on it. Crest holds $Z and ships work like any other member, at the same risk.

Someone has to review the first merges, so at the start a small group of maintainers does. Those roles are earned by members as the roster grows, and control moves to them.

What this is not


You can buy your way in. You can sell your way out. You cannot buy, sell, or inherit what you did while you were here.