BLAKE3 PoW (Alephium ASIC compatible) · Full EVM · ML-DSA post-quantum signatures · 7-second blocks · Fair launch, no ICO
MAINNET IS LIVE
What is Fychain?Fychain is a from-scratch Layer 1 built on one premise:
a blockchain launched today should still be secure the day a large quantum computer exists.Every chain you hold coins on right now — Bitcoin, Ethereum, and virtually everything else — protects your funds with ECDSA, a signature scheme that Shor's algorithm breaks outright. When that day comes, migrating billions in value across chains that were never designed for it will be chaos. Fychain skips the migration: it is post-quantum
from genesis.
At the same time, we refused the usual trade-offs. Fychain is not an academic curiosity — it is a chain you can mine with hardware that already exists, use with the wallet you already have, and build on with the tools you already know.
Key features- Post-quantum signatures — native transactions are signed with ML-DSA-65 (NIST FIPS 204), implemented from scratch and cross-validated byte-for-byte against independent implementations. Node-to-node traffic uses a hybrid Noise XX + ML-KEM-768 (FIPS 203) handshake, so even recorded traffic can't be decrypted retroactively.
- BLAKE3 proof of work, ASIC-ready — double-BLAKE3 with the exact 168-byte header / 24-byte rolled-nonce layout Alephium mining hardware already speaks. Antminer AL1, Goldshell AL series, IceRiver AL series: point them at the pool and go.
- Full EVM, MetaMask out of the box — Solidity contracts, Hardhat, Foundry, ethers.js, standard JSON-RPC. ECDSA transactions are consensus-native during the hybrid era (with a protocol-level sunset switch for the day PQ-only becomes the right call).
- 7-second blocks — LWMA-3 difficulty retargets every single block and absorbs 10x hashrate swings within one window.
- Fair, Bitcoin-style economics — no ICO, no VC allocations, no hidden unlocks. See tokenomics below.
- Open source, audited foundation — the entire node, pool, wallet, and specs are public. Every design decision and every audit finding is recorded in the repo (docs/DECISIONS.md).
Tokenomics| Ticker | FYC (18 decimals) |
| Max supply | 23,000,000 FYC |
| Premine | 2,000,000 FYC (8.7%) — written into the genesis block for anyone to verify; funds development, infrastructure and the security bounty program |
| Mined supply | 21,000,000 FYC over decades |
| Block reward | 1 FYC + fees |
| Halving | Every 10,500,000 blocks (~2.3 years) |
| Fee model | EIP-1559 — base fee is BURNED, miners keep priority tips. Under real usage the effective supply drifts below 23M |
| Coinbase maturity | 512 blocks (~1 hour) |
Launch difficulty is deliberately CPU-bootstrappable — the earlier you mine, the more of the emission you capture while difficulty ramps to real hashrate. There is no better time than the first weeks of a fair-launch PoW chain.
⛏ HOW TO MINEYour payout address IS your pool account — no registration.
Step 1 — get an address. Easiest: add Fychain to MetaMask with one click at
fychain.org (RPC
https://rpc.fychain.org, chain ID 6679, symbol FYC) and use your normal 0x address. Or generate a fully post-quantum wallet with the CLI:
fyc keygen.
Step 2 — point your miner at the pool:URL: stratum+tcp://pool.fychain.org:3333
Worker: 0xYOUR_FYC_ADDRESS
Password: x
ASICs (Alephium-family BLAKE3): Bitmain Antminer AL1, Goldshell AL Max / AL3 / AL-BOX series, IceRiver AL0–AL3 — enter the three lines above in the miner's web dashboard. Same job format the hardware already runs.
GPU / CPU: SRBMiner-Multi, BzMiner, or lolMiner with the blake3/Alephium algorithm:
SRBMiner-MULTI --algorithm blake3_alephium --pool pool.fychain.org:3333 --wallet 0xYOUR_ADDRESS --password x
Solo mining is built straight into the node:
fycd --network mainnet --mine --miner-address 0xYOURADDRESS --threads 8
Pool details: PPLNS,
0% fee at launch, vardiff, automatic on-chain payouts above 1 FYC, live stats + per-worker lookup + profitability calculator at
pool.fychain.org. Stats API is MiningPoolStats-compatible.
Run a node / build on Fychaingit clone https://github.com/fychain/fychain
cd fychain && cargo build --release
fycd --network mainnet --genesis genesis/genesis-mainnet.json --rpc
The README has complete guides: node setup (mainnet + testnet), wallet CLI, running your own pool, deploying Solidity with Hardhat/Foundry, and the post-quantum Rust/TypeScript SDKs. Thirteen normative spec documents define every consensus rule — a second implementation can be built from the specs alone.
Deploying contracts is exactly like Ethereum:
networks: { fychain: { url: "https://rpc.fychain.org", chainId: 6679 } }
Want to test first?
faucet.fychain.org drips free testnet FYC (10 tFYC/day).
🔗 LINKSWho is behind this?Fychain was designed and built by
Nonce — an anonymous developer, in the tradition this forum knows better than any other. No foundation, no company, no face. The chain is meant to outlive its creator: open source code, open specifications, proof of work. Judge the work, not the person.
FAQQ: Is this just another EVM fork?No. The node is written from scratch in Rust — consensus, P2P, state trie, PoW, and the post-quantum cryptography (ML-DSA-65 and ML-KEM-768 implemented directly from the FIPS standards and cross-validated against independent implementations). Only the EVM execution core (revm) is shared with the wider ecosystem, deliberately, for tooling compatibility.
Q: If it's post-quantum, why accept ECDSA at all?Adoption. MetaMask and every EVM wallet work today, while the native 0x50 transaction type is fully post-quantum. The protocol carries a sunset height so ECDSA can be retired by consensus when the ecosystem is ready — the migration path is designed in, not bolted on.
Q: Premine?2M FYC (8.7%), fully disclosed in the genesis block anyone can verify, for development/infrastructure/bounties. No other allocations. 91.3% of supply is mined by you.
Q: My Alephium ASIC — does it really work?The header layout, double-BLAKE3, big-endian target compare, and the 144-byte Stratum job blob match the Alephium hardware convention exactly (spec/02 and spec/09). Firmware that can retarget pools will mine Fychain. Come to the Discord #mining channel and we'll get you hashing.
Q: Exchanges? Price?Fair launch — the chain went live with zero price and zero promises. Chainlist/wallet listings are in progress; everything else follows the community.
Mainnet is live. Difficulty is young. The quantum era is coming either way — mine the chain that's ready for it.Join the Discord ·
fychain.org