Orkid Labs

Glossary

Definitions, examples, and context for technical, industry, and niche terms used in our blog posts and articles.

Terms

TWAP (Time-Weighted Average Price)

Definition: A pricing mechanism that calculates the average price of an asset over a specific time period, weighted by the time each price was in effect.

Example: Used in decentralized oracles to provide stable price feeds that resist manipulation by averaging prices over 30 minutes.

DEX (Decentralized Exchange)

Definition: A cryptocurrency exchange that operates without a central authority, using smart contracts on a blockchain.

Example: Uniswap allows users to swap tokens directly from their wallets without intermediaries.

Tycho

Definition: A real-time liquidity indexer that provides live pool state updates for DeFi protocols.

Example: Tycho streams data on thousands of DEX pools, enabling routing algorithms to find optimal swap paths.

Intermediate Token Graph

Definition: The network of token pairs and liquidity pools that allow for multi-hop token swaps through intermediary assets.

Example: To swap USDC to DAI, the pathfinder might route through ETH: USDC → ETH → DAI.

Pathfinder

Definition: An algorithm that discovers optimal routes for token swaps across multiple pools and intermediaries.

Example: Uses graph traversal to find the cheapest path from token A to token B, considering fees and slippage.

Oracle-Managed Reference Pools

Definition: Liquidity pools whose prices are maintained by external price oracles to serve as stable reference points.

Example: A pool updated by Chainlink feeds to reflect real-world prices, used for stable swaps.

Uniswap V2/V3/V4

Definition: Versions of the Uniswap protocol, a leading DEX with different features like concentrated liquidity in V3.

Example: V3 allows liquidity providers to concentrate their assets in specific price ranges for better efficiency.

PancakeSwap V3

Definition: A DEX on Binance Smart Chain that implements V3-style concentrated liquidity.

Example: Similar to Uniswap V3 but on BSC, offering lower fees for cross-chain users.

Aerodrome Slipstreams

Definition: A DEX protocol with advanced features like slipstream routing for efficient multi-hop swaps.

Example: Optimizes gas usage by combining multiple swaps in a single transaction.

Base

Definition: An Ethereum Layer 2 scaling solution developed by Coinbase, offering low-cost transactions.

Example: Base has sub-$0.01 gas fees, making it ideal for frequent DeFi interactions.

USDbC

Definition: USD Coin deployed on the Base network, a stablecoin pegged 1:1 to the US dollar.

Example: Used for stable transactions on Base, backed by regulated reserves.

WETH

Definition: Wrapped Ethereum, an ERC-20 token representing Ethereum that can be used in DeFi protocols.

Example: Convert ETH to WETH to participate in Uniswap trades.

TVL (Total Value Locked)

Definition: The total value of assets deposited in a DeFi protocol.

Example: Uniswap's TVL exceeds $5 billion, indicating user trust and liquidity.

WebSocket

Definition: A protocol for full-duplex communication over a single TCP connection, enabling real-time data streaming.

Example: Used by exchanges to push live price updates to trading applications.

Rust

Definition: A systems programming language focused on safety, speed, and concurrency.

Example: Used to build high-performance blockchain nodes and DeFi engines.

Block

Definition: A group of transactions bundled together and added to the blockchain.

Example: Ethereum produces a new block approximately every 12 seconds.

Gas

Definition: The unit measuring computational effort required to execute operations on Ethereum.

Example: A simple transfer costs 21,000 gas units.

Slippage

Definition: The difference between expected and actual trade prices due to market volatility.

Example: Setting 1% slippage tolerance allows price changes up to 1% before the trade fails.

Tycho Router V3

Definition: The smart contract for executing optimized swaps using Tycho's routing data.

Example: Handles multi-hop swaps with atomic execution and slippage protection.

Permit2

Definition: An ERC-20 approval standard allowing gasless token approvals via signatures.

Example: Users sign once to approve unlimited transfers, reducing gas costs.

Stablecoin

Definition: A cryptocurrency designed to maintain a stable value, often pegged to fiat currencies.

Example: USDC maintains $1 value through reserve backing.

Arbitrage

Definition: The practice of exploiting price differences between markets for profit.

Example: Buying BTC on one exchange and selling on another where the price is higher.

Treasury

Definition: Funds held by an organization for operational expenses and investments.

Example: A DAO treasury funds development and grants.

DAO (Decentralized Autonomous Organization)

Definition: An organization governed by smart contracts and token holders.

Example: MakerDAO manages the DAI stablecoin through decentralized governance.

MEV (Maximal Extractable Value)

Definition: The maximum profit a miner or validator can extract by reordering transactions in a block.

Example: Front-running a large trade to profit from price impact.

DeFi (Decentralized Finance)

Definition: Financial services built on blockchain without traditional intermediaries.

Example: Lending platforms like Aave allow peer-to-peer borrowing.

Mempool

Definition: The pool of unconfirmed transactions waiting to be included in a block.

Example: High mempool congestion increases gas prices.

Sandwich Attack

Definition: An MEV strategy where a transaction is placed before and after a victim's trade to profit from price impact.

Example: Buying before a large sell order and selling after to capture the slippage.

Gas Price

Definition: The fee paid per unit of gas to execute a transaction on Ethereum.

Example: Measured in gwei, higher prices prioritize faster inclusion.

Gwei

Definition: A unit of Ethereum gas price, equal to 10^-9 ETH (one billionth of an ETH).

Example: A gas price of 20 gwei means 20 * 10^-9 ETH per gas unit.

USPTO

Definition: United States Patent and Trademark Office, responsible for issuing patents.

Example: Registers intellectual property for inventions and trademarks.

AMM (Automated Market Maker)

Definition: A pricing mechanism using on-chain liquidity reserves (e.g., $xy=k$ constant product) rather than traditional order books.

Example: Uniswap uses AMM for automatic price discovery without intermediaries.

CPMD (Car-Parrinello Molecular Dynamics)

Definition: A computational chemistry method that couples slow and fast variables; used here to synchronize slow reserve states with fast quote flow.

Example: CPMD models market dynamics like molecular motion in arbitrage detection.

EV (Expected Value)

Definition: The probability-weighted average profit of an arbitrage opportunity, adjusted for gas and adversarial risk.

Example: An EV of $10 means expected profit of $10 per trade after costs.

TPS (Transition Path Sampling)

Definition: A Monte Carlo method used to detect rare "transition paths" between a no-arbitrage state and a profitable state.

Example: TPS samples paths to find arbitrage opportunities in complex markets.

WSS (Secure WebSocket)

Definition: A bidirectional streaming protocol used for low-latency ingestion of live market quotes.

Example: WSS connects to exchange APIs for real-time data streaming.