1 / 4
- 4PACK in pool
- ·
- BTCB in pool
- ·
- LP in lock
- ·
- Next feed
- ·

95% of all 4PACK went into four PancakeSwap pools and locked, in one transaction. There is no button to take that liquidity back out. Not for you, not for us, because we never wrote one. Every trade pays 3%: 1% burned or put back into the pools, plus a 2% project fee.
Bitcoin, Ethereum, the exchange's own token, and dollars. Paired with all four at once, and all four locked shut.
Chosen on measured depth. A 10 BNB buy moves USDT 0.015%, CAKE 0.073%, BTCB 0.409%, ETH 0.411%. The next four down were 1.4% to 2.4%. No price feed here, so no dollar values anywhere on this site.
Fixed numbers come straight from the contract. Live ones are one eth_call each, and stay blank rather than become a guess.
Every trade pays 1%. The direction decides what happens to it. Nobody has to do anything for this to work.
Token, lock, fee engine, vesting and four filled pairs. Sealed before the block ends, so there is never a moment where the token exists without its pools.
Charged inside the transaction, on every buy and every sell. No exemptions. No setter.
Not a treasury. Not a dead wallet. The fee never exists as a balance, so supply only falls.
Banked until anyone presses feed. Half buys the other coin, both halves go in as liquidity, and it lands inside the lock.
PancakeSwap keeps 0.08% of its 0.25%, so 0.17% of every trade stays with whoever holds the liquidity. That is the lock. No keeper, no gas, no transaction, forever.
Here is the short version. The liquidity is locked and nobody can unlock it. The 2% project fee can be changed, up to a hard ceiling of 10%. That is the only thing anyone can change.
withdraw() · sweep() · rescue()No such functionmigrate() · upgradeTo()No such functionowner() · transferOwnership()No such functionpause() · transfer() · approve()No such functionintake(leg, lp, amount) after seal()Revertsseal() a second timeRevertsintake() called by anyone elseRevertsdeepen(leg, amount)Allowed · deeper onlyheld() · all() · locked() · addedAfterSeal()Allowed · viewsON THE TOKENWHAT THE OWNER CAN DOsetProjectFees(buy, sell)Allowed · 0% to 10%setProjectWallet(addr)AllowedrenounceOwnership()Allowed · one waymint() · pause() · blacklist()No such functionchange the 1% burn or the 2% limitsNo such functiontouch the locked liquidityNo such functionEleven functions. None of them can move an LP token out. The only write left open to the world is deepen, and deepen can only add.
The token has one owner key, and it can do exactly two things: set the project fee anywhere from 0% to 10%, and change the address it is sent to. It cannot mint, cannot pause, cannot touch the locked liquidity, cannot change the 1% that burns and compounds, and cannot move the 2% limits. The 10% ceiling is a constant in the code, so no owner can ever raise it.
The four coin addresses are compiled into the token. Ours do not exist until launch, because launch is what creates them.
Set once, at genesis, never changed. Read the bytecode yourself.