Six of those pools pair PACK with third-party tokenized equity products, and four pair it with native Robinhood Chain memes.
Every swap pays a 1% fee that burns PACK on one side and buys PACK back on the other.
PACK trades on MEXC against USDT and USD1.
KEY TAKEAWAYS
Wolf Pack (PACK) is a Robinhood Chain meme token with a fixed genesis supply of 1,000,000,000 PACK and no mint function.
The project says 95% of that supply was seeded into ten Uniswap v4 pools and then locked permanently, with no withdrawal or migration function behind it.
Six pools pair PACK with third-party tokenized equity products (NVDA, MU, MSFT, AAPL, AMD, SPCX) and four pair it with native Robinhood Chain memes (CASHCAT, THROBBIN, TENDIES, PONS).
A 1% fee on every swap is split so the PACK half is burned and the other half buys PACK on the open market.
PACK is not redeemable for anything held in the pools, and the project states plainly that it is experimental and can go to zero.
PACK trades on MEXC against USDT and USD1.
Wolf Pack is an experimental meme project on Robinhood Chain, and PACK is its native ERC-20 token.
The token has 18 decimals, a fixed genesis supply of 1,000,000,000, and is burnable.
It has no owner, no mint function, and no upgrade proxy.
What separates Wolf Pack from a standard meme coin is where the supply went: 95% of it was placed into ten Uniswap v4 liquidity pools in a single transaction, and those positions were then sealed so that nobody — including the developers — can take them out.
The project describes itself in unusually blunt terms. Its own headline reads "60% future. 40% fuck it." That is the project's wording, not MEXC's, and it is a fair preview of the tone across the entire site.
The two names are used interchangeably in casual conversation, but they refer to different things:
| Wolf Pack | PACK |
What it is | The whole protocol | The ERC-20 token |
Includes | Token, LiquidityLock, FeeRouter, Seeder, Vesting, Launcher, ten pools | One contract |
Role in the pools | Owns all ten locked positions | Sits as currency0 in all ten |
What you can hold | Nothing — it is not a token | PACK, tradable on MEXC |
Gives you a claim on the pooled assets | No | No |
Owning PACK gives you the token. It does not give you a share of the locked positions, and there is no redemption path back to the assets inside them.
Several unrelated tokens use the PACK ticker across different blockchains, so ticker alone is not a safe identifier.
The project makes the same point about its own pool legs, noting that a Robinhood Chain search returns four contracts calling themselves CASHCAT, at least six named TENDIES, and one PONS impostor holding more addresses than the real token.
Resolve by contract address, not by symbol. The Wolf Pack token used by MEXC is linked directly from its PACK price page to the Robinhood Chain explorer.
Wolf Pack does not present itself as a solution to anything, and its own entry gate says that if the design turns out to be wrong, it stays wrong forever.
What the design does is take three familiar failure modes in meme-coin launches and remove the ability to commit them.
The standard way a meme coin collapses is that whoever holds the liquidity position removes it.
Wolf Pack says it removes that possibility at the contract level rather than promising restraint.
According to the project's own documentation, the LiquidityLock is the permanent owner of all ten position NFTs, and calls to transferFrom, approve, setApprovalForAll, burn, and any decrease of liquidity above zero all revert.
The project states that functions named withdraw, sweep, rescue, and migrate do not exist in the contract at all.
Most liquidity fees accumulate somewhere and wait for a decision.
Wolf Pack routes them automatically. Each 1% swap fee is split into two halves at harvest time.
The PACK half is destroyed outright, not forwarded to a treasury or a burn address that somebody still holds the key to.
The non-PACK half buys PACK on the open market, and both halves are added back into the locked position, so the position only ever deepens.
A launch spread across two transactions publishes the token address before a pool exists, and on Robinhood Chain initializePool is permissionless — meaning anyone could front-run it.
Wolf Pack created the token, the lock, the router, the vesting contract, and all ten seeded pools in one atomic transaction.
There is no owner(), no transferOwnership(), no upgradeTo(), and no pause().
From an exchange's vantage point, what distinguishes Wolf Pack is not the narrative but the fact that its central claim is checkable. "Liquidity is locked" is one of the most common assertions in a meme launch and one of the least often verifiable; here the absence of a withdrawal function can be read straight off the contract.
That verifiability is a floor, not a guarantee. A design that cannot be rugged can still go to zero, and MEXC lists tokens across a wide risk spectrum without treating a listing as an endorsement.
The premise is a joke about investor psychology.
The site argues there are two wolves inside every trader: one reads earnings calls, and the other has never read anything.
One wolf models HBM supply constraints through 2027; the other wants TENDIES.
The 60/40 split exists because, in the project's words, that is roughly the ratio at which you are lying to yourself.
The team is anonymous. There is no whitepaper, no named founder, no disclosed funding, and no published audit.
The token went live in a single genesis transaction in August 2026.
All ten pools are identical in configuration: a 1% fee tier (fee 10000), tickSpacing 200, full range at ±887200 ticks, and no hooks.
Ticker | Name | Category | Side |
NVDA | Nvidia | Tokenized equity | The Builder |
MU | Micron | Tokenized equity | The Builder |
MSFT | Microsoft | Tokenized equity | The Builder |
AAPL | Apple | Tokenized equity | The Builder |
AMD | AMD | Tokenized equity | The Builder |
SPCX | SpaceX | Tokenized equity product | The Builder |
CASHCAT | — | Native Robinhood Chain meme | The Degen |
THROBBIN | — | Native Robinhood Chain meme | The Degen |
TENDIES | — | Native Robinhood Chain meme | The Degen |
PONS | — | Native Robinhood Chain meme | The Degen |
The six equity legs are NVDA (Nvidia), MU (Micron), MSFT (Microsoft), AAPL (Apple), AMD, and SPCX (SpaceX), all third-party tokenized equity products. The project's own site labels SPCX "Space Capital," while Robinhood and major data providers list the ticker as SpaceX, which is a privately held company rather than a listed US equity.
The four meme legs are CASHCAT, THROBBIN, TENDIES, and PONS, all native to Robinhood Chain.
Each leg received roughly equal dollars at genesis, which is why the split reads 60/40.
PACK is the numeraire in every pool, so a trade from one leg to another routes through PACK and leaves fees in both pools it touches.
Arbitrage against outside markets does the same thing continuously, without anyone needing to intervene.
When fees are harvested, the PACK side is burned and the other side is spent buying PACK on the open market, capped at around 2% of that pool's own reserve per cooldown.
Total supply falls; the locked position grows.
Harvesting is permissionless.
Any address can call harvest(tokenId, minPackOut) on any pool that has passed its 12-hour cooldown, and the caller receives a 1% bounty on each side of the collected fee.
Fee collection is structured as a decrease of exactly zero liquidity followed by a pair take, so position liquidity, pool liquidity, and NFT ownership are byte-identical before and after.
That property is what makes the lock compatible with fee collection at all.
The lock is not a timelock and there is no privileged caller behind it.
Only two operations are permitted against the locked positions: collecting fees at exactly zero liquidity change, and increasing liquidity.
Everything else either reverts or does not exist as a function.
The project states that every line of that surface is covered by a test asserted against the real Uniswap v4 singleton on a fork of Robinhood Chain mainnet.
Call against the lock | Result |
positionManager.transferFrom(lock, attacker, tokenId) | Reverts |
approve(...) / setApprovalForAll(...) | Reverts |
DECREASE_LIQUIDITY(liquidity > 0) | Reverts |
burn(tokenId) | Reverts |
intake(tokenId) after seal() | Reverts |
withdraw() / sweep() / rescue() / migrate() | No such function |
owner() / transferOwnership() / upgradeTo() | No such function |
pause() | No such function |
DECREASE_LIQUIDITY(liquidity = 0) + TAKE_PAIR | Allowed — fees only |
INCREASE_LIQUIDITY(...) | Allowed — deeper only |
Genesis supply was fixed at 1,000,000,000 PACK, and there is no mint function to raise it.
Because the PACK half of every collected fee is destroyed, total supply is monotonically non-increasing — it can fall, and it cannot rise.
The current burned total and circulating supply change block by block, so check the project's live terminal or the Robinhood Chain explorer rather than relying on any figure quoted in an article.
The PACK contract has no owner address, no mint capability, and no proxy pattern behind it.
This cuts both ways, and the project says so directly: nobody can inflate the supply or seize the liquidity, but equally nobody can fix a bug, pause trading, or migrate to a new version.
There is no governance process to change that, because there is no governance.
PACK's address was mined at launch so that it sorts below every leg and lands as currency0 in all ten pools.
That means the protocol addresses did not exist until genesis, while the Uniswap v4 infrastructure and the ten leg addresses are pinned constants checked against live bytecode on every test run.
Because PACK sits on one side of all ten pools, it functions as a routing asset between assets that have no direct pool with each other.
A swap from a tokenized equity leg to a meme leg is a legal route, and it hops through PACK on the way.
That single trade leaves fees in both pools it touches, which is the mechanism by which ordinary trading activity funds the burn.
Anyone willing to pay gas can call the harvest function on a pool that has cleared its 12-hour cooldown and collect a 1% bounty on each fee side.
No permission, whitelist, or stake is required.
This is the only part of the system that pays a participant directly for doing work rather than for holding the token.
For most people the practical use case is straightforward: buying, holding, or trading PACK as a Robinhood Chain meme token.
MEXC lists Wolf Pack under the PACK ticker with USDT and USD1 spot pairs, alongside a dedicated price page, tokenomics page, and price prediction page for the asset.
What PACK does not offer is staking, governance rights, or any claim on the equities and memes held in the pools.
Wolf Pack's tokenomics are unusually simple, because almost nothing about them is discretionary.
The distribution at genesis was as follows:
Parameter | Value | Fixed or variable |
Genesis supply | 1,000,000,000 PACK | Fixed — no mint function |
Seeded into locked pools | 95% of genesis | Fixed at genesis |
Creator tranche | 50,000,000 PACK (5%) | Fixed |
Creator vesting | 30-day cliff, then linear to day 210 | Fixed schedule |
Fee on every swap | 1.00% (fee tier 10000) | Fixed |
Harvest cooldown | 12 hours per pool | Fixed |
Keeper bounty | 1% per fee side | Fixed |
Buyback cap | ~2% of pool reserve per cooldown | Fixed |
Max wallet | Expired permanently after 7 hours | Fixed — cannot be re-armed |
Total supply today | Falls with every burn | Variable — check the explorer |
Genesis supply: 1,000,000,000 PACK, fixed, with no mint function
Seeded into the ten locked pools: 95% of genesis supply
Creator tranche: 50,000,000 PACK (5%), subject to a 30-day cliff followed by 180-day linear vesting to day 210
Fee on every swap: 1.00%, split between a PACK burn and an open-market PACK buyback
Anti-snipe limit: max wallet of 0.5% for the first hour and 2% for six more hours, after which the cap lifted permanently and cannot be re-armed
There is no team allocation beyond the creator tranche, no investor round, no treasury, and no emissions schedule.
Circulating supply, total burned, and value locked all move with trading activity, so treat any single quoted number as a snapshot rather than a fact about the token.
The project publishes these figures live, read directly from the contracts, and MEXC's PACK tokenomics page tracks supply data as well.
Every one of the ten pools is denominated in PACK on one side, which makes PACK the common unit the whole system trades against.
Any cross-leg route has to pass through it.
This is a structural function rather than a granted utility — PACK is not useful here because a team decided it should be, but because the pool architecture leaves no alternative path.
Half of every collected fee is denominated in PACK, and that half is destroyed.
The other half is converted into PACK through an open-market purchase before being returned to the lock.
Both directions of the loop point at the same token, which is why trading volume is the only variable that affects supply.
PACK carries no governance rights, because there is no governance mechanism to vote in.
It offers no staking, no yield, and no revenue share.
It is not redeemable for the tokenized equities or memes sitting in the pools, and the project states directly that it is not an index, a fund, a basket product, or a claim on any asset.
Wolf Pack has no roadmap, and that is deliberate rather than an oversight.
With no owner, no admin key, and no migration path, there is no mechanism through which a future version could be shipped.
What exists instead is a set of fixed clocks: the creator tranche unlocks after a 30-day cliff and vests linearly to day 210, and the anti-snipe wallet cap has already expired permanently.
Beyond that, the only variable is trading volume, since fees are the sole input to both the burn and the buyback.
The project's own position is that if the design is wrong, it stays wrong.
That is the field Wolf Pack competes in.
Its nearest comparables are the four native memes it holds in its own pools: CASHCAT, THROBBIN, TENDIES, and PONS.
This produces an unusual relationship. PACK is not a straightforward alternative to those tokens, because a PACK holder already has indirect exposure to all four through the locked positions.
Beyond the meme sector sit the tokenized equity products that make up PACK's other six legs. Those are structurally different instruments: they represent exposure to an underlying, and PACK explicitly does not. Where PACK differentiates itself is the liquidity structure rather than the narrative. Most meme tokens rely on a team's promise not to remove liquidity; Wolf Pack removed the function that would allow it, published every contract address, and made the fee loop permissionless so that no operator has to be trusted to run it.
Where that advantage has limits is equally clear. The six equity legs are third-party tokenized products sharing one upgrade beacon, and the project warns that a single transaction by that issuer changes all six at once — if transfers on those legs ever break, fee collection on them stops permanently and nobody can intervene.
MEXC lists Wolf Pack under the PACK ticker with two spot markets: PACK/USDT and PACK/USD1.
Because several unrelated tokens share the PACK symbol, confirm you are on MEXC's Wolf Pack market before trading — the price page links directly to the correct Robinhood Chain contract on the block explorer.
Buying PACK on MEXC spot takes five steps:
Register an account on the MEXC website or app and complete identity verification.
Fund your account with USDT, USDC, or USDE via bank transfer, OTC, or P2P.
Open the Spot trading section from the top navigation bar.
Search for PACK and select either the PACK/USDT or PACK/USD1 market. Enter your order amount, choose a market or limit order, and confirm.
MEXC also supports stop-limit and trigger orders on spot, which let you set an exit level in advance instead of monitoring the market manually.
On futures: MEXC operates a separate perpetual futures market with adjustable leverage, and you can check whether a PACK perpetual contract is available from the Futures section of the platform.
Leverage magnifies losses exactly as much as it magnifies gains, and a position can be liquidated well before your directional view plays out.
Futures are not suitable for every investor, and a newly launched meme token with a short price history is among the least forgiving instruments to use them on.
What is Wolf Pack (PACK) crypto?
Wolf Pack is a Robinhood Chain meme project whose PACK token backs ten permanently locked Uniswap v4 pools holding six tokenized equities and four native memes.
What blockchain is the PACK token on?
Is this the same as other tokens called PACK?
No — several unrelated tokens use the PACK ticker on other chains, so verify the Robinhood Chain contract address linked from MEXC's Wolf Pack price page before trading.
How many PACK tokens are there?
Genesis supply was fixed at 1,000,000,000 PACK with no mint function, and the total can only fall as fees are burned.
Can Wolf Pack's locked liquidity ever be withdrawn?
No — the lock contract has no withdrawal, sweep, rescue, or migration function, and no owner who could add one.
Does holding PACK give me ownership of NVDA or AAPL?
No — PACK is not redeemable for the tokenized equities in the pools, and the project states it is not an index, fund, or claim on any asset.
What affects the Wolf Pack price?
PACK's price responds to trading volume, overall market sentiment, and Robinhood Chain meme sector activity, with volume additionally driving the burn and buyback loop.
Where can I buy Wolf Pack (PACK)?
PACK trades on MEXC against USDT and USD1 on the spot market.
Wolf Pack (PACK) is a meme token built around one idea taken seriously: liquidity that genuinely cannot be removed.
Ten locked Uniswap v4 pools, a 1% fee that burns and buys back PACK, and a contract with no owner make the mechanism verifiable rather than promised.
The trade-off is that nothing can ever be fixed either.
PACK trades on MEXC against USDT and USD1.