How FORGE works

FORGE is a proof-of-work + proof-of-stake token issued on Ethereum. It is not its own chain — Ethereum secures the ledger. PoW and PoS here are two distribution engines for one ERC-20: work for new coins, or lock coins for yield.

Overview

Supply & emission

Each mined block emits a reward, split into three fixed streams. The base reward halves as supply is mined (a supply milestone, not a calendar date), and the total is capped at 21,000,000.

ParameterValue
Supply cap21,000,000 FORGE
Base block reward100 FORGE × your stake boost
Halvingbase halves each time half the remaining supply is mined
Target block time~10 minutes (difficulty-adjusted)
StreamSharePurpose
Miners (PoW)70%fair distribution
Stakers (PoS)25%yield, reduced float
Protocol liquidity5%protocol-owned liquidity

Mining

Mining follows the EIP-918 model. A miner searches off-chain for a nonce such that sha256(challenge, minerAddress, nonce) is below the current target, then submits it in one transaction. The contract verifies the hash once and credits the miner's 70% share (locked — see Mined rewards).

A browser miner (WebCrypto, in a Web Worker) lets anyone with a stake mine in one click. GPU/CLI clients are for serious hashers.

Mined rewards

A miner's 70% share is locked when mined. You have two ways to use it:

Stake to mine

Mining is gated by a stake — you must hold an active stake to mine at all.

Staking

Stake FORGE for a fixed lock and share the 25% PoS stream in proportion to your weighted stake. Longer locks carry a higher weight multiplier.

LockWeight
90 days1.0×
180 days1.3×
365 days1.8×

Taxes & liquidity

Trading runs through a Uniswap v4 pool with a custom hook:

Nothing pool-related leaves the treasury except into locked liquidity — so the launch buy tax literally turns snipers' losses into permanent depth. Note the taxes live in this official hooked pool; because FORGE is a standard ERC-20, someone can open a separate un-hooked pool that skips them, so treat them as friction on the default route rather than a guaranteed toll.

Frontend

The app is fully static with no backend — it reads state directly from the contract over RPC. It is hosted on IPFS with an Arweave mirror and served from an ENS name, so it cannot be taken offline. Bug fixes ship by moving the ENS pointer to a new build (behind a multisig + timelock); old builds remain reachable forever.

Security & status

This is a v0 build and has not been audited. Do not treat it as production — a full audit is required before mainnet.

Contracts

Addresses will be published here after deployment and verification.

ContractAddress
Forge (token)TBD
ForgeStakingTBD
ForgeTreasuryTBD
ForgeHookTBD