Buy / sell fee
2% / 2%
1% base fee + 1% creator tax

I'm sick and tired of low-effort tokens launched just to make their creators money. There are endless possibilities to build something real, functional, and unique.
This experiment puts that frustration to work: fund the liquidity of this no value digital asset, and let anyone pull the lever. A serious plan for an unserious name.
Launch on Pons. Pair with tokenized NVDA. The design routes project fees to a contract, reserves half for liquidity, and lets anyone trigger an injection when it's ready.
2% on buys. 2% on sells.
0.30% Pons · 0.85% liquidity · 0.85% project treasury, before reinvestment costs.
not deployed yetNo holding timer to babysit. No bonus to claim. Just a token, a tokenized stock pair, and a plan to make the pool deeper. Liquidity helps trades happen with less price impact; it does not manufacture value or promise a rising price. The name is a joke. The fee accounting shouldn't be.
Buy / sell fee
2% / 2%
1% base fee + 1% creator tax
Pons share
0.30%
30% of the 1% base fee
Feed the pool
0.85%
Half of contract receipts reserved for liquidity
Project treasury
0.85%
The other half of contract receipts
This fee model uses Pons's current fee policy with native buybacks disabled. Swap fees, slippage and operating costs reduce the amount ultimately added to liquidity.
a public function. a communal pool.
Collect the contract's available Pons fees and trigger a liquidity injection. Anyone can do it. The contract sets the split and destination.
The receiver and signed oracle are deployed. Wallet connection and live contract reads are active. Fee collection and LP injection become usable after the Pons token is launched and bound to its permanent vault.
Escrow balances exclude fees still awaiting a Pons sweep. Vault budgets include any assets awaiting deposit.
You pay transaction gas in ETH. This does not require a token approval or a deposit from your wallet, and it does not pay you a reward. Fees can be collected before graduation; an injection waits for the pool, sufficient funds, and safe execution conditions.
You don't have to connect your wallet to this website. After verification, open the receiver on Blockscout and use its Write Contract tab.
claimFeesAndInject() with no arguments and no ETH value; sign the transaction and pay gas.Half of actual fee receipts is allocated to the developer treasury. payTreasury() pays only treasuryAccrued to the fixed treasury address. It cannot withdraw the liquidity budget or the vault's position.
Anyone can submit that call, including on Blockscout, but the payment always goes to the treasury—not the caller. Newly earned fees must first be collected from Pons.
Accrued developer fees: — NVDA
Fixed treasury: 0x1c4A44814D6681228fB28363C19c0E64C85CF190
Any connected wallet may submit these public calls. Developer fees always go to the fixed treasury address, never to the caller, and the liquidity allocation remains untouched.
Trading fees. Public triggers. A deeper pool.
Launch through Pons v2 on Robinhood Chain. Trade against tokenized NVDA. Route project fees to a dedicated contract and reserve half to grow liquidity in that same market. The design lets anyone trigger a deposit when the pool and budget are ready.
The token name is not a valuation model. More liquidity means more trading depth at a given price; it does not guarantee demand, profit, a price floor, or the ability to exit at a particular price.
The intended pairing asset is NVIDIA • Robinhood Token. Buyers spend that asset and sellers receive it. Our token is separate from tokenized NVDA; holding it does not make you a shareholder or give you a right to redeem it for NVIDIA shares.
A pair is not a peg. The market price can move against NVDA, and tokenized NVDA can move against dollars. The project is independent and is not affiliated with NVIDIA or Robinhood.
The fee model is 2% on buys and 2% on sells: a 1% Pons base fee plus a 1% creator tax. With native Pons buybacks disabled, Pons takes 0.30%. The remaining 1.70% is intended for our contract, registered as the launch’s creatorFeeRecipient.
The receiver contract splits actual receipts equally between the liquidity budget and the project treasury: a nominal 0.85% each. Half funds liquidity; half remains treasury funding. Launch settings must be confirmed before creation; temporary opening-buy protection and execution costs are separate.
The deployed receiver exposes claimFeesAndInject() to everyone. After the token is launched and bound, it claims available tokenized NVDA fees from Pons, reserves half for liquidity, exchanges part of that budget for our token, and adds both assets to the existing pool after graduation.
The caller starts the transaction and pays gas. The contract controls the split and destination; triggering it gives the caller no right to take the fees or withdraw liquidity.
The vault adds liquidity to its own permanent position in the same pool and exposes no withdrawal, position-transfer, upgrade, or arbitrary-call function. Local and Pons fork tests cover this path. The signed oracle is deployed; independent review and secure reporter operation remain before live injections.
The amount deposited is the liquidity budget after swap fees, slippage, and any allocated operating costs. Sending tokens to a pool address alone does not create active liquidity.
Trading begins on Pons’s bonding curve. At graduation, Pons creates the Uniswap v4 pool and locks its initial liquidity. Our additional permanent position starts only after that pool exists.
Before graduation, the liquidity share accumulates in the fee receiver. If graduation never happens, that budget remains undeployed because the implemented contracts provide no recovery path.
The implemented entry point is public. A community member or an optional bot can trigger the same function without waiting for a team signature. Execution runs in bounded batches when enough fees are available and contract-enforced price checks pass.
The price guard uses a signed 30-minute time-weighted average from confirmed pool events. A quorum of configured reporters must sign the same update; anyone can relay it. Stale, future, replayed, or insufficiently signed reports are rejected.
Pons holds claimable fees in an escrow. The receiver calls claimToken(NVDA) on its own behalf. Some accrued fees first need a sweep, and conversions involving an internal swap require Pons’s authorized operator. Our public function cannot bypass that dependency.
Insufficient funds, a stale oracle, or an unsafe pool price leaves the liquidity budget pending. The caller cannot choose another recipient or weaken price protections. Pons’s native buyback-and-vesting option stays disabled.
The custom source and integration tests are published. Before launch, the final signer setup and price policy need independent review, followed by verified deployment addresses. The fee recipient, liquidity lock, administrative powers, and fee-routing dependencies remain inspectable.
The site now reads claimable fees, treasury balances, and funds awaiting reinvestment from the deployed receiver. Until launch transactions exist, those balances remain zero and the displayed fee split is the configured launch plan.
Read the mechanics · Check source and deployment status · Pons v2 documentation