DeFi

Arbitrage

The practice of profiting from price differences for the same asset across different markets. On Solana, arbitrage bots exploit price discrepancies between DEXs (e.g., SOL/USDC on Orca vs Raydium) or between spot and perpetual prices. Arbitrage is often executed via Jito bundles for guaranteed atomic execution and front-running protection.

IDarbitrage

Plain meaning

Start with the shortest useful explanation before going deeper.

The practice of profiting from price differences for the same asset across different markets. On Solana, arbitrage bots exploit price discrepancies between DEXs (e.g., SOL/USDC on Orca vs Raydium) or between spot and perpetual prices. Arbitrage is often executed via Jito bundles for guaranteed atomic execution and front-running protection.

Mental model

Use the quick analogy first so the term is easier to reason about when you meet it in code, docs, or prompts.

Think of it as a market mechanic used to price, route, or move capital through liquidity apps.

Technical context

Place the term inside its Solana layer so the definition is easier to reason about.

AMMs, routing, liquidity, lending, and trading infrastructure.

Why builders care

Turn the term from vocabulary into something operational for product and engineering work.

This term unlocks adjacent concepts quickly, so it works best when you treat it as a junction instead of an isolated definition.

AI handoff

AI handoff

Use this compact block when you want to give an agent or assistant grounded context without dumping the entire page.

Arbitrage (arbitrage)
Category: DeFi
Definition: The practice of profiting from price differences for the same asset across different markets. On Solana, arbitrage bots exploit price discrepancies between DEXs (e.g., SOL/USDC on Orca vs Raydium) or between spot and perpetual prices. Arbitrage is often executed via Jito bundles for guaranteed atomic execution and front-running protection.
Related: MEV (Maximal Extractable Value), Flash Loan, DEX Aggregator
Glossary Copilot

Ask grounded Solana questions without leaving the glossary.

Use glossary context, relationships, mental models, and builder paths to get structured answers instead of generic chat output.

Explain this code

Optional: paste Anchor, Solana, or Rust code so the Copilot can map primitives back to glossary terms.

Ask a glossary-grounded question

Ask a glossary-grounded question

The Copilot will answer using the current term, related concepts, mental models, and the surrounding glossary graph.

Concept graph

See the term as part of a network, not a dead-end definition.

These branches show which concepts this term touches directly and what sits one layer beyond them.

Branch

MEV (Maximal Extractable Value)

The profit a block producer (leader) or sophisticated trader can extract by controlling the ordering, inclusion, or exclusion of transactions within a block — including strategies like front-running, back-running, sandwich attacks, and arbitrage. On Solana, MEV dynamics differ from Ethereum because there is no public mempool; transactions are forwarded directly to the current leader, making latency and validator relationships central to MEV capture. The Jito infrastructure provides the dominant MEV marketplace on Solana through bundles and tips.

Branch

Flash Loan

An uncollateralized loan that must be borrowed and repaid within the same transaction. If the loan isn't repaid by transaction end, the entire transaction reverts atomically. Flash loans enable arbitrage, collateral swaps, and self-liquidation with zero capital. On Solana, Solend and MarginFi offer flash loans; they're also used in sandwich attacks.

Branch

DEX Aggregator

A protocol that splits and routes token swaps across multiple DEXs to find the best execution price. The aggregator's routing algorithm considers pool depths, fees, and multi-hop paths (e.g., SOL→USDC→TARGET). Jupiter is the primary aggregator on Solana; others include Prism and DFlow. Aggregators are critical for large trades to minimize price impact.

Next concepts to explore

Keep the learning chain moving instead of stopping at one definition.

These are the next concepts worth opening if you want this term to make more sense inside a real Solana workflow.

Network

MEV (Maximal Extractable Value)

The profit a block producer (leader) or sophisticated trader can extract by controlling the ordering, inclusion, or exclusion of transactions within a block — including strategies like front-running, back-running, sandwich attacks, and arbitrage. On Solana, MEV dynamics differ from Ethereum because there is no public mempool; transactions are forwarded directly to the current leader, making latency and validator relationships central to MEV capture. The Jito infrastructure provides the dominant MEV marketplace on Solana through bundles and tips.

