Ten thousand tokens. Liquidity that only goes one way. Everything here is read from contracts you can open yourself.
NVLLA EXITVS
Floor price · the bid that cannot be withdrawn
The Core Vault
Ten thousand · permanently locked liquidity
Robinhood Chain Supply 10,000
Simulation Nothing is deployed. Every figure runs the contracts' own arithmetic locally — 10,000 CORE, a 5% transfer fee, a 1% swap fee retained inside the pair, and liquidity that cannot be removed. Trade it, lock it, compound it.

The vault

Continuous
Floor price
after every CORE was sold in
Spot
Locked forever
ETH that cannot leave
Supply
Spot Floor

Transact

5% on transfer
ETH

Your position

3% of every transfer compounds
CORE held
Shares staked
Unclaimed
Compounded

Compounding moves what you earned into more weight against the same fee stream. No tokens are created to do it — there is no mint function in this system.

The fee

Every transfer
To the vault
3.0%
To the team
2.0%
Swap fee, retained
1.0%
Paid to stakers

Transactions

Most recent first
ActionSizeFloor afterSpot

Notes to the statement

What the contracts cannot do
  1. Liquidity has no exitThe pair has no function to remove it. Not gated, not delayed — absent from the bytecode, which is the only proof that holds.
  2. Ten thousand, minted onceNo mint function anywhere. Supply can only fall, through burns.
  3. The swap fee stays inside1% is retained in the reserves rather than paid out, so every trade thickens the bid instead of draining it.
  4. The team takes 2%Fixed at deployment and capped in code at 40% of the fee. It is 2% and it cannot be raised.
  5. Nobody can be paid to arriveFees earned while no one is staked go to the pair, not to whoever stakes next — a one-wei position cannot scoop the backlog.
  6. No owner, no pause, no proxyAcross all three contracts. The only privileged call wires the addresses once, at deploy, and can never run again.