Reference/Glossary
Glossary
Every term this documentation uses, defined once. Terms that mean something specific inside NASDANK are marked as such.
A – C
| Atomic launch | The property that deploying the token, creating the pool, seeding liquidity, locking the LP and the optional dev buy all happen in one transaction and all revert together. |
| Auto-disperse (NASDANK) | A Custom launch mode where the trading fee auto-buys a reward token and a keeper pushes it to eligible holders every 24 hours. Nothing to claim. |
| Basic path (NASDANK) | The Studio's fixed-terms launch: a preset tier, supply, opening cap and fee. Not a lesser product, just fewer decisions. |
| Basket (NASDANK) | A weighted set of tokens a vault buys with the trading fee. Weights must total 100%. |
| Bonding curve | A pricing mechanism where a contract mints and prices tokens along a formula. NASDANK does not use one. Launches go straight into a real DEX pool. |
| bps | Basis points. One hundredth of a percent. 1500 bps is 15%. |
| Buyback and burn | Using fee income to buy the coin on its own market and send it to the burn address, permanently removing it from circulation. |
| Burn address | 0x…dEaD, or the zero address. Tokens sent there cannot be moved again. Not a holder — exclude it from reward denominators. |
| Cliff | In vesting, a period during which nothing is releasable. At the cliff, everything accrued since the start becomes releasable at once. |
| Concentrated liquidity | Uniswap V3's model, where a position supplies liquidity only within a chosen price range, giving far more depth per unit of capital inside it. |
| Counter order (NASDANK) | A standing order triggered by someone else's trade rather than by a price. You take the other side. |
| Custom (NASDANK) | The V4 tier. A full-range pool with a hook that charges the fee, allowing any fee from 0 to 5%. |
D – H
| DCA | Dollar-cost averaging. A ladder of n fills paced by an interval. Available on V3 coins only. |
| Dev buy | The creator's own first purchase, executed inside the launch transaction before the pool is reachable by anyone else. |
| Dividend vault (NASDANK) | A vault that buys a basket with the fee and pays holders on a timer set at launch. |
| FDV | Fully diluted valuation — price multiplied by total supply. At launch, when the whole supply is in the pool, FDV and market cap are the same figure. |
| Fee tier | The percentage a pool charges per swap. On Uniswap V3 it is chosen from an enabled set and is immutable after pool creation. |
| Graduation | The moment a bonding-curve launchpad moves a coin onto a real DEX. NASDANK has no graduation because it has no curve. |
| Hook | A Uniswap V4 contract attached to a pool that runs on swap. NASDANK's hooks take the trading fee, always denominated in the wrapped gas token. |
| Hundredths of a bip | Uniswap's fee unit. 10000 units is 1%. A percentage converts with × 10000. |
I – P
| Indexer | The service that reads chain events into a database and serves the site's charts and lists. Derived data — never authoritative about money. |
| Keeper | An off-chain process that submits transactions on a schedule: pushing rewards, filling standing orders, posting merkle roots. |
| Locker (NASDANK) | The contract that custodies a launch's LP. It has no exit path on either tier — only fee collection. |
| LP | Liquidity position, or liquidity provider depending on context. On V3 and V4 a position is an NFT. |
| Merkle root | A single hash committing to a whole set of balances. Referral earnings are posted this way; a claimant supplies a proof and the chain verifies it. |
| Minimum received | The floor on a swap's output, encoded as amountOutMinimum. If it is not in the calldata, it is decoration rather than protection. |
| Opening market cap (NASDANK) | The USD valuation a launch opens at. Converted to the gas token and divided by supply to produce the pool's initial price. |
| Pair token | The other side of a pool. Defaults to the wrapped gas token; a launch may specify any ERC-20 instead. |
| Permit2 | Uniswap's signature-based approval contract. BSC carries two deployments; read PERMIT2() from the router you are signing for. |
| Pool id | On Uniswap V4, the hash of a pool's key. There is no per-pool contract, so this is how a V4 pool is identified. |
| Portfolio vault (NASDANK) | A vault whose basket the creator owns and can withdraw. Holders are not paid from it. |
| Pre-announced address (NASDANK) | A CREATE2 launch whose token address is known before it is deployed, so it can be posted in advance. |
| Pro (NASDANK) | The V3 tier. A single-sided concentrated position with a permanent lock. |
| Protocol leg (NASDANK) | The 10–15% of every fee that goes to the treasury. Never routable. |
Q – Z
| Quoter | A read-only contract that simulates a swap to return its output. QuoterV2 for V3, V4 Quoter for V4. |
| Routing fee (NASDANK) | The 1% Ultra charges, in the wrapped gas token, on swaps made through its own interface. Separate from and additional to the pool fee. |
| Salt | The value mined so a CREATE2 deployment lands on a chosen address. Also used to place V4 hooks, whose addresses encode their permission flags. |
| Single-sided | A liquidity position that requires only one of the two tokens, because its range sits entirely on one side of the current price. |
| slot0 | The Uniswap V3 pool struct holding the current sqrtPriceX96 and tick. The correct source of a pool's price — reserves are not. |
| Splitter (NASDANK) | A contract holding fixed recipients and weights, nominated as a launch's treasury so fees divide across a team automatically. |
| sqrtPriceX96 | Uniswap's price encoding: the square root of the price, as a Q64.96 fixed-point number. |
| StateView | The read-only lens for Uniswap V4 pool state, keyed by pool id. Per-chain — one chain's address has no code on another. |
| Standing order | A signed, unsent order — limit, take profit, stop loss, DCA or counter — executed by a keeper when its trigger fires. |
| Take profit | A limit sell placed above the current market. |
| Tick | A discrete price level on Uniswap V3 and V4. Position boundaries must align to the pool's tick spacing. |
| token0 / token1 | A pool's two tokens, ordered by address. Decides whether the pool's price is your coin's price or its reciprocal. |
| Treasury | Two meanings. The protocol treasury receives the protocol leg; a creator's treasury is the address their share settles to. |
| Ultra (NASDANK) | NASDANK's own swap interface: market swaps plus limit, DCA and counter orders. |
| UniversalRouter | Uniswap's command-based router. Ultra encodes swaps as a command sequence for it. The V4 param shape differs per chain. |
| Vault (NASDANK) | A contract holding a basket bought with a coin's trading fee. Three flavours: Fee, Portfolio and Dividend. |
| Wrapped gas token | WETH on Robinhood Chain, WBNB on BNB Chain. Every fee figure is denominated in it. |