Automated market maker (AMM)What is an automated market maker (AMM)?
An automated market maker (AMM) is a smart contract that lets traders swap tokens against a liquidity pool instead of against another party’s order: prices come from a formula applied to the pool’s reserves, so trading works at any time without a counterparty being online.
Liquidity provider (LP)What is a liquidity provider (LP)?
A liquidity provider (LP) is anyone who deposits tokens into a pool so other people can trade against them; in return the pool pays them a share of its swap fees, pro rata to the liquidity they contributed while it was actually used.
Uniswap v4 hookUniswap v4 hooks, explained
A Uniswap v4 hook is a smart contract attached to a specific pool that runs code at defined points in the pool’s own operations — before and after swaps, liquidity changes, and donations — letting a pool carry custom rules like dynamic fees, trade caps, or automatic burns with no off-chain infrastructure operating them.
Bonding curveWhat is a bonding curve?
A bonding curve is a pricing rule that sets a token’s price from its own supply: buyers purchase along a predefined curve, so each purchase moves the price up by an amount the curve fixes in advance, and the collected funds back the market until it graduates into open trading.
Token launchpadWhat is a token launchpad?
A token launchpad is a product that creates new tokens together with their initial market: it standardizes supply, distribution, pricing, and opening trading rules so a launch follows known mechanics instead of ad-hoc arrangements made fresh for every project.
Zero-seed Instant LaunchWhat is Hookr’s zero-seed Instant Launch?
Hookr’s zero-seed Instant Launch opens a Uniswap v4 pool without taking seed funds or a token allocation from the creator: the fixed supply goes into one locked token-only sell position at the platform’s disclosed opening valuation, and buyers provide the quote asset as trading begins.
Continuous Clearing AuctionWhat is a Continuous Clearing Auction?
A Continuous Clearing Auction is an onchain token sale that releases supply across a fixed window and computes one clearing price per block from active bids, so accepted bidders in the same block receive the same price while demand can move later clearing blocks higher.
Onchain marketHow do I read an onchain market?
Reading an onchain market means answering four questions from chain data: what am I trading (the contract address plus its chain), what rules does its market enforce (pool, hook, and fee parameters), how deep is it (in-range liquidity relative to trade size), and what has actually happened (settled trades and receipts) — checked at a pinned block rather than taken from a dashboard’s word.