Blog
Making Sense of Prop AMMs On Solana

Making Sense of Prop AMMs On Solana

Blockchain Explained

By

Lachezar Kolev & Andrea Candela

September 15, 2025

10 Min Read

Proprietary AMMs (Prop AMMs) are a new breed of liquidity venue on Solana that differ sharply from traditional public AMMs. Instead of relying on crowdsourced liquidity and transparent bonding curves, they use private vaults, off‑chain quoting engines, and tight integration with aggregators like Jupiter to deliver lower latency, tighter spreads, and greater resistance to MEV. This article explores what they are, why they emerged, how they work (to the extend that is possible to know), and what their rise means for Solana’s market structure.

Overview of Solana Architecture

To understand Prop AMMs, one must first understand the foundational layer on which they are built: the blockchain virtual machine. A virtual machine (VM) is the runtime environment that executes smart contract code, effectively acting as the “brain” of the blockchain. On Solana, this is referred to as the Solana Virtual Machine (SVM). The design of the SVM dictates everything from transaction costs and speed to the very patterns developers use to build applications. Here’s a simplified overview.


Solana’s Architectural Foundations


Speed and Throughput

Solana was designed from the ground up to prioritize performance and throughput. While it employs a Proof-of-Stake (PoS) consensus layer, it introduces a key innovation called Proof of History (PoH). PoH is not a consensus mechanism itself but a cryptographic clock that provides a verifiable ordering of events, which Tower BFT (a PoS‑based consensus protocol) then uses to finalize blocks. This combination enables massive parallelization of transaction processing and lower coordination overhead.

  • High-Throughput: In practice, Solana has demonstrated high throughput under mainnet conditions, with tens of thousands of transactions per second possible depending on workload and network state.
  • Fast Block Times: Blocks are finalized in sub-second intervals (around 400 milliseconds), creating a near‑instant feel for users.
  • Low Transaction Costs: Fees are not just “fractions of a cent” but consist of a base fee plus compute unit (CU) charges. Developers must budget compute carefully, since AMM design often optimizes for low‑CU execution paths.

Solana's runtime design and architecture offers a fundamentally different approach to transaction processing, which in turn fosters a very different developer and user experience for complex operations.


The SVM’s Transaction Model

The SVM allows a single Solana transaction to contain multiple, independent instructions targeting different on‑chain programs. Each transaction is atomic: either all instructions succeed, or the entire transaction fails and no state changes are made.


Making On-Chain Routers Obsolete

This base-layer atomic composability shifts how arbitrage is executed. An arbitrageur on Solana does not need to deploy and call a special proxy router contract. Instead, they can construct a transaction off-chain that includes all the necessary steps of their arbitrage strategy as separate instructions.

For example, a CEX‑DEX arbitrage might involve:

  • Instruction 1: Swap SOL for USDC on a public AMM (e.g., Raydium).
  • Instruction 2: Swap that USDC for mSOL on another public AMM (e.g. Orca).
  • Instruction 3: Transfer the resulting mSOL to a different wallet.

All of these steps can be bundled into one transaction and submitted directly. This makes dedicated on‑chain routers unnecessary, since they would only add extra cost and latency.

The key bottleneck on Solana is not execution efficiency, but the off‑chain computation required to discover optimal paths across fragmented liquidity. This naturally reinforces an aggregator‑centric model: specialized services focus on off‑chain route discovery and computation, while the SVM ensures atomic, low‑latency execution on‑chain.

This architectural divergence is one of the primary drivers behind the rise of this aggregator-centric model, where specialized services focus on off-chain computation to find the best possible trade routes for users.


The Solana Market Structure

The Aggregator-Centric Market

The architectural advantages of the Solana Virtual Machine (SVM)—namely, its ability to atomically compose multiple instructions—have directly shaped its market structure. Unlike the EVM world where users often interact directly with individual DEX protocols like Uniswap, the Solana ecosystem has evolved into an aggregator-centric market.

The current Solana market structure has a few primary retail entry points, most notably Jupiter and wallets like Phantom that route through Jupiter. These serve as dominant channels for retail order flow into on-chain liquidity, though institutional and direct integrations also exist.

Analysts such as Delphi Digital and Helius estimate that Jupiter is responsible for roughly ~80% of aggregator-related fees. This number is an approximation, fluctuates over time, and should be understood as fee share rather than absolute trade volume share.

How Aggregators Work

