HANS Society — technical overview
HANS Society (the Human Agent Network State) is building crypto's first merger machine: a network that grows by absorbing existing projects — their communities, treasuries, products, and token holders — into one society with one token. This site documents the technical system that makes that work, in plain language, with links to every live interface and every contract.
Where things run today. Everything described here is deployed on Base Sepolia, the public test network for Base. Test tokens have no monetary value. The contracts are chain-agnostic and the mainnet ceremony is documented in the Roadmap to mainnet.
The system at a glance #
| Piece | What it does | Where |
|---|---|---|
| HANS token | The society's token. Fixed 1B genesis supply, mintable only through governance, only to the treasury. | Read more |
| Governance (Safes + timelock) | Every mint passes a multisig approval, a public delay, and a guardian veto window. | Read more |
| Staking (sHANS) | Lock HANS for 1 week to 2 years, receive sHANS, earn distributions. | joinhans.io/stake |
| Merge offers | Fixed-rate, fixed-window swaps of old project tokens into HANS. Leftovers flow to stakers. | joinhans.io/swap |
| UBAI token | Contribution points. Non-liquid by design; converts to HANS through merge offers. | Read more |
| Earn platform | Verified bounties that pay UBAI, with a 10% referral program. | earn.joinhans.io |
Live interfaces #
- joinhans.io — landing
- whitepaper.joinhans.io — the three-phase roadmap; /phase-1 — the merger-machine whitepaper
- joinhans.io/merge — merge with HANS (apply)
- joinhans.io/stake — staking portal
- joinhans.io/swap — merge-offer swaps
- earn.joinhans.io — UBAI bounties, leaderboard, profiles, referrals
- Privacy · Terms
How the pieces connect #
old project token ──swap──▶ HANS ──lock──▶ sHANS ──accrues──▶ distributions
▲
bounties ──pay──▶ UBAI ──merge offer──▶ HANS (quarterly, fixed rate)- Merging projects swap their old token into HANS at a fixed rate during a fixed window (merge offers).
- Holders lock HANS for a chosen period and receive sHANS, the receipt that earns distributions (staking).
- Distributions come from two places: early-exit penalties, and HANS left unswapped when a merge offer expires — both flow to locked positions through the same accumulator.
- Contributors earn UBAI by completing verified bounties (earn); UBAI is periodically swappable for HANS through a merge offer whose "old token" is UBAI (UBAI).
- New HANS supply can only be created by governance, only to the treasury, only after a public delay (governance).
All contract addresses, with verified source on Basescan, are collected on the Contracts & addresses page.