DIGGERS
Why DiggersThe MineAirdrop
CREATE+ Coin
Why DiggersThe MineAirdrop

Getting started

  • What is Diggers
  • Why the last launcher
  • Trader quick start
  • Creator quick start
  • Chains & networks
  • Rescued tokens

Launching

  • Launching a coin
  • Liquidity on Uniswap V3
  • Initial buy & team split
  • Vesting locks

Fees & harvest

  • Fees end-to-end
  • Auto harvesting
  • Creator rewards
  • Burn fee
  • Buyback & burn

Trading & rewards

  • Trading on Diggers
  • Approve-free trading
  • 24h Sniper Defense
  • Digging points
  • Daily contest

Graduation & status

  • Graduation
  • Blue chip status
  • Keeping blue chip
  • Names & the flex
  • Ownership & renounce

$GEM & $DIG

  • The $GEM airdrop
  • $DIG, the OG coin

Platform

  • Architecture
  • Security & anti-rug
  • Integrations
  • Transactions & events
  • Telegram bot
  • Glossary & FAQ
  • License
The mine never sleeps
GitHub
XTelegram
DocsLegalLive stats
Live stats

Platform

Security & anti-rug

Diggers does not ask you to trust anyone, because there is nothing to trust anyone with. This page is the complete threat model: every way meme coins have historically robbed people, and what makes each one physically impossible here.

The rug catalogue, closed

The classic rugOn DiggersWhy
Pull the liquidity✕no withdrawal function exists
Mint new supply and dump✕no mint function exists
Pause trading, trap holders✕no pause switch exists
Upgrade to malicious code✕no proxy, no upgrade path
Blacklist or seize balances✕no admin over balances
Honeypot: buys only, no sells✕sell path is core, immutable
Drain via old approvals✕sells need no approvals at all
Snipe supply early✕2% cap per wallet until graduation
Block the fee split (griefing)✕pull fallback pays around it
Every classic exit, and its status on Diggers. These are not policies that could change: the enabling code does not exist.

Each row is worth reading twice, because the answer is never "the team promises not to". Liquidity cannot leave because the launchpad is the pool's only LP and has no withdrawal code. Supply cannot grow because no mint exists and burning only shrinks it. Sells cannot be blocked because approve-free sellingis part of the token's own transfer logic: only the launchpad and the vesting locker can move your tokens without an allowance, and that power is strictly narrower than a normal approval, never broader. The only admin powers in the entire system are the two per-coin config keys, and neither can touch a holder's money.

Defense in depth, not defense by dashboard

The protections stack. The 2% whale cap guards the pool from launch until graduation, then lifts for good. Pool-legs-only telemetry makes holder counts and points sybil-resistant. Pull-payment fallbacks in the harvest mean no recipient can hold the others hostage. Vesting runs through the standalone DiggersLocker, ID-based and approve-free, not a discretionary escrow anyone can drain. And every coin runs the exact same audited code: there is no per-coin contract for a scammer to customize with a hidden trapdoor.

What Diggers does NOT protect you from

The market. Coins can and will go to zero because attention moved on, the meme died, or the community dissolved. Creators can hold unvested tokens and sell them. Diggers guarantees the game is not rigged, it does not guarantee you win. Never trade more than you can afford to lose.

Survivability

One final property ties it together: the machine does not need Diggers to exist. If the website went dark tomorrow, every pool would keep trading through any DEX interface, every contest would keep settling on the first trade past each deadline, every harvest would keep splitting fees, and every lock would keep vesting on schedule. Every one of those actions emits an event from the hub, so anyone can rebuild the full state from the chain itself. The site is a window. The mine is on-chain.

Why this matters

Crypto has audited teams, insured treasuries and doxxed founders, and people still got rugged, because permission plus incentive eventually equals betrayal. The only rug-proof system is one where the permission was never granted. That is the entire Diggers design philosophy in one sentence.

FAQ

01How does Diggers prevent rug pulls?

By removing the functions rugs need. Liquidity has no withdrawal, supply has no mint, trading has no pause, contracts have no upgrade path, and no owner has power over balances. Each classic rug vector is structurally absent rather than merely promised away.

02Are the contracts upgradeable?

No. Coins are gas-cheap clones of one immutable implementation, and the launchpad itself has no proxy and no upgrade mechanism. Code deployed on day one is the code forever.

03What risks remain?

Market risk (most meme coins go to zero), smart contract risk inherent to any code, and infrastructure risk in the chain and DEX layers. Diggers removes specific technical rug vectors; it does not remove volatility or guarantee any coin's success.

04Is the approve-free sell mechanism a backdoor?

No. It activates only when the wallet whose tokens move is the same wallet signing the transaction, and only inside the sell flow. It is strictly narrower than the unlimited approvals other DEXes require.

05Can I verify all of this myself?

Yes. The contracts are source-available on-chain, every mechanic (burns, pots, harvests, graduations, buybacks) emits events from the hub, and every number the site shows is reconstructable from public chain data.

← PreviousArchitectureHub, launchpad, token clones and the lockerNext →IntegrationsPublic APIs, token lists and on-chain metadata for builders