Aggregators function as order flow coordinators and matching engines responsible for routing the user’s transaction. In Solana’s case, they not only query downstream liquidity sources but also optimize for compute unit efficiency - this is something to keep in mind since it is closely related to the rise of proprietary AMMs.

Every time a user requests a price quote from Jupiter, the meta-aggregator prompts downstream-hooked liquidity sources for current rates and, based on the responses, configures optimal routes.

Here’s a simplified scheme of Jupiter’s order flow.

Simplified scheme of Jupiter’s order flow

The process of using an aggregator like Jupiter is seamless for the user but complex behind the scenes:

  1. Quote Request: A user enters the trade they wish to make (e.g., "swap 10 SOL for USDC") into the aggregator's interface.
  2. Downstream Prompting: The aggregator's off-chain engine instantly sends out requests to multiple downstream-connected AMMs (both public and proprietary), asking for their current exchange rates for that pair.
  3. Optimal Route Calculation: The aggregator's proprietary routing engine analyzes all the quotes received and also takes into account compute unit (CU) costs and oracle freshness, not just raw price. The "optimal route" may not be a single swap on one DEX. It could be a complex path, such as swapping 60% of the SOL on Raydium and 40% on Orca, or even a multi-hop route (e.g., SOL -> mSOL -> USDC) if that yields a better final price.
  4. Transaction Composition: Once the optimal route is found, the aggregator constructs a single Solana transaction leveraging the SVM’s atomic instruction model. This transaction contains all the necessary instructions to execute the route atomically.
  5. User Execution: The user signs this single transaction, and the complex trade is executed across multiple venues in one go.

Why This Model Thrives on Solana

The aggregator model is a natural consequence of Solana's architecture. The ability to bundle the aggregator's potentially complex, multi-hop route into a single, atomic transaction is what makes the entire system feasible and highly efficient. In addition to composability, analysts such as Delphi Digital emphasize that aggregator dominance is also about minimizing MEV/LVR leakage and managing compute unit (CU) costs.

On an EVM chain, executing such a route would require a very complex and expensive custom router contract. On Solana, it is better described as a property of the SVM transaction model and fee/compute structure rather than a general “native feature” of the blockchain. This distinction matters, since it is the combination of atomic instructions and CU pricing that enables aggregators to focus on their core competency: off‑chain computation, oracle freshness, and route‑finding, without being bogged down by the complexities of on‑chain execution.

The Evolution of Liquidity Provider Models On Solana

The current state of the Solana aggregator-centric market model evolved over time, shaped initially by strong retail activity but increasingly also by institutional flows and OTC integrations.

Development of liquidity provider models on Solana


The 3 Main Liquidity and Trading Models on Solana

This leaves us with three main sources of on-chain liquidity on Solana, as supported by Helius, Delphi Digital, and other research sources:

  • Public AMMs – open, permissionless constant-product or concentrated liquidity pools (e.g. Raydium, Orca, Meteora).
  • RFQ Providers – request-for-quote models where selected market makers provide executable quotes, often integrated through Jupiter or institutional order flow channels.
  • Proprietary (Prop) AMMs – sometimes referred to as private or dark AMMs, these are order flow-protected venues such as SolFi, ZeroFi, Tessera V, HumidiFi, and Obric, inspired by dark pool mechanics but native to Solana’s architecture.

While each model has its own intricacies, the focus here is to better understand Prop AMMs: what problems they solve, how they work (to the extent that we can know), what their characteristics are, what advantages they bring, some prominent examples, and what the implications are for Solana’s market structure.

Speach Bubble IllustrationGlow Blog Banner

The Phenomenon of Prop AMMs



The Problems Prop AMMs Address

  • Overcoming computational inefficiencies of on-chain order books

Solana’s fee structure is tied to compute units (CU). Each transaction can consume up to ~1.4 million CU, and each instruction up to 200,000 CU. Updating hundreds or thousands of live quotes on an order book can therefore be prohibitively expensive in terms of CU consumption. Proprietary AMMs sidestep this by allowing market makers to update a small set of variables in their smart contract, effectively shifting entire pricing curves with far less computational overhead.

  • Beyond Concentrated Liquidity

Constant-product AMMs (x*y=k) and even concentrated-liquidity designs are limited by deterministic bonding curves. Prop AMMs instead define liquidity as a dynamic preference curve. This approach allows them to tune inventory around the oracle price, maintaining optimal balances while still achieving capital efficiency. This enables tighter spreads and reduces the risk of impermanent loss compared to passive LPs on public AMMs.

  • Reducing adverse selection and toxic flow

