DUMBHEAD Decentralized Meme Protocol

Whitepaper — Proof of Humanity, 2025

97% of tokens for verified humans. No whales. No bots. No admin.

The Nerd Manifesto

DUMBHEAD is the meme rebellion that went full nerd. Bots and VCs game every launch—so we built a protocol with math-based proof-of-humanity, no team wallets, and zero admin levers. After the drop, it’s pure code—community-owned, provable, forever.

What’s the real use case? Show that Sybil-resistance, modular arithmetic, and zero-admin design can be fun, scalable, and unstoppable.

Note: The current admin will NEVER rug, and will remain available to the community for technical and organizational support—including in-person help, events, or onboarding. But DUMBHEAD is a community experiment; no financial admin power, no treasury, and no "dev allocation."

Tokenomics

  • Total Supply: 1,000,000,000 DUMBHEAD
  • 97% — direct, public community claim. No team, no pre-mine.
  • 3% — contract deployment & ops (hard capped, public, never unlocked for insiders).
  • No inflation. No future minting. No multisig. No admin.
  • After launch, it’s all yours: no roadmaps, no keys, no promises.

Proof-of-Human: Distribution Architecture

Not just a meme drop—a living demo of math-based Sybil resistance. Here’s the tech:

1. Merkle Proofs (Cryptography šŸ’»)
Each claim is a Merkle leaf: H(index, wallet, allocation)
H = Keccak-256 cryptographic hash
Minimal proof, maximal privacy. No giant userlist.
2. Modular Anti-Farming (Residue Number System 🧮)
  • Three coprime moduli: 971, 311, 601
  • Each index i maps to residues: r₁ = i mod 971, rā‚‚ = i mod 311, rā‚ƒ = i mod 601
  • Claim = set all three bits; any pre-set = duplicate/reject.
  • Storage: ~237 bytes for 100k users (vs 12,500+ bytes naĆÆve).
Collision odds: 1 in 181,000,000
(Chinese Remainder Theorem: unique tuple for every index, N ≤ 971Ɨ311Ɨ601)
3. Step-by-Step: Claim Logic
  1. Merkle proof: verify eligibility.
  2. Compute r₁, rā‚‚, rā‚ƒ.
  3. If any claim_residues_k[r_k] is set, reject (already claimed).
  4. Else, set all three; transfer tokens.
for k in {1,2,3}:
  if claim_residues_k[i mod m_k] == 1:
      reject
  else:
      claim_residues_k[i mod m_k] = 1
What makes DUMBHEAD ā€œunruggableā€?
  • No admin privileges after launch. Immutable contract, no upgrades, no pausing.
  • All source & contracts are open, reviewable, and verifiable by anyone.
  • No secret ā€œdevā€ allocations. All tokenomics on-chain and checkable.
  • Game and airdrop multipliers: 100% code/math—no admin allocation.
Brought to you by Arthimium Labs, 2025. For nerds, by nerds. 100% open, forever.

šŸ”—On-Chain Proof & Transparency

All actions above are verifiable by anyone, anytime. If it’s not listed here, it never happened. Admin support is community-based, never financial.

SECURITY WARNING: Never share your seed phrase or private key. All verification is balance-only; anyone asking for more is a scammer.

Disclaimer: DUMBHEAD is an experiment in proof-of-humanity and decentralized game theory. No team, no financial advice, no admin after drop. The code and community are in charge.