The quote side of every pool is one of the 13 Coinbase tokenized stocks on Base: NVDAc, TSLAc, AAPLc and the rest. They are B20 tokens backed 1:1 by shares, each with a Chainlink price feed. Nothing here trades against ETH or USDC.
The factory calls the Base-native B20 factory to mint a token with exactly 1,000,000,000 supply and no admin (no mint, no pause, no upgrade), then opens a Uniswap v4 pool and deposits the whole supply as a single-sided position. You pay 0.0001 ETH plus gas. There is no account and no sign-in.
The opening price is derived onchain from the stock's Chainlink feed so that each launch starts at a $5,000 fully diluted valuation. If NVDAc is $230, one NVDAc buys about 46 million tokens at launch. The number is fixed by the contract, not by the creator.
The position is owned by the factory and the factory has no function that removes it. Buyers push the price up the curve, sellers push it down, and the stock that flows in stays in the pool as the other side of the market.
For the first 20 seconds after launch the swap fee starts at 99% and falls linearly to 1%. A bot buying in the launch block gives almost all of its stock to the creator and the platform, so there is nothing to snipe.
Every buy and sell pays a 1% fee, always denominated in the stock (NVDAc, not the token). The hook books 70% to the creator and 30% to the platform as claims inside the pool manager. Creators withdraw from their wallet page whenever they like; nothing is held by a server.
An indexer waits two block confirmations, then records launches, swaps, transfers and fee events. Prices, candles, holders, volume and earnings are computed from those rows. When a figure cannot be derived it shows as a dash, never as an estimate.
The same indexer feeds a Telegram channel: every launch, every large trade, every market cap milestone, posted within seconds of the block. The post is written into a queue inside the same database transaction that records the trade, so if the chain reorganises the announcement is withdrawn before it is sent rather than left standing about a trade that no longer exists.