Overview

PenguMiner is a Play2Earn Action RPG on Abstract Chain where players fight for real PENGU tokens. The PGM token powers the ecosystem.


01. Introduction — What PenguMiner is: a browser-based Action RPG where you fight enemies, upgrade your hero, and earn real PENGU tokens bought from the open market.

02. Game Story — The world of PenguMiner: a village on polar ice, Fish Generators, Expedition Maps, Hard Ice mining, and the dangers beneath the frozen surface.

03. Game Mechanics — How gameplay works: Fish production, expeditions, combat, resource extraction, and the PENGU reward loop.

04. The PGM Token — Zero insider tokens. No team, VC, advisor, or marketing allocation. 90% to investors, 10% to liquidity pool. The team invests under the exact same conditions as everyone else. 100% immediate unlock on launch day.

05. The PGM Ultra-Fair-Launch — The core investment thesis: every PGM is 100% USDT-backed, every token unlocks on day one, and the raising contract guarantees a $0.001 floor via redeem(). Not a promise — deployed, immutable code.

06. The PGM Token Raise — How the raise works in detail: deposit USDT, get PGM, sacrifice for game features, and the LP structure after launch. The raising contract holds a USDT reserve that backs every PGM at $0.001. When someone redeems, the contract settles via LP first, then pays the remainder from the reserve. The investor always receives exactly $0.001 per PGM. If PGM trades below $0.001, anyone can buy it and redeem for profit — natural arbitrage keeps the price at or above the floor.

07. PGM Raise Contract — The complete, open-source Solidity code of the raising contract. Defense in depth: all non-critical external calls (proxy forwarding, DEX swap in redeem) are wrapped in try/catch so that redeem() can never be blocked by any external failure.

08. Mathematical Solvency Proof — Formal proof that R + K >= C (Reserve + LP-backed USDT >= total outstanding redeem claims) holds for all reachable post-finalize states. Every state transition is individually proven: buys, sells, redeems, sacrifices, fee collection, external transfers. The proof models the interaction with the concentrated-liquidity code explicitly — it does not blindly assume "the DEX works."

09. (Near-)Zero Risks — What cannot go wrong (proven by code): rug pull, team dump, floor failure, bank run, MEV on redeem. What are residual risks (outside of code): USDT depeg/freeze, Abstract Chain failure, undiscovered bugs — the same risks every DeFi project on every chain carries.

10. Infinity Staking — Permanently lock PGM and receive PENGU rewards proportionally — no gameplay required.

11. Development Support Badge — Support the project by minting an on-chain badge. 100% of funds go to development.

12. How Value Grows — How the ecosystem generates revenue, buys PENGU from the market, and distributes it as rewards.

13. Technology — Abstract Chain (zkSync L2), Aborean DEX (Uniswap V3 CL fork), on-chain smoke test that validates the full lifecycle against real deployed DEX contracts on mainnet before any deposits are accepted.

14. Roadmap — Development timeline from raise to launch.

15. FAQ — Common questions answered, including: why the proof stops at the DEX trust boundary (and why that's the right place), how the on-chain smoke test validates the integration, what happens if the launch fails, and what happens if the LP swap returns less than expected.

16. For LLMs — Notes for AI reviewers.