Traditional public AMMs expose all order flow, inviting MEV, front-running, and LVR leakage. Prop AMMs conceal execution paths and limit information leakage, making it harder for external actors to pick off quotes. The result is tighter and more stable pricing, lower latency, and deeper liquidity - all while keeping CU and fee costs manageable.


How Prop AMMs Work

Internal Vaults

Prop AMMs trade from proprietary balance sheets held in private on-chain vaults, not crowdsourced LP capital. This capital is deployed selectively, usually on liquid pairs where spreads can be kept tight (e.g. SOL to USDC). Unlike public AMMs, these vaults are actively managed by professional firms, giving them flexibility to adjust inventory in response to market conditions. Some reports suggest that vaults may also be segmented across strategies (e.g., market making vs. hedging) and integrated with off-chain risk systems, aligning them closer to TradFi desk models. The lack of external LPs also means retail users do not capture fees, but instead benefit indirectly through tighter execution and reduced slippage when routed via aggregators.


Dynamic On-Chain Execution Logic

When a user submits a trade through an aggregator like Jupiter, the aggregator embeds a cryptographically signed quote from the prop AMM. This signature authorizes the AMM’s on-chain program to execute the swap, moving funds from its internal vault to the user. This results in off-chain computation paired with minimal on-chain instructions, keeping CU costs low. In practice, these quotes are time‑sensitive and often expire within seconds to avoid stale execution. Some sources note that prop AMMs may also attach custom fee tiers or size limits, allowing them to manage risk dynamically. This design helps explain why they can consistently offer tighter spreads for larger trades compared to public AMMs.


Cheap and Frequent Oracle Updates

Prop AMMs rely on high-frequency oracle updates to stay in sync with external markets. Lightweight developer frameworks like Pinocchio make oracle updates more efficient, and, as already mentioned, Solana’s CU pricing model incentivizes minimizing the compute required for each update. This approach requires keeping these updates fresh, since stale oracles widen spreads or even halt quoting. In practice, market makers often send frequent oracle transactions with high tip-per-CU bids to Jito validators, ensuring their updates are prioritized in block production. This mechanism helps prop AMMs maintain tight spreads and reduces the risk of stale quotes undermining execution quality.

Some research suggests that if oracle freshness decays even for a few blocks, spreads widen dramatically, essentially pausing effective quoting. This highlights how oracle latency is a core bottleneck for the competitiveness of prop AMMs.

Off-Chain Quoting Infrastructure

These venues run sophisticated off-chain engines that continuously monitor centralized exchanges and public DEXs. This allows them to price in line with global markets while hiding their intent until execution. This concealment is what reduces MEV and toxic flow. In practice, the off-chain engines constantly ingest price feeds from CEXs, public AMMs, and oracles to ensure their signed quotes track global best execution. Quotes are typically short-lived (often expiring within seconds) to avoid being picked off, and may include dynamic size limits or fee adjustments to manage inventory risk.

Selective Quoting

When queried, the off-chain engine decides whether to return a quote. If it can beat public AMMs while remaining profitable, it returns a signed quote (price, size, expiry). This ensures traders only see executable quotes rather than passive, exploitable liquidity. These quotes are intentionally short-lived to minimize stale fills. They may also be size-gated or include adaptive fees, allowing the AMM to manage inventory risk dynamically. In some cases, prop AMMs can decline to quote altogether if market volatility is high or if their internal vault inventory is imbalanced, reinforcing that participation is discretionary and strategy-driven rather than passive.

Professionalized Market Makers

Prop AMMs are operated by professional trading firms, not retail LPs. Examples often cited include SolFi, ZeroFi, Tessera V, HumidiFi, and Obric. These firms bring active risk management, co-location with validators, and proprietary strategies more akin to TradFi prop desks than to DeFi liquidity mining. Their role reinforces the shift from passive, community LPing toward professionalized market making that leverages Solana’s low-latency infrastructure.

The Role of Jupiter as a Matching Engine

Jupiter sits at the center of this system. Estimates suggest ~80% of Solana’s aggregator fees route through Jupiter. Its control over retail order flow indicates that Jupiter’s dominance not only shapes liquidity routing but also serves as a gatekeeper. This could potentially lead to slow listings of new venues. Some observers note that this concentration raises questions about centralization of order flow, though in practice it also standardizes UX for retail and ensures consistent access to both public and proprietary liquidity.