DeFi

Flash Loan

An uncollateralized loan that must be borrowed and repaid within the same transaction. If the loan isn't repaid by transaction end, the entire transaction reverts atomically. Flash loans enable arbitrage, collateral swaps, and self-liquidation with zero capital. On Solana, Solend and MarginFi offer flash loans; they're also used in sandwich attacks.

DeFi

DEX Aggregator

A protocol that splits and routes token swaps across multiple DEXs to find the best execution price. The aggregator's routing algorithm considers pool depths, fees, and multi-hop paths (e.g., SOL→USDC→TARGET). Jupiter is the primary aggregator on Solana; others include Prism and DFlow. Aggregators are critical for large trades to minimize price impact.

DeFi

Asset Tokenization

Process of issuing a blockchain token representing a claim on an off-chain asset. Involves legal structure (SPV/trust), custodian appointment, and minting redeemable tokens. Token-2022 extensions provide the programmable compliance layer institutional tokenization requires.

Related terms

Follow the concepts that give this term its actual context.

Glossary entries become useful when they are connected. These links are the shortest path to adjacent ideas.

Networkmev

MEV (Maximal Extractable Value)

The profit a block producer (leader) or sophisticated trader can extract by controlling the ordering, inclusion, or exclusion of transactions within a block — including strategies like front-running, back-running, sandwich attacks, and arbitrage. On Solana, MEV dynamics differ from Ethereum because there is no public mempool; transactions are forwarded directly to the current leader, making latency and validator relationships central to MEV capture. The Jito infrastructure provides the dominant MEV marketplace on Solana through bundles and tips.

DeFiflash-loan

Flash Loan

An uncollateralized loan that must be borrowed and repaid within the same transaction. If the loan isn't repaid by transaction end, the entire transaction reverts atomically. Flash loans enable arbitrage, collateral swaps, and self-liquidation with zero capital. On Solana, Solend and MarginFi offer flash loans; they're also used in sandwich attacks.

DeFidex-aggregator

DEX Aggregator

A protocol that splits and routes token swaps across multiple DEXs to find the best execution price. The aggregator's routing algorithm considers pool depths, fees, and multi-hop paths (e.g., SOL→USDC→TARGET). Jupiter is the primary aggregator on Solana; others include Prism and DFlow. Aggregators are critical for large trades to minimize price impact.

More in category

Stay in the same layer and keep building context.

These entries live beside the current term and help the page feel like part of a larger knowledge graph instead of a dead end.

DeFi

AMM (Automated Market Maker)

A protocol that enables token swaps using algorithmic pricing against pooled liquidity instead of matching individual buyers and sellers. AMMs use mathematical formulas (typically constant product x*y=k) to determine prices based on the ratio of tokens in a liquidity pool. On Solana, major AMMs include Raydium, Orca, and Meteora.

DeFi

CLMM (Concentrated Liquidity Market Maker)

An AMM design where liquidity providers concentrate their capital within specific price ranges instead of across the full 0-to-infinity range. CLMMs dramatically improve capital efficiency—LPs earn more fees per dollar deposited within their active range. If the price moves outside the range, the position becomes inactive. Orca Whirlpools and Raydium CLMM are leading implementations on Solana.

DeFi

Liquidity Pool

A smart-contract-held reserve of two or more tokens that enables trading via an AMM. Users deposit token pairs in specified ratios to become liquidity providers and earn trading fees. Pools are identified by their token pair and fee tier. Pool depth (total value locked) determines price impact for trades.

DeFi

LP Token

A token issued to liquidity providers representing their proportional share of a pool's reserves and accrued fees. LP tokens can be burned to withdraw the underlying assets. The value of LP tokens changes as the pool's token ratios shift and fees accumulate. LP tokens are often stakeable in yield farming programs for additional rewards.