Glossary
Short definitions of AI, Web3, and engineering terms.
- 51% Attack Web3
- A 51% attack occurs when a single entity gains majority control of a blockchain's consensus...
- Account Abstraction Web3
- Account abstraction lets a smart contract act as a user account with programmable auth and...
- ACID Properties Tech
- ACID properties are the four guarantees that define reliable database transactions: Atomicity,...
- Activation Function AI
- An activation function is a mathematical transformation applied to each neuron's output in a neural...
- Adapter AI
- An adapter is a small trainable block you insert into a frozen pretrained model so it can do a new...
- Agent AI
- An Agent is an AI system that perceives its environment, makes decisions, and takes actions to...
- Agentic Loop AI
- An agentic loop is the core execution pattern of AI agent systems: the repeated cycle of perceiving...
- Agentic Workflow AI
- An agentic workflow replaces a single prompt with a loop that plans, uses tools, reads results, and...
- AI Alignment AI
- AI alignment is the research field that tries to make AI systems pursue goals that match human...
- AI Safety AI
- AI safety is the practice of designing, building, testing, and running AI systems so they do what...
- Airdrop Web3
- An airdrop is a token giveaway sent to wallet addresses, usually as a reward for early users,...
- Algorithmic Bias AI
- Algorithmic bias is when an automated decision process produces systematically unfair outcomes for...
- Alignment AI
- Alignment is the problem of making an AI system pursue goals that match human values. People...
- API (Application Programming Interface) Tech
- An API is an interface that lets one program talk to another without opening its files or database....
- APY vs APR Web3
- APR, Annual Percentage Rate, and APY, Annual Percentage Yield, both describe yearly interest. APR...
- Artificial General Intelligence (AGI) AI
- Artificial General Intelligence is a system that matches or exceeds human-level performance across...
- Artificial Superintelligence (ASI) AI
- Artificial Superintelligence, ASI, is a hypothetical machine intelligence that would beat humans...
- Atomic Swap Web3
- An atomic swap is a trustless peer-to-peer exchange of coins across different chains using hash...
- Attention Head AI
- An attention head is one of multiple parallel attention mechanisms within a transformer layer, each...
- Attention Mechanism AI
- The attention mechanism is the core innovation inside transformer models that allows them to weigh...
- Attention Score AI
- An attention score quantifies how much one position in a sequence should attend to another position...
- Autoencoder AI
- An autoencoder is a neural network trained to reconstruct its input through a compressed...
- Automated Market Maker (AMM) Web3
- An automated market maker is a DEX design that prices trades with a formula and a liquidity pool,...
- Autonomous Agents AI
- An autonomous agent is an AI system that pursues a multi-step goal without waiting for a click or a...
- Backpropagation AI
- Backpropagation is the algorithm that makes deep learning possible by efficiently computing how...
- Basis Trade Web3
- Basis trade profits from the price difference between spot and futures markets, exploiting the...
- Batch Normalization AI
- Batch normalization is a technique for stabilizing and accelerating neural network training by...
- Beam Search AI
- Beam search is a decoding algorithm for language models that maintains multiple candidate sequences...
- BERT AI
- BERT (Bidirectional Encoder Representations from Transformers) is a transformer-based language...
- Blockchain Web3
- A blockchain is a distributed ledger that a network of nodes maintains together. Each block stores...
- Borrow Rate Web3
- Borrow rate is the interest rate paid to borrow assets from a DeFi lending protocol, dynamically...
- Bridge Web3
- A bridge is a protocol for moving assets between blockchains. Chains are isolated. Bitcoin cannot...
- Byte-Pair Encoding AI
- Byte-pair encoding builds a subword vocabulary by merging the most frequent adjacent pairs again...
- Caching Strategy Tech
- Caching strategies determine how data flows between cache and underlying storage, optimizing for...
- Causal Masking AI
- Causal masking blocks each position from attending to later tokens so generation can only use left...
- CDN (Content Delivery Network) Tech
- A Content Delivery Network is a group of servers spread across many locations around the world that...
- Chain-of-Thought Prompting AI
- Chain-of-thought prompting is a technique where you instruct a language model to reason step by...
- Chunking AI
- Chunking splits documents into smaller segments for embedding and retrieval in RAG systems. The...
- CI/CD Tech
- CI/CD is Continuous Integration and Continuous Deployment: test every commit, then ship every build...
- Circuit Breaker Tech
- A circuit breaker is a software design pattern that prevents cascading failures in distributed...
- Circulating Supply Web3
- Circulating supply is the number of tokens actually available to trade, excluding locked...
- CLIP AI
- CLIP is an OpenAI model that maps images and text into one embedding space using contrastive...
- Cluster Analysis AI
- Cluster analysis groups items so members of a group are more similar to each other than to members...
- Cold Storage Web3
- Cold storage means keeping private keys on a device with no internet. Remote hacks then have...
- Cold Wallet Web3
- A cold wallet is a cryptocurrency storage method where private keys are kept offline, completely...
- Collateralization Ratio Web3
- Collateralization ratio is the value of posted collateral divided by borrowed assets, as a...
- Composability Web3
- Composability in DeFi is the ability of smart contracts to call each other in one atomic...
- Computer Vision AI
- Computer vision is the AI field that interprets images and video, turning pixels into structured...
- Concentrated Liquidity Web3
- Concentrated liquidity lets providers choose a price range for their capital instead of spreading...
- Consensus Mechanism Web3
- A consensus mechanism is a protocol that lets nodes agree on blockchain state without a central...
- Consistency Hashing Tech
- Consistent hashing maps keys onto a ring of servers so adding or removing a node moves only a slice...
- Constitutional AI AI
- Constitutional AI is a training approach where an AI system evaluates its own outputs against a set...
- Containerization (Docker) Tech
- Containerization packs an app with its runtime so it starts the same on any machine that has the...
- Context Window AI
- A context window is the maximum amount of text a language model can process in a single...
- Continuous Integration / Continuous Deployment (CI/CD) Tech
- Continuous Integration / Continuous Deployment (CI/CD) automates the pipeline from writing code to...
- Contrastive Learning AI
- Contrastive learning pulls similar items together and pushes dissimilar items apart in embedding...
- Convolutional Neural Network AI
- A convolutional neural network is a neural architecture designed for processing grid-structured...
- CORS Tech
- Cross-Origin Resource Sharing (CORS) is a browser security mechanism that controls which web pages...
- Cross-Attention AI
- Cross-attention is an attention mechanism where one sequence attends to a different sequence,...
- Cross-Chain Bridge Web3
- A cross-chain bridge moves tokens, data, or messages between blockchains that cannot talk to each...
- Cross-Entropy Loss AI
- Cross-entropy loss is the standard objective function for training classification and language...
- Cryptocurrency Wallet Web3
- A cryptocurrency wallet stores the private and public keys used to send, receive, and manage assets...
- Cryptographic Hash Function Web3
- A cryptographic hash function takes an input of any size and produces a fixed-length string of...
- Data Availability Web3
- Data availability (DA) guarantees that transaction data is accessible to anyone who needs to verify...
- Data Availability Sampling (DAS) Web3
- Data Availability Sampling (DAS) is a protocol that lets nodes verify a block's data is fully...
- Database Index Tech
- A database index is a data structure that accelerates query performance by maintaining sorted...
- Database Sharding Tech
- Database sharding horizontally partitions data across multiple database instances based on a shard...
- Decentralized Autonomous Organization (DAO) Web3
- A DAO is an organization run by smart contracts and token holders instead of a CEO and a board....
- Decentralized Exchange (DEX) Web3
- A decentralized exchange, DEX, lets users trade through smart contracts without a company holding...
- Decentralized Finance (DeFi) Web3
- Decentralized finance is financial services on a blockchain without a bank, broker, or exchange in...
- Decentralized Identity (DID) Web3
- Decentralized Identity (DID) is an architectural change in how identity, credentials, and...
- Decentralized Physical Infrastructure Networks (DePIN) Web3
- Decentralized Physical Infrastructure Networks (DePIN) combine real-world hardware assets, like...
- Decentralized Sequencer Web3
- A decentralized sequencer orders transactions in a distributed ledger without relying on a single...
- Deep Learning AI
- Deep learning is a subfield of machine learning that uses neural networks with many layers to learn...
- Delegated Proof of Stake (DPoS) Web3
- Delegated Proof of Stake, DPoS, is consensus where token holders elect a small set of delegates or...
- Delta Neutral Web3
- Delta neutral means a book with no net bet on price direction, so you try to earn other yields....
- DePIN Web3
- Decentralized Physical Infrastructure Networks are blockchain projects that pay people in tokens to...
- Diffusion Model AI
- A diffusion model makes data by learning to undo noise. Training adds Gaussian noise to real...
- Digital Twin Tech
- A digital twin is a virtual replica of a physical object, process, or system that updates in real...
- Direct Preference Optimization AI
- Direct Preference Optimization fine-tunes a language model on preference pairs without training a...
- Directed Acyclic Graph (DAG) Web3
- A Directed Acyclic Graph, DAG, is a set of nodes and directed edges with no cycles. Follow edges...
- DNS (Domain Name System) Tech
- The Domain Name System maps a hostname such as google.com to an IP address such as 142.250.80.46....
- Docker Tech
- Docker packages an application and its dependencies into a container image you can run the same way...
- Document Retrieval AI
- Document retrieval finds relevant documents for a query. It is the first stage of search engines...
- Double Spend Web3
- Double spending is using the same digital token twice before the network treats the first spend as...
- Double-Spending Web3
- Double-spending is spending the same digital coin more than once. Cash changes hands. Files copy....
- Dropout AI
- Dropout is a regularization technique that randomly deactivates a fraction of neurons during each...
- Dust Attack Web3
- A dust attack is a privacy break that sends tiny amounts of crypto, dust, to many addresses, then...
- Edge AI AI
- Edge AI runs AI models on devices at the network edge, phones, industrial sensors, cameras, drones,...
- Edge Computing Tech
- Edge computing processes data near the device or user instead of sending every byte to a distant...
- Embeddings AI
- Embeddings are vector representations of text, images, or other data in high-dimensional space....
- Emission Rate Web3
- Emission rate measures the speed at which new tokens enter circulation, typically expressed as...
- Ethereum Virtual Machine (EVM) Web3
- The Ethereum Virtual Machine, EVM, is the shared computer that runs Ethereum smart contracts....
- Expert Systems AI
- An expert system is a program that copies a human specialist's decision process in one domain. It...
- Explainable AI (XAI) AI
- Explainable AI, XAI, is a set of techniques and design rules that make machine-learning decisions...
- Feature Extraction AI
- Feature extraction turns raw data into a smaller set of numbers that algorithms can use for...
- Federated Learning AI
- Federated learning trains a model on many devices without collecting the raw data in one place. The...
- Feedforward Network AI
- A feedforward network in a transformer is a two-layer net applied independently to each position...
- Few-Shot Prompting AI
- Few-shot prompting is a technique where you provide a small number of input-output examples before...
- Fine-Tuning AI
- Fine-tuning is the process of taking a pre-trained model and continuing its training on a...
- Flash Loan Web3
- A flash loan is an uncollateralized DeFi loan that must be borrowed and repaid inside one...
- Foundation Model AI
- A foundation model is a large AI model trained on broad data at massive scale that serves as the...
- Funding Rate Web3
- Funding rate is a periodic payment between long and short perpetual holders that pulls the...
- Gas Fees Web3
- Gas fees are transaction fees paid to validators for running operations on a blockchain. The name...
- Generalization AI
- Generalization is whether a model does well on new data from the same distribution as the training...
- Generative Adversarial Network AI
- A generative adversarial network trains two neural networks in competition: a generator that...
- Generative AI AI
- Generative AI is the class of machine-learning models that create new text, images, audio, video,...
- Generative Model AI
- A generative model learns the probability distribution of training data, enabling it to create new...
- Genesis Block Web3
- The genesis block is the first block of a blockchain. Every later block hashes back to it. It has...
- Git Tech
- Git is a distributed version control system that tracks changes to files over time, letting...
- Governance Token Web3
- A governance token is a digital asset that lets you vote in a DAO. Holders vote on protocol...
- Gradient Descent AI
- Gradient descent trains a neural network by moving the weights a little, again and again, in the...
- GraphQL Tech
- GraphQL is a query language for APIs where the client names the fields and the server returns that...
- Grounding AI
- Grounding in AI refers to connecting model outputs back to verifiable external reality, so claims...
- gRPC Tech
- gRPC is a high-performance, open-source remote procedure call (RPC) framework that uses Protocol...
- Hallucination AI
- Hallucination is when an AI system generates plausible-sounding but completely false information....
- Hard Fork Web3
- A hard fork is a blockchain protocol upgrade that is not backwards-compatible. Nodes running the...
- Hot Wallet Web3
- A hot wallet keeps keys on an internet-connected device so you can transact immediately. That...
- Hyperparameter AI
- A hyperparameter is a setting you choose before training. It controls learning. It is not a weight...
- Hyperparameter Tuning AI
- Hyperparameter tuning is choosing the settings that control how a machine-learning model learns,...
- Idempotency Tech
- Idempotency is the property where performing an operation multiple times produces the same result...
- Image Segmentation AI
- Image segmentation assigns a class label to every pixel, giving dense, pixel-level understanding...
- Impermanent Loss Web3
- Impermanent loss is the gap liquidity providers take when the price ratio of paired assets moves...
- Inference AI
- Inference is the process of running a trained AI model to generate predictions or outputs. It is...
- Instruction Tuning AI
- Instruction tuning fine-tunes language models on many instruction-response pairs so the model...
- Intent Web3
- An intent is a signed message expressing what a user wants to achieve without specifying exactly...
- Intent-Centric Architecture Web3
- Intent-Centric Architecture is a design approach where the user's desired outcome, called the...
- Internet of Things (IoT) Tech
- The Internet of Things (IoT) refers to a network of physical objects, sensors, appliances,...
- IPFS (InterPlanetary File System) Tech
- IPFS is a peer-to-peer protocol for storing and sharing files. HTTP is location-addressed. You ask...
- Knowledge Distillation AI
- Knowledge distillation is a model compression technique where a smaller student model learns to...
- Knowledge Graph AI
- A knowledge graph stores facts as entities connected by typed relationships. People, places,...
- Kubernetes Tech
- Kubernetes is a platform that deploys, scales, and heals containerized applications across a...
- KV Cache AI
- KV cache stores Key and Value vectors from earlier tokens during generation so they are not...
- Large Language Model (LLM) AI
- A Large Language Model is a neural network trained on massive text datasets to predict and generate...
- Latency AI
- Latency measures the time delay between initiating a request and receiving a response, a critical...
- Layer 1 Web3
- Layer 1 is the base blockchain. It provides security, consensus, and settlement finality. Bitcoin...
- Layer 2 Web3
- Layer 2 means secondary chains built on a Layer 1 such as Ethereum to raise throughput. Ethereum...
- Layer Normalization AI
- Layer normalization stabilizes training by normalizing each sample across features so mean and...
- Leverage Web3
- Leverage raises exposure above your cash. Gains and losses scale by the factor. At 10x, $100...
- Limit Order Web3
- A limit order names the exact price you will trade at. You get price control and you may not fill....
- Liquid Restaking Web3
- Liquid Restaking takes the capital efficiency of liquid staking to its logical and arguably risky...
- Liquid Staking Web3
- Liquid staking lets you stake tokens and still use a liquid stand-in. Normal staking locks the...
- Liquidation Web3
- Liquidation in DeFi is forced closure of an undercollateralized loan. The protocol sells collateral...
- Liquidity Pool Web3
- A liquidity pool is a smart contract that holds reserves of two or more tokens so people can trade...
- Liquidity Pool Volume Web3
- Liquidity pool volume is the dollar value of swaps through a pool over a period, usually 24 hours....
- Liquidity Provider Web3
- A liquidity provider, LP, deposits assets into pools or order books so others can trade. LPs earn...
- Load Balancer Tech
- A load balancer is a system that distributes incoming network traffic across multiple servers to...
- Logit AI
- Logits are the raw, unnormalized scores from a neural network's final layer, before softmax turns...
- LoRA AI
- LoRA, Low-Rank Adaptation, adds small trainable low-rank matrices to frozen weights for cheap task...
- Low-Rank Adaptation (LoRA) AI
- Low-Rank Adaptation fine-tunes large nets cheaply by training two small matrices instead of every...
- LSTM AI
- Long Short-Term Memory is a recurrent network that can keep information across a long sequence. It...
- Machine Translation AI
- Machine Translation, MT, automatically translates text or speech between languages. It moved from...
- Margin Web3
- Margin is collateral deposited to open and maintain a leveraged trading position, serving as a...
- Market Cap Web3
- Market capitalization represents the total value of a cryptocurrency, calculated by multiplying the...
- Market Order Web3
- A market order fills immediately at the best available price. Speed comes first. Price is whatever...
- Maximal Extractable Value (MEV) Web3
- Maximal Extractable Value is profit a block producer can take by choosing the order of...
- Merkle Tree Tech
- A Merkle tree is a hash tree that proves one record belongs to a large set without downloading the...
- Message Queue Tech
- A message queue is an asynchronous communication pattern where services send messages to a queue...
- MEV Burn Web3
- MEV burn is a proposed design that would destroy Maximal Extractable Value instead of paying it to...
- Microservices Tech
- Microservices is an architecture that splits an app into independent services, each owning one...
- Mining Pool Web3
- A mining pool is a group of miners who combine hash power, share work, and split block rewards....
- Mixture of Experts (MoE) AI
- Mixture of Experts is a neural network architecture where only a fraction of the model's parameters...
- Model Context Protocol (MCP) AI
- Model Context Protocol is an open standard developed by Anthropic that defines how AI models...
- Model Distillation AI
- Model distillation is a technique for creating a smaller, faster model that approximates the...
- Model Quantization AI
- Model quantization stores weights in lower precision, such as 8-bit integers instead of 32-bit...
- Modular Blockchain Web3
- A modular blockchain abandons the monolithic architecture where a single network attempts to handle...
- Monorepo Tech
- A monorepo keeps many projects, packages, or services in one version-control repository instead of...
- Multi-Agent Systems AI
- Multi-Agent Systems, MAS, are groups of autonomous software entities that share an environment and...
- Multimodal AI AI
- Multimodal AI is a category of models that process multiple data types, text, images, audio, video,...
- Named Entity Recognition AI
- Named Entity Recognition finds and classifies people, organizations, locations, dates, money, and...
- Neural Network AI
- A neural network is a computational system loosely inspired by biological neurons, consisting of...
- Non-Fungible Token (NFT) Web3
- An NFT is a unique cryptographic token that records ownership of a specific digital or physical...
- OAuth Tech
- OAuth is an authorization framework that allows third-party applications to access user resources...
- Object Detection AI
- Object detection is a computer vision task that both labels objects in an image and locates them...
- Optical Character Recognition AI
- OCR converts images of text, scans, signs, and handwriting into machine-readable characters. Older...
- Optimistic Rollup Web3
- Optimistic rollups treat transactions as valid by default and post state to Layer 1 without an...
- Oracle Web3
- An oracle is a service that brings off-chain data to smart contracts. Blockchains are closed...
- Order Book Web3
- An order book is a live list of buy and sell orders for an asset, with size at each price. Bids are...
- Overfitting AI
- Overfitting is when a model memorizes the training set instead of learning patterns that hold on...
- Parallelized EVM Web3
- A parallelized EVM runs Ethereum contract execution across CPU cores instead of one instruction at...
- Pattern Recognition AI
- Pattern recognition finds regularities in data, from faces in a crowd to models sorting spam from...
- Payment Channel Web3
- A payment channel is a Layer 2 method that lets two parties make unlimited instant payments by...
- Peer-to-Peer (P2P) Web3
- Peer-to-Peer (P2P) is a network architecture where each node acts as both client and server,...
- Perpetual Futures Web3
- Perpetual futures are derivatives that track an asset's price with no expiry. BitMEX popularized...
- Perplexity AI
- Perplexity is a metric measuring how well a language model predicts a test dataset, calculated as...
- Perplexity Trap AI
- The perplexity trap is the dangerous assumption that lower perplexity on benchmark datasets...
- Positional Encoding AI
- Positional encoding is a technique for injecting sequence position information into transformer...
- Predictive Analytics AI
- Predictive analytics turns past and present data into forecasts using statistics, data mining, and...
- Prefix Tuning AI
- Prefix tuning adapts a frozen language model by learning continuous vectors prepended to the input....
- Prompt Engineering AI
- Prompt engineering is the craft of designing inputs to AI systems to produce desired outputs. It...
- Prompt Injection AI
- Prompt injection is a security attack where malicious instructions are embedded in content that an...
- Prompt Tuning AI
- Prompt tuning learns continuous soft prompt embeddings prepended to inputs while all model weights...
- Proof of History (PoH) Web3
- Proof of History, PoH, is a cryptographic clock that orders events without nodes arguing over...
- Proof of Stake Web3
- Proof of Stake is consensus where validators propose and attest to blocks based on how much...
- Proof of Work Web3
- Proof of Work is the original blockchain consensus method, used by Bitcoin. Participants spend...
- Protocol Buffer Tech
- Protocol Buffers (protobuf) is a language-neutral, platform-neutral data serialization format...
- Protocol Revenue Web3
- Protocol revenue is the income a DeFi protocol generates from fees and services, representing...
- Public-Key Cryptography Web3
- Public-key cryptography uses two linked keys: a public key anyone can see and a private key only...
- Quantization AI
- Quantization is a model compression technique that reduces the precision of a neural network's...
- Quantum Computing Tech
- Quantum computing uses qubits and entanglement to run algorithms that do not map cleanly onto...
- Question Answering AI
- Question Answering systems answer natural language questions by extracting a span or generating a...
- Random Forest AI
- Random Forest is an ensemble that trains many decision trees and combines their predictions. Each...
- Rate Limiting Tech
- Rate limiting is controlling the number of requests a client can make to a service in a time...
- Re-ranking AI
- Re-ranking is a two-stage retrieval pattern: a fast retriever proposes candidates, then a slower,...
- Real World Assets (RWA) Web3
- Real World Assets, RWAs, are tokens that represent off-chain assets such as real estate, treasury...
- Reasoning Model AI
- A reasoning model spends time thinking before it answers. It uses an internal chain of thought to...
- Recurrent Neural Network AI
- A recurrent neural network processes sequential data by maintaining a hidden state that carries...
- Reinforcement Learning AI
- Reinforcement Learning trains an agent through actions and numeric rewards rather than a labeled...
- Reinforcement Learning from Human Feedback (RLHF) AI
- Reinforcement Learning from Human Feedback is a training technique where humans rank model outputs...
- Residual Connection AI
- A residual connection, also called a skip connection, adds a layer's input directly to its output...
- REST API Tech
- A REST API is an HTTP interface where each resource has a URL and clients act on it with standard...
- Restaking Web3
- Restaking lets ETH stakers reuse staked ETH as security for protocols beyond Ethereum. Normally,...
- Retrieval-Augmented Generation (RAG) AI
- Retrieval-Augmented Generation is a technique where an LLM queries external knowledge bases before...
- Reward Model AI
- A reward model is a neural network trained to predict human preferences, serving as the learned...
- Rollup Web3
- A rollup is a Layer 2 that executes transactions off-chain for speed and cost, then posts data or...
- Rug Pull Web3
- A rug pull is a crypto scam where the team takes the money and leaves holders with a dead token....
- SAM AI
- SAM is a Meta AI segmentation model that can mask objects from a point, box, or text prompt without...
- Scaffold AI
- A scaffold in AI prompting is a structured template that guides models through complex reasoning by...
- Scaling Law AI
- Scaling laws are empirical relationships that predict how neural network performance improves as...
- Seed Phrase Web3
- A seed phrase, also called a recovery phrase or mnemonic phrase, is a sequence of 12 or 24 randomly...
- Self-Attention AI
- Self-attention is an attention mechanism where a sequence attends to itself, allowing each position...
- Self-Sovereign Identity (SSI) Web3
- Self-sovereign identity is a model where you hold your own credentials instead of renting an...
- Semantic Similarity AI
- Semantic similarity scores how close two texts are in meaning, not just shared words, for duplicate...
- Semi-Supervised Learning AI
- Semi-supervised learning builds models from both labeled and unlabeled data. Fully supervised...
- Sentiment Analysis AI
- Sentiment analysis scores the opinion or emotional tone in text, usually as positive, negative, or...
- Sequencer Web3
- A sequencer orders and batches rollup transactions before posting them to Layer 1. It decides...
- Serverless Tech
- Serverless is a cloud model where the provider runs the machines. You write functions. They scale...
- Serverless Architecture Tech
- Serverless architecture means you deploy functions and the cloud runs them on events, billed by...
- Sharding Tech
- Sharding is a horizontal scaling technique that partitions data across multiple independent...
- Slashing Web3
- Slashing is an automatic penalty in Proof of Stake. If a validator breaks the protocol, the chain...
- Slippage Web3
- Slippage is the gap between the price you saw when you started a trade and the price you got. It is...
- Smart Contract Web3
- A smart contract is self-executing code deployed on a blockchain. It enforces an agreement when the...
- Social Recovery Web3
- Social recovery restores a wallet through trusted contacts, guardians, instead of a seed phrase....
- Soft Fork Web3
- A soft fork tightens rules in a way old software still accepts. New blocks remain valid to old...
- Softmax AI
- Softmax is a mathematical function that transforms a vector of arbitrary real numbers into a...
- Soulbound Token (SBT) Web3
- Soulbound Tokens (SBTs) are non-transferable, identity-centric digital tokens that uniquely...
- Sparse Expert AI
- A sparse expert is one specialist network inside a Mixture of Experts model. Only a few experts run...
- Spatial Computing Tech
- Spatial computing maps a room and places digital objects in that geometry so software can sit on...
- Speculative Decoding AI
- Speculative decoding lets a small draft model propose tokens that a larger target model verifies in...
- Speech Recognition AI
- Speech recognition, or ASR, converts spoken language into text for voice interfaces, transcripts,...
- SSL/TLS Tech
- SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols that...
- Stablecoin Web3
- A stablecoin is a cryptocurrency pegged to a stable asset such as the US dollar. Bitcoin moved from...
- State Channel Web3
- A state channel lets parties update state off-chain with on-chain security, settling on-chain only...
- Supervised Learning AI
- Supervised learning trains a model on labeled examples where every input has a known correct...
- Supply Rate Web3
- Supply rate is the interest lenders earn for depositing into a DeFi lending protocol. It comes from...
- Support Vector Machine (SVM) AI
- Support Vector Machine finds the widest-margin hyperplane that separates classes, for...
- Sybil Attack Web3
- A Sybil attack is when one adversary creates thousands or millions of fake identities to grab power...
- Synthetic Data AI
- Synthetic data is artificially generated data created to train, test, or evaluate AI systems, as...
- TCP/IP Tech
- TCP/IP is the protocol pair that addresses hosts, packs data into packets, routes them, and...
- Temperature AI
- Temperature is a parameter that controls how random language model output is by scaling the logits...
- Text-to-Speech AI
- Text-to-Speech, TTS, synthesizes spoken audio from written text for voice interfaces, audiobooks,...
- Throughput AI
- Throughput measures the rate at which a system processes work over time, typically expressed as...
- Time-Weighted Average Price Web3
- Time-Weighted Average Price, TWAP, is the average price of an asset over a window, weighted by how...
- Token AI
- A token is the smallest unit of text that an LLM processes. It's not a word. A word is often...
- Token Burn Web3
- Token burning permanently removes tokens by sending them to an address with no private key, a burn...
- Tokenization Web3
- Tokenization in Web3 means representing ownership of a real-world or digital asset as a token on a...
- Tokenizer AI
- A tokenizer converts raw text into a sequence of discrete tokens a language model can process,...
- Tokenomics Web3
- Tokenomics is the economic design of a cryptocurrency or token system, the rules governing how...
- Top-k Sampling AI
- Top-k sampling limits the next token to the k most probable items so rare tokens are less likely to...
- Top-p Sampling AI
- Top-p sampling, or nucleus sampling, keeps the smallest token set whose probabilities add up to at...
- Total Value Locked Web3
- Total Value Locked, TVL, is the dollar value of assets deposited in a DeFi protocol. People use it...
- Transfer Learning AI
- Transfer learning is a machine learning approach where knowledge gained from training on one task...
- Transformer AI
- The Transformer is a neural network architecture introduced in the 2017 paper "Attention Is All You...
- Transformer Architecture AI
- The Transformer, introduced in 2017, processes sequences with attention instead of recurrent...
- Utilization Rate Web3
- Utilization rate is the share of deposited assets currently borrowed. If $80 million is borrowed...
- Validator Web3
- A validator is a node that proposes and checks new blocks on a Proof of Stake chain. In Proof of...
- Value at Risk Web3
- Value at Risk, VaR, is the maximum expected loss on a portfolio over a time horizon at a stated...
- Variational Autoencoder AI
- A variational autoencoder is a generative model that learns a probabilistic latent space where...
- Vector Database AI
- A vector database is a specialized database optimized for storing and searching high-dimensional...
- Vesting Schedule Web3
- A vesting schedule releases tokens to recipients gradually over time rather than all at once,...
- Vision Transformer AI
- Vision Transformer, ViT, splits an image into patches, treats each patch as a token, and runs a...
- Vision Transformers (ViT) AI
- Vision Transformers, ViT, adapt the transformer, first built for text, to images. Instead of...
- Vocabulary AI
- In a language model, the vocabulary is the full set of tokens the model knows. Each token has an...
- Wallet Web3
- A wallet is software that stores private keys and lets you use a blockchain. The private key is the...
- Web2 Tech
- Web2 is the read-write web that took over in the early 2000s: sites as platforms and users as...
- WebAssembly (Wasm) Tech
- WebAssembly is a binary instruction format for a stack machine that runs at near-native speed in...
- Webhook Tech
- A webhook is an HTTP callback: the source POSTs to your URL when an event happens, instead of you...
- WebSocket Tech
- WebSocket is a communication protocol that provides full-duplex, persistent connections between...
- Word Embeddings AI
- Word embeddings are numeric vectors for words that place meaning and relationships in a continuous...
- Wrapped Token Web3
- A wrapped token is a cryptocurrency that stands in for another asset on a different chain, pegged...
- Yield Web3
- Yield in DeFi is the return from putting capital into protocols, usually quoted as APY, the...
- Yield Farming Web3
- Yield farming is deploying crypto across DeFi protocols to stack trading fees, interest, and token...
- Zero-Knowledge EVM (zkEVM) Web3
- A zkEVM is a zero-knowledge rollup that can prove standard Ethereum contract execution. A ZK-Rollup...
- Zero-Knowledge Proof Tech
- A zero-knowledge proof is a cryptographic method to prove knowledge of information without...
- Zero-Knowledge Proofs (ZKPs) Web3
- Zero-knowledge proofs (ZKPs) are cryptographic protocols that let one party (the prover) convince...
- Zero-Shot Learning AI
- Zero-shot learning is when an AI system performs tasks it was never explicitly trained on, using...
- ZK Rollup Web3
- ZK rollups post cryptographic validity proofs to Layer 1 that the batch is correct, so they skip...
Read definition for 51% Attack
Read definition for Account Abstraction
Read definition for ACID Properties
Read definition for Activation Function
Read definition for Adapter
Read definition for Agent
Read definition for Agentic Loop
Read definition for Agentic Workflow
Read definition for AI Alignment
Read definition for AI Safety
Read definition for Airdrop
Read definition for Algorithmic Bias
Read definition for Alignment
Read definition for API (Application Programming Interface)
Read definition for APY vs APR
Read definition for Artificial General Intelligence (AGI)
Read definition for Artificial Superintelligence (ASI)
Read definition for Atomic Swap
Read definition for Attention Head
Read definition for Attention Mechanism
Read definition for Attention Score
Read definition for Autoencoder
Read definition for Automated Market Maker (AMM)
Read definition for Autonomous Agents
Read definition for Backpropagation
Read definition for Basis Trade
Read definition for Batch Normalization
Read definition for Beam Search
Read definition for BERT
Read definition for Blockchain
Read definition for Borrow Rate
Read definition for Bridge
Read definition for Byte-Pair Encoding
Read definition for Caching Strategy
Read definition for Causal Masking
Read definition for CDN (Content Delivery Network)
Read definition for Chain-of-Thought Prompting
Read definition for Chunking
Read definition for CI/CD
Read definition for Circuit Breaker
Read definition for Circulating Supply
Read definition for CLIP
Read definition for Cluster Analysis
Read definition for Cold Storage
Read definition for Cold Wallet
Read definition for Collateralization Ratio
Read definition for Composability
Read definition for Computer Vision
Read definition for Concentrated Liquidity
Read definition for Consensus Mechanism
Read definition for Consistency Hashing
Read definition for Constitutional AI
Read definition for Containerization (Docker)
Read definition for Context Window
Read definition for Continuous Integration / Continuous Deployment (CI/CD)
Read definition for Contrastive Learning
Read definition for Convolutional Neural Network
Read definition for CORS
Read definition for Cross-Attention
Read definition for Cross-Chain Bridge
Read definition for Cross-Entropy Loss
Read definition for Cryptocurrency Wallet
Read definition for Cryptographic Hash Function
Read definition for Data Availability
Read definition for Data Availability Sampling (DAS)
Read definition for Database Index
Read definition for Database Sharding
Read definition for Decentralized Autonomous Organization (DAO)
Read definition for Decentralized Exchange (DEX)
Read definition for Decentralized Finance (DeFi)
Read definition for Decentralized Identity (DID)
Read definition for Decentralized Physical Infrastructure Networks (DePIN)
Read definition for Decentralized Sequencer
Read definition for Deep Learning
Read definition for Delegated Proof of Stake (DPoS)
Read definition for Delta Neutral
Read definition for DePIN
Read definition for Diffusion Model
Read definition for Digital Twin
Read definition for Direct Preference Optimization
Read definition for Directed Acyclic Graph (DAG)
Read definition for DNS (Domain Name System)
Read definition for Docker
Read definition for Document Retrieval
Read definition for Double Spend
Read definition for Double-Spending
Read definition for Dropout
Read definition for Dust Attack
Read definition for Edge AI
Read definition for Edge Computing
Read definition for Embeddings
Read definition for Emission Rate
Read definition for Ethereum Virtual Machine (EVM)
Read definition for Expert Systems
Read definition for Explainable AI (XAI)
Read definition for Feature Extraction
Read definition for Federated Learning
Read definition for Feedforward Network
Read definition for Few-Shot Prompting
Read definition for Fine-Tuning
Read definition for Flash Loan
Read definition for Foundation Model
Read definition for Funding Rate
Read definition for Gas Fees
Read definition for Generalization
Read definition for Generative Adversarial Network
Read definition for Generative AI
Read definition for Generative Model
Read definition for Genesis Block
Read definition for Git
Read definition for Governance Token
Read definition for Gradient Descent
Read definition for GraphQL
Read definition for Grounding
Read definition for gRPC
Read definition for Hallucination
Read definition for Hard Fork
Read definition for Hot Wallet
Read definition for Hyperparameter
Read definition for Hyperparameter Tuning
Read definition for Idempotency
Read definition for Image Segmentation
Read definition for Impermanent Loss
Read definition for Inference
Read definition for Instruction Tuning
Read definition for Intent
Read definition for Intent-Centric Architecture
Read definition for Internet of Things (IoT)
Read definition for IPFS (InterPlanetary File System)
Read definition for Knowledge Distillation
Read definition for Knowledge Graph
Read definition for Kubernetes
Read definition for KV Cache
Read definition for Large Language Model (LLM)
Read definition for Latency
Read definition for Layer 1
Read definition for Layer 2
Read definition for Layer Normalization
Read definition for Leverage
Read definition for Limit Order
Read definition for Liquid Restaking
Read definition for Liquid Staking
Read definition for Liquidation
Read definition for Liquidity Pool
Read definition for Liquidity Pool Volume
Read definition for Liquidity Provider
Read definition for Load Balancer
Read definition for Logit
Read definition for LoRA
Read definition for Low-Rank Adaptation (LoRA)
Read definition for LSTM
Read definition for Machine Translation
Read definition for Margin
Read definition for Market Cap
Read definition for Market Order
Read definition for Maximal Extractable Value (MEV)
Read definition for Merkle Tree
Read definition for Message Queue
Read definition for MEV Burn
Read definition for Microservices
Read definition for Mining Pool
Read definition for Mixture of Experts (MoE)
Read definition for Model Context Protocol (MCP)
Read definition for Model Distillation
Read definition for Model Quantization
Read definition for Modular Blockchain
Read definition for Monorepo
Read definition for Multi-Agent Systems
Read definition for Multimodal AI
Read definition for Named Entity Recognition
Read definition for Neural Network
Read definition for Non-Fungible Token (NFT)
Read definition for OAuth
Read definition for Object Detection
Read definition for Optical Character Recognition
Read definition for Optimistic Rollup
Read definition for Oracle
Read definition for Order Book
Read definition for Overfitting
Read definition for Parallelized EVM
Read definition for Pattern Recognition
Read definition for Payment Channel
Read definition for Peer-to-Peer (P2P)
Read definition for Perpetual Futures
Read definition for Perplexity
Read definition for Perplexity Trap
Read definition for Positional Encoding
Read definition for Predictive Analytics
Read definition for Prefix Tuning
Read definition for Prompt Engineering
Read definition for Prompt Injection
Read definition for Prompt Tuning
Read definition for Proof of History (PoH)
Read definition for Proof of Stake
Read definition for Proof of Work
Read definition for Protocol Buffer
Read definition for Protocol Revenue
Read definition for Public-Key Cryptography
Read definition for Quantization
Read definition for Quantum Computing
Read definition for Question Answering
Read definition for Random Forest
Read definition for Rate Limiting
Read definition for Re-ranking
Read definition for Real World Assets (RWA)
Read definition for Reasoning Model
Read definition for Recurrent Neural Network
Read definition for Reinforcement Learning
Read definition for Reinforcement Learning from Human Feedback (RLHF)
Read definition for Residual Connection
Read definition for REST API
Read definition for Restaking
Read definition for Retrieval-Augmented Generation (RAG)
Read definition for Reward Model
Read definition for Rollup
Read definition for Rug Pull
Read definition for SAM
Read definition for Scaffold
Read definition for Scaling Law
Read definition for Seed Phrase
Read definition for Self-Attention
Read definition for Self-Sovereign Identity (SSI)
Read definition for Semantic Similarity
Read definition for Semi-Supervised Learning
Read definition for Sentiment Analysis
Read definition for Sequencer
Read definition for Serverless
Read definition for Serverless Architecture
Read definition for Sharding
Read definition for Slashing
Read definition for Slippage
Read definition for Smart Contract
Read definition for Social Recovery
Read definition for Soft Fork
Read definition for Softmax
Read definition for Soulbound Token (SBT)
Read definition for Sparse Expert
Read definition for Spatial Computing
Read definition for Speculative Decoding
Read definition for Speech Recognition
Read definition for SSL/TLS
Read definition for Stablecoin
Read definition for State Channel
Read definition for Supervised Learning
Read definition for Supply Rate
Read definition for Support Vector Machine (SVM)
Read definition for Sybil Attack
Read definition for Synthetic Data
Read definition for TCP/IP
Read definition for Temperature
Read definition for Text-to-Speech
Read definition for Throughput
Read definition for Time-Weighted Average Price
Read definition for Token
Read definition for Token Burn
Read definition for Tokenization
Read definition for Tokenizer
Read definition for Tokenomics
Read definition for Top-k Sampling
Read definition for Top-p Sampling
Read definition for Total Value Locked
Read definition for Transfer Learning
Read definition for Transformer
Read definition for Transformer Architecture
Read definition for Utilization Rate
Read definition for Validator
Read definition for Value at Risk
Read definition for Variational Autoencoder
Read definition for Vector Database
Read definition for Vesting Schedule
Read definition for Vision Transformer
Read definition for Vision Transformers (ViT)
Read definition for Vocabulary
Read definition for Wallet
Read definition for Web2
Read definition for WebAssembly (Wasm)
Read definition for Webhook
Read definition for WebSocket
Read definition for Word Embeddings
Read definition for Wrapped Token
Read definition for Yield
Read definition for Yield Farming
Read definition for Zero-Knowledge EVM (zkEVM)
Read definition for Zero-Knowledge Proof
Read definition for Zero-Knowledge Proofs (ZKPs)
Read definition for Zero-Shot Learning
Read definition for ZK Rollup
Showing 287 of 287 terms