Key Characteristics of Prop AMMs

The Symbiotic Relationship with Aggregators

Proprietary AMMs are fundamentally dependent on aggregators for their business model. They do not operate public-facing user interfaces and do not compete for retail attention. Their entire strategy is to integrate on the backend with aggregators like Jupiter and compete purely on price. If a prop AMM chooses not to provide a quote for a particular trade (perhaps because it's too risky or unprofitable), it faces no penalty; the aggregator will simply route the user's order to the next-best option, likely a public AMM. This allows prop AMMs to be highly selective about which trades they fill. In practice, this selective quoting aligns with their risk management strategies, and sources note that aggregators sometimes even run mini-auctions among prop AMMs to determine who provides the best quote. This reinforces how tightly coupled their survival is to aggregator infrastructure and order flow control.

Dark in Nature

Because they are not exposing how their trading logic works to anybody outside of the aggregator, proprietary AMMs resemble dark pools in TradFi. Users cannot access a public-facing interface; all interaction happens through aggregators, which makes them opaque and difficult to audit. In addition, many of these programs are upgradable, meaning their operators can change logic over time without external notice.

For these reasons, prop AMMs are intentionally difficult to reverse engineer. Analysts note that this opacity protects against toxic flow and MEV extraction, but it also raises transparency and trust concerns compared to permissionless AMMs.

Public vs. Private AMMs on Solana

To gain a firm grasp of how proprietary AMMs differ, it can be useful to compare them side by side with public AMMs.

Speach Bubble Illustration
Contact Us
Glow Blog Banner


Advantages of Prop AMMs

The MEV Resistance Advantage

A major advantage of proprietary AMMs is their inherent resistance to certain forms of Maximal Extractable Value (MEV), such as front‑running or sandwich attacks. Because the price is determined and signed off‑chain for a specific user’s transaction, it is not broadcast publicly for MEV bots to see and exploit. An MEV bot cannot simply copy the trade or front‑run it because they do not have the required signature from the AMM’s off‑chain system. This reduction in MEV leakage allows prop AMMs to offer tighter spreads and more competitive prices to users, as they do not have to price in the expected cost of being arbitraged.

More Agile

Prop AMMs can adjust quotes dynamically based on market conditions. Their off‑chain engines allow them to cancel or modify pricing in near‑real‑time, enabling them to provide the tightest price without exposing stale quotes.

Low Latency

Because execution is handled with lightweight on‑chain instructions and often co‑located infrastructure, prop AMMs achieve some of the lowest latency fills for end users. Jito bundles and validator proximity further reduce propagation delays, giving professional firms an edge in speed.

Reliable

Since quotes are firm, signed, and only live for a short expiry window, users experience less variance in their fills compared to public AMMs, where execution can be influenced by slippage or MEV activity.

No Parallel in TradFi

While inspired by dark pools, prop AMMs differ from traditional finance venues by being natively integrated with blockchain infrastructure. They combine privacy‑preserving execution with composability in DeFi, offering a hybrid model that does not have a direct equivalent in traditional markets.


Conclusion

Implications for the Solana Market Structure and DeFi

Markets are ultimately a manifestation of human incentives and behavior, not pure ideology. Proprietary AMMs demonstrate this by importing professionalized, profit‑driven market making into DeFi. In many ways they resemble on‑chain hedge funds: private capital deploying strategies through opaque infrastructure. Some argue this is a return to TradFi patterns, while others see it as a pragmatic adaptation of DeFi to meet institutional‑grade execution needs.

What seems clear is that this development opens up significant opportunities for quant trading teams to diversify revenue by operating prop AMMs on‑chain. At the same time, it raises open questions about transparency, access, and whether aggregator‑dominated order flow represents a new form of centralization within DeFi.

FAQ

What are Proprietary (Prop) AMMs on Solana and how do they differ from traditional public AMMs?

Proprietary AMMs are a new type of liquidity venue on Solana that operate differently from traditional public AMMs. Instead of relying on crowdsourced liquidity from public LPs and transparent bonding curves, Prop AMMs utilize private on-chain vaults with capital actively managed by professional trading firms. Their pricing is determined by sophisticated off-chain quoting engines rather than fixed on-chain curves.Key differences include:

  • Liquidity Source: Prop AMMs use their own internal, proprietary capital, while public AMMs rely on funds from numerous public liquidity providers.
  • Pricing Mechanism: Public AMMs use deterministic on-chain bonding curves (like constant-product or concentrated liquidity). Prop AMMs use dynamic off-chain quoting engines that continuously monitor global markets and adapt to conditions.
  • User Access: Users can interact directly with public AMMs or through aggregators. Prop AMMs are exclusively accessed through aggregators like Jupiter, and do not offer public-facing interfaces.
  • MEV Exposure: Public AMMs are prone to MEV strategies like front-running. Prop AMMs are highly resistant to MEV due to their private, off-chain quoting process.
  • Advantages: Prop AMMs offer capital efficiency, tighter spreads, and reduced MEV leakage. Public AMMs provide permissionless market creation and allow anyone to be an LP.


How does Solana's architecture facilitate the rise of Prop AMMs and an aggregator-centric market?

Solana's architecture, particularly the Solana Virtual Machine (SVM), plays a crucial role in enabling Prop AMMs and the aggregator-centric market.

  • Speed and Throughput: Solana's high throughput (tens of thousands of transactions per second) and fast block times (around 400 milliseconds) provide a low-latency environment essential for dynamic trading strategies.
  • Low Transaction Costs and Compute Units (CU): Solana's fee structure, which includes base fees plus CU charges, incentivizes developers to optimize for low-CU execution. Prop AMMs achieve this by performing most of their complex pricing off-chain and only executing minimal, lightweight instructions on-chain, thereby keeping costs down.
  • Atomic Transaction Model: The SVM allows a single transaction to contain multiple, independent instructions that target different on-chain programs, all executed atomically (either all succeed or all fail). This eliminates the need for complex and expensive on-chain router contracts common in EVM chains. Aggregators can compose complex, multi-hop trade routes across various liquidity sources (including Prop AMMs) into a single, atomic Solana transaction, making the entire process efficient for users. This architectural feature makes on-chain routers obsolete and reinforces the aggregator-centric model where off-chain computation focuses on route discovery, and the SVM handles efficient, atomic execution.


What problems do Prop AMMs aim to solve in the Solana ecosystem?

Prop AMMs address several key challenges within the Solana ecosystem:

  • Computational Inefficiencies of On-Chain Order Books: Updating numerous quotes on a traditional order book can be prohibitively expensive in terms of Solana's Compute Units (CU). Prop AMMs sidestep this by allowing market makers to update a small set of variables in their smart contracts, significantly reducing computational overhead by shifting the bulk of pricing logic off-chain.
  • Limitations of Deterministic Bonding Curves: Unlike constant-product or concentrated liquidity AMMs, Prop AMMs use dynamic "preference curves" to define liquidity. This allows them to actively tune inventory around the oracle price, maintaining optimal balances, achieving greater capital efficiency, offering tighter spreads, and reducing impermanent loss compared to passive LPs.
  • Adverse Selection and Toxic Flow: Traditional public AMMs expose all order flow, making them vulnerable to Maximal Extractable Value (MEV) attacks, front-running, and LVR (Loss-Versus-Rebalancing) leakage. Prop AMMs conceal execution paths and limit information leakage by determining prices off-chain and only revealing them as cryptographically signed quotes for specific transactions. This protection against MEV leads to tighter and more stable pricing, lower latency, and deeper liquidity.


How do Prop AMMs actually work, leveraging off-chain and on-chain components?

Prop AMMs blend sophisticated off-chain infrastructure with minimalist on-chain execution logic:

  • Internal Vaults: Instead of crowdsourced liquidity, Prop AMMs trade from proprietary capital held in private on-chain vaults, actively managed by professional firms. This allows for flexible inventory adjustment and integration with off-chain risk systems.
  • Off-Chain Quoting Infrastructure: These venues run complex off-chain engines that constantly monitor external markets (CEXs, public DEXs, oracles). They ingest price feeds to ensure their quotes align with global best execution, while keeping their intent hidden until execution.
  • Dynamic On-Chain Execution Logic: When an aggregator requests a quote, the Prop AMM's off-chain engine decides whether to offer a price. If it can beat public AMMs profitably, it returns a cryptographically signed, time-sensitive quote (price, size, expiry). The aggregator then embeds this signature into a Solana transaction. This authorizes the Prop AMM's on-chain program to execute the swap by moving funds from its vault to the user with minimal on-chain instructions, keeping CU costs low.
  • Cheap and Frequent Oracle Updates: Prop AMMs rely on high-frequency oracle updates to stay in sync with external markets. They optimize these updates for low CU consumption, often sending frequent, high-tip transactions to Jito validators to ensure prioritization and maintain fresh prices, which is critical for tight spreads.
  • Selective Quoting: Prop AMMs can selectively provide quotes based on market conditions, their inventory, and profitability. They can decline to quote during high volatility or if their vaults are imbalanced, making their participation discretionary and strategy-driven.


What is the "dark" nature of Prop AMMs and what are its implications?

Prop AMMs are considered "dark" because their trading logic and execution paths are opaque, resembling dark pools in traditional finance.

  • Opacity: Users cannot directly access their interfaces, and all interactions happen through aggregators. The internal workings, proprietary balance sheets, and pricing algorithms are not publicly visible or easily auditable.
  • Intentional Difficulty to Reverse Engineer: This opacity is deliberate, designed to protect against toxic flow and MEV extraction by preventing external actors from understanding and exploiting their strategies.
  • Upgradability: Many Prop AMM programs are upgradable, meaning their operators can change the underlying logic over time without public notice, further contributing to their opaque nature.

Implications:

  • MEV Resistance: The dark nature is a primary source of their MEV resistance, as prices are not broadcast publicly before execution.
  • Transparency and Trust Concerns: Compared to permissionless public AMMs, their lack of transparency raises questions about trust and auditability, as users cannot independently verify how trades are executed or prices are determined.
  • Professionalized Market Making: This model allows professional trading firms to deploy sophisticated, proprietary strategies on-chain, more akin to TradFi prop desks.

What are the main advantages of using Prop AMMs for traders?

For traders, Prop AMMs offer several significant advantages, primarily driven by their design:

  • MEV Resistance: They are inherently resistant to front-running and sandwich attacks because prices are determined and signed off-chain for a specific transaction, not publicly broadcast. This allows them to offer tighter spreads without needing to account for expected MEV costs.
  • Tighter Spreads and Competitive Prices: By minimizing MEV leakage and utilizing actively managed, capital-efficient vaults with dynamic pricing, Prop AMMs can consistently offer more competitive prices and tighter spreads, especially for larger trades, compared to public AMMs.
  • More Agile and Reliable Execution: Their off-chain engines allow for dynamic price adjustments in near real-time. Quotes are firm, signed, and have short expiry windows, leading to less variance and more reliable fills for users compared to public AMMs where execution can be influenced by slippage or MEV.
  • Low Latency: With lightweight on-chain instructions and often co-located infrastructure, Prop AMMs achieve very low latency fills. Techniques like Jito bundles further reduce propagation delays.


What is Jupiter's role in the Prop AMM ecosystem, and what are the implications of its dominance?

Jupiter acts as a central matching engine and the dominant retail entry point for order flow in the Solana ecosystem.

  • Order flow Coordination: Jupiter routes approximately 80% of Solana's aggregator-related fees, making it a critical intermediary between retail users and various liquidity sources, including Prop AMMs.
  • Optimal Route Calculation: When a user requests a trade, Jupiter's off-chain engine queries multiple downstream liquidity sources (public and proprietary AMMs), analyzes quotes, and optimizes for price, compute unit costs, and oracle freshness to find the best possible trade route.
  • Transaction Composition: It then constructs a single, atomic Solana transaction that bundles all necessary instructions for the complex, multi-venue trade, leveraging the SVM's capabilities.
  • Symbiotic Relationship: Prop AMMs are fundamentally dependent on aggregators like Jupiter. They do not have public-facing UIs and compete solely on price at the backend. If a Prop AMM doesn't offer the best quote, Jupiter simply routes to the next best option.

Implications of Jupiter's Dominance:

  • Centralization Concerns: Jupiter's control over a significant portion of retail order flow raises questions about centralization within DeFi, potentially acting as a gatekeeper for new venues.
  • Standardized UX: Despite centralization concerns, Jupiter standardizes the user experience for retail traders, providing consistent access to a wide range of liquidity.
  • Efficiency: Its role is crucial for the efficiency of the aggregator-centric model, making complex multi-venue trades seamless for users.



Sources

Thank you! Drop us a line.

Or just shoot us a message on Telegram

Select Contact Method
Looking for

Thank you! Your submission has been received!

Oops! Something went wrong while submitting the form.
Mail Box IllustrationCube Illustration 2