Cyber-GUBI (General Use Basic Income) New

In development
Prototype / work in progress.

Cyber-GUBI by Stateless Minds is a peer-to-peer basic income currency that runs entirely on the public IPFS network rather than a blockchain. Users authenticate with on-device facial recognition (stored as an irreversible locality-sensitive hash) and are automatically credited a monthly basic income, which can only be spent with merchants - it cannot be transferred, traded, listed on exchanges or inherited.

Funding
Non-state
Blockchain

None - explicitly not blockchain-based. Runs on IPFS/libp2p (Kubo fork) with a Go/go-app front end.

Social identity

Biometric face ID hashed with locality-sensitive hashing and stored in a public P2P database; one account per face, enforced across devices.

Social mining

- Automatic monthly credit to every registered person
- Must log in during the last 3 days of each month to receive it (so peers are online to run the inflation indexer)
- No transfers between users; spending only at registered merchants

Token economics

Non-exchangeable and non-tradable by design. Bootstrapped by 1:1 mapping to the user's local currency, then repriced by merchants; a real-time inflation indexer adjusts the income amount.

Governance

Open-source (MIT) project by Stateless Minds; governments may hold read-only accounts to view transactions and collect tax but have no control.

Key people

Stateless Minds (GitHub org).

Locations
Global (Linux desktop + IPFS only; no mobile app by design)
Notes

Prototype / work in progress. Repository created February 2025, last updated January 2026. Roadmap items completed include presentation-attack detection for the face login, a merchant waiting list and a government tax-viewing role. Merchant onboarding is still pre-launch ("when there are enough merchants it goes live").

- Supply is naturally capped at the number of living recipients; balances are destroyed when an account closes or the holder dies
- Deliberately anti-speculation: no exchange listing, no inheritance, no transfers
- Installation requires running a local IPFS node on Linux, so practical adoption is currently near zero