A decentralized cryptocurrency with Masternodes, Coin Mixing, and a PoW/PoS hybrid consensus.
Built for social and economic justice since 2014.
Website · Academy · Downloads · Telegram · Twitter
FairCoin (ticker FAIR) is an open-source cryptocurrency focused on fair distribution, privacy, and low-energy consensus. The project is community-led, fully open-source, and maintained under this organization.
| Ticker | FAIR |
| Algorithm | Quark |
| Consensus | PoW + PoS hybrid |
| Block time | 120 s |
| Max supply | 33,000,000 FAIR |
| Masternode collateral | 5,000 FAIR |
| Address prefix | F (mainnet) / T (testnet) |
Full spec, block rewards, and network ports: see FairCoin Core README.
| Repo | Description | Stack |
|---|---|---|
| FairCoin | Reference node & wallet (faircoind, faircoin-qt, faircoin-cli) |
C++ |
| faircoin-seeder | DNS seeder powering seed1.fairco.in / seed2.fairco.in |
C++ |
| Repo | Description | Stack |
|---|---|---|
| FAIRNode | Docker image for a full node (Debian 12, minimal) | Docker |
| FAIRNodeDesktop | Cross-platform desktop node with GUI | Electron + Vite + React |
| Repo | Description | Stack |
|---|---|---|
| FAIRWallet | SPV wallet for Android, iOS, Windows, macOS, Linux — HD, BIP39/32/44, FastSend, masternodes, BIP38 | Expo 55 / React Native 0.83 / TypeScript |
Published to npm under the @fairco.in scope.
| Repo | Package | Description |
|---|---|---|
| faircoin-core | @fairco.in/core |
Protocol primitives — BIP32/39/44 HD wallets, tx build/sign, P2PKH, Quark, BIP38, BIP21. Zero React Native deps. |
| faircoin-rpc-client | @fairco.in/rpc-client |
Zero-dependency JSON-RPC client for faircoind. Node 20+. |
| Repo | Description | Stack |
|---|---|---|
| faircoin-bridge | WFAIR — custodial 1:1 bridge from FAIR to Base (Ethereum L2). ERC-20 + Safe multisig + TVL cap. Experimental, unaudited. | Foundry + Bun + viem |
| Repo | Description | Stack |
|---|---|---|
| Explorer | Public block explorer with MongoDB caching | Next.js 14 + Tailwind |
| FairRPCAPIServer | REST API layer over FairCoin JSON-RPC | Node.js + Express |
| faircoin-web-proxy | Lightweight web proxy for RPC endpoints | JavaScript |
Users → download a wallet from FAIRWallet releases or the FairCoin Core releases.
Node operators → run FAIRNode (Docker) or FAIRNodeDesktop (GUI). Masternodes require 5,000 FAIR collateral — see FairCoin Core docs.
Developers → build on FairCoin with the TypeScript SDK:
bun add @fairco.in/core @fairco.in/rpc-clientOr integrate via FairRPCAPIServer / query the Explorer directly. Report issues in the relevant repo.
Learners → visit FairCoin Academy.
All repos are open to contributions. Before opening a PR:
- Check existing issues and discussions on the target repo.
- Follow the repo's contribution guide and code style.
- Sign your commits where applicable.
- For protocol-level changes to FairCoin, open a discussion first.
Security issues: email team@fairco.in — do not open public issues for vulnerabilities.
- Website — https://fairco.in
- Academy — https://academy.fairco.in
- Telegram — https://t.me/FairCoinOfficial
- Twitter / X — @FairCoin_
- Email — team@fairco.in
FairCoin is free software released under the MIT License. Use at your own risk.