The sacred bull of Crete
MINOS
The sacred bull of Crete, minted on Solana. Hold $MINOS, and the herd moves with you.
"He who holds the bull holds the labyrinth. He who holds the labyrinth fears no candle."
ILive Feed
◆ live chart appears here the moment $MINOS launches on pump.fun ◆
Price USD
...
Market Cap
...
Liquidity
...
24h Volume
...
live trades via GeckoTerminal, stats via DexScreener. airdrops via Solana RPC. everything verifiable on-chain.
IIOrigin

Every cycle needs a king. Minos ruled Crete, commanded the labyrinth, and kept the sacred bull that no man could tame. Gold-horned, blue-cloaked, judge of all who entered his maze.

We looked at the timeline — the herds, the charts, the endless charge — and asked one question: what if the bull had a king?

$MINOS is that bull, minted on-chain. Not a fork, not a tribute. A dynasty. Every fee $MINOS earns gets claimed, recycled into buybacks, and rained back on the wallets that hold the line: the herd. The horns point up. They always did.

No presale. No team allocation. No maze of vesting. Just the bull, the fees, and the herd.

IIIHow It Works

The cycle of Minos. Fees in, buybacks out, the herd rewarded, repeat:

1
claim $MINOS creator feestrading fees from $MINOS accumulate on-chain. everything is verifiable on Solscan.
2
buy back $MINOScollected fees are converted into $MINOS on the open market. the horns push the candles up.
3
airdrop to the herdbought-back $MINOS flows straight to holders' wallets. weighted by √balance, so whales don't eat the pasture.
4
repeatthe labyrinth has no dead ends for those who hold. the loop runs again.

The distribution logic, in one honest snippet:

// snapshot $MINOS holders: they get paid in $MINOS
// weight = sqrt(balance): sybil-resistant, whale-dampened
const holders  = await getHolders(MINOS_MINT);
const eligible = holders.filter(h => h.balance >= MIN_BALANCE);
const totalW   = eligible.reduce((s, h) => s + Math.sqrt(h.balance), 0);
for (const h of eligible) {
  const share = buybackPool * Math.sqrt(h.balance) / totalW;
  await sendMinos(h.owner, share);
}
IVLaws of Minos
VToken
CA: — not launched yet —
VIDisclaimer

$MINOS is a memecoin with no intrinsic value and no expectation of financial return. It is not affiliated with, endorsed by, or connected to any real person, brand, or mythological estate. It exists for entertainment purposes only. Never invest more than you can afford to lose, especially in something whose mascot lives in a labyrinth.