Kyle Samani Is Back: This Time, We're Outperforming CEX in Efficiency!

marsbit發佈於 2026-03-12更新於 2026-03-12

文章摘要

Kyle Samani, former co-founder of Multicoin Capital, has returned to advocate for PropAMM, a breakthrough in market microstructure innovation on Solana. He argues that PropAMM could surpass traditional centralized exchanges (CEXs) in efficiency by hosting market maker algorithms directly on the blockchain, eliminating latency from bidirectional communication between exchanges and market makers. In CEXs, market makers co-locate servers and constantly exchange data with the exchange, leading to delays. In contrast, PropAMM runs algorithms on the same physical hardware as the Solana blockchain, allowing price updates to occur almost instantaneously within the same silicon chip. This reduces latency significantly compared to traditional systems. Currently, PropAMM already offers narrower spreads for SOL-USDC spot trading than major CEXs. Samani expects it to dominate on-chain trading this year, including spots, perpetuals, and prediction markets. Challenges remain in ensuring best execution for takers due to private algorithms and non-deterministic routing, but solutions from aggregators like Jupiter and dFlow are anticipated. Upcoming Solana upgrades—such as higher compute limits, reduced slot times, and lower network latency—will further enhance PropAMM performance, solidifying its advantage over CEXs.

Source:Kyle Samani

Compiled | Odaily Planet Daily (@OdailyChina); Translator | Azuma (@azuma_eth)

Editor's Note: The man who knows best how to promote Solana, former co-founder of Multicoin Capital Kyle Samani, who had loudly exited the crypto world not long ago, is back!

Last night, Kyle Samani posted a long Thread on his personal X account. In the post, Kyle Samani once again demonstrated his highly persuasive "promotion" (not derogatory here) rhetoric, using "efficiency"—a weak point in the decentralized narrative—as a breakthrough. He detailed how the PropAMM currently being promoted in the Solana ecosystem will catch up with or even surpass traditional centralized models in efficiency, arguing that PropAMM is one of the most important innovations in market microstructure in recent years, or even decades.

  • Related articles: 《The Man Who Knows Best How to Promote SOL Exits the Crypto World》; 《Is There More to Kyle Samani's Exit?》.

Below is the original content by Kyle Samani, compiled by Odaily Planet Daily.

PropAMM is one of the most important innovations in market microstructure in recent years, and perhaps even one of the most significant in decades.

To help everyone understand this conclusion, let's first look at how market makers (MM) quote prices on traditional centralized exchanges (CEX).

Market makers typically physically co-locate with the exchange. Each market maker runs an algorithm on a server and connects to another server running the exchange's system via a network cable of uniform length (e.g., 50 meters).

A massive stream of data is constantly sent back and forth between market makers and the exchange. Every time a market maker sends an order to the exchange—whether it's a limit order, cancellation, or market order—the exchange must broadcast this information to all other market makers; then, other market makers resend their own orders based on the new information; this cycle repeats indefinitely.

Here is a simple diagram.

Now let's look at how propAMM works on the Solana mainnet.

The beauty of propAMM on Solana is that the blockchain itself directly "hosts" the market maker algorithms. This means the system no longer needs to send billions of messages back and forth between market makers and the exchange; the market-making algorithms will run directly on the same physical machine as the exchange.

The new diagram is as follows. (Yes, only the Solana blockchain is needed!)

There has long been a common view in the cryptocurrency industry that decentralized systems must be slower (have higher latency) than centralized systems because they require communication between global nodes.

But if you think about it differently, on-chain hosted algorithms may actually have lower latency than traditional centralized exchanges in finance.

Why is that? The reason is that the latency required for propAMM to update prices only involves electrons moving within the same physical piece of silicon. For example, if the last market order causes a change in the SOL-USD price, this information is immediately visible to all propAMMs and used to price the next market order. Everything happens within the same piece of silicon; no bidirectional communication between servers is needed.

It's worth noting that propAMM does require frequent oracle updates, but this is not a problem and does not change the overall fact I described above.

The most critical point remains: when the exchange—in this case, the Solana blockchain—directly hosts the propAMM algorithms, the market makers' pricing changes in real-time within the same physical piece of silicon.

propAMM has already become the dominant mechanism for SOL-USDC spot quotes on Solana, with narrower spreads than all major CEXs. I expect this market structure to become the dominant model for on-chain trading this year, including spot, perpetual contracts (perps), and even prediction markets.

The biggest challenge for propAMM is that there is currently no way to ensure that the taker always gets the best execution, because:

  • All propAMM algorithms are not public (which is reasonable, as traditional market-making algorithms are also proprietary);
  • When routing trades between multiple propAMMs, the result is non-deterministic.

However, this problem can be solved. I expect all relevant aggregator teams to launch solutions this year, such as Jupiter and dFlow for spot, and Phoenix for contracts.

Current propAMM is still not fully optimized and is subject to various limitations of the Solana blockchain itself. This year, Solana will roll out a series of major upgrades that will significantly improve propAMM's performance, including:

  1. Higher CU (compute unit) limits per transaction and larger transaction sizes;
  2. Higher CU limits per block;
  3. Alpenglow: reducing slot time from 400ms to 100–150ms;
  4. DoubleZero: reducing global network latency;
  5. Application-controlled execution;
  6. Multiple concurrent leaders.

If propAMM on the Solana mainnet can already offer narrower quotes than all CEXs without these upgrades, imagine how powerful they will become as these upgrades are gradually implemented.

相關問答

QWhat is PropAMM and why does Kyle Samani consider it a major innovation in market microstructure?

APropAMM is a mechanism on Solana where market-making algorithms are hosted directly on the blockchain, eliminating the need for constant bidirectional communication between market makers and exchanges. Kyle Samani considers it one of the most important innovations in market microstructure in recent years, or even decades, because it significantly improves efficiency by running algorithms on the same physical hardware as the exchange, reducing latency and narrowing spreads compared to traditional CEXs.

QHow does PropAMM on Solana achieve lower latency compared to traditional centralized exchanges (CEXs)?

APropAMM achieves lower latency by hosting market-making algorithms directly on the Solana blockchain, which runs on the same physical hardware. This means price updates and order processing occur within the same silicon chip, eliminating the delay caused by network communication between separate servers in traditional CEX setups. Electronic movements within the chip are faster than inter-server data transfers.

QWhat current evidence does Kyle Samani provide to show PropAMM's effectiveness on Solana?

AKyle Samani points out that PropAMM has become the dominant mechanism for SOL-USDC spot quotes on Solana, with narrower spreads than all major centralized exchanges (CEXs). This demonstrates its superior performance in market efficiency and execution quality compared to traditional systems.

QWhat are the main challenges facing PropAMM, and how does Samani expect them to be addressed?

AThe main challenges are ensuring best execution for takers, as PropAMM algorithms are not public and routing between multiple PropAMMs is non-deterministic. Samani expects solutions to be developed by aggregator teams like Jupiter and dFlow for spot trading, and Phoenix for perpetual contracts, within the year to optimize routing and execution.

QWhat upcoming Solana upgrades does Samani mention that will further enhance PropAMM performance?

ASamani mentions several Solana upgrades: higher CU (Compute Unit) limits per transaction and larger transaction sizes, higher CU limits per block, Alpenglow (reducing slot time from 400ms to 100-150ms), DoubleZero (reducing global network latency), application-controlled execution, and multiple concurrent leaders. These will collectively boost PropAMM efficiency and performance.

你可能也喜歡

富达年中复盘:2026 年数字资产的 6 大关键趋势

富达数字资产研究团队在2026年年中复盘报告中,梳理了年初展望中提出的六大关键趋势进展,认为数字资产领域正在进行结构性“重塑”。 1. **数字资产与传统资本市场加速整合**:趋势持续且快于预期。现货比特币ETP期权未平仓合约激增,代币化领域活跃,监管框架(如SEC/CFTC指南)趋于清晰,推动数字资产进一步融入主流金融体系。 2. **代币持有者权利受关注但仍不明朗**:生态内相关机制(如回购、治理重组)的试验在继续,但市场尚未对此形成明确的“权利溢价”定价,该趋势仍处早期。 3. **人工智能算力需求可能影响比特币挖矿**:比特币算力与挖矿难度出现下降,虽部分受季节性因素影响,但增长放缓的长期趋势与AI算力竞争加剧的预测相符,矿工可能正转向更有利可图的AI数据中心业务。 4. **比特币网络处于新的转折点**:OP_RETURN数据上限放宽未导致网络滥用或臃肿。当前焦点转向网络动态,Bitcoin Knots节点占比约17%,虽引发对潜在分裂风险的讨论,但Bitcoin Core(占比77%)仍主导共识。同时,抗量子计算等长期安全升级研究获得进展。 5. **空头暂时掌控市场局面**:年初至今,受清算去杠杆、高通胀及地缘政治不确定性影响,熊市情景占上风,比特币价格下跌。但近期在地缘冲突后,比特币展现出避险属性,跑赢部分传统资产,且机构参与、监管清晰度提升等结构性利好依然存在。 6. **黄金保持强势,去美元化趋势显现**:黄金在央行购金及去美元化趋势支撑下表现强劲。有证据显示比特币开始在一些国际贸易场景(如伊朗)作为支付手段被使用,但比特币紧随黄金优异表现的情景尚未出现。 **结论**:当前数字资产市场呈现短期压力与长期结构性进展并存的局面。投资者需超越价格波动,关注机构融合、监管、基础设施等领域的实质推进,这些正为下一阶段增长积蓄力量。

marsbit4 小時前

富达年中复盘:2026 年数字资产的 6 大关键趋势

marsbit4 小時前

富达年中复盘:2026 年数字资产的 6 大关键趋势

富达数字资产在年中复盘中,梳理了其在《2026年展望》中提出的六大关键趋势的当前进展: 1. **数字资产与资本市场加速整合**:传统金融渠道对数字资产的敞口需求坚挺,现货比特币ETP期权等产品发展迅速,反映出机构和主流投资者采用率持续上升。代币化势头增强,监管框架也趋于清晰,推动数字资产进一步融入金融体系。 2. **代币持有者权利逐渐受关注**:生态内正在试验更多机制以绑定持有者利益,如基于储备的回购和治理结构更新。但相关的“权利溢价”尚未完全体现在市场定价中,趋势仍处早期。 3. **人工智能与挖矿的潜在转变**:比特币算力增长呈现放缓趋势,部分原因可能是矿工将能源和基础设施转向利润率可能更高的AI算力需求。这符合此前关于结构性转变的判断。 4. **比特币处于新的转折点**:提高OP_RETURN数据上限并未导致区块链明显膨胀或网络压力。当前焦点转向网络动态,如Bitcoin Knots节点的波动可能带来潜在分裂风险,但Bitcoin Core节点仍主导共识。同时,抗量子计算等长期安全升级的准备工作也在推进。 5. **空头暂时掌控局面**:受去杠杆、高通胀及地缘政治不确定性影响,比特币价格承压,熊市情景占上风。但在压力时期,比特币也展现出作为高流动性中立资产的韧性,且机构参与、监管清晰度提升等结构性利好依然存在。 6. **黄金保持强势**:受央行购金及全球“去美元化”趋势支撑,黄金年初表现强劲。央行需求持续,黄金已成为全球主要储备资产。然而,此前预期的比特币紧随黄金的优异表现尚未出现。 **结论**:当前数字资产市场呈现短期压力与长期结构性进展并存的局面。机构化、监管和基础设施等趋势正按预期推进,为下一阶段增长积蓄力量,投资者需关注这些底层转变而非短期价格波动。

链捕手4 小時前

富达年中复盘:2026 年数字资产的 6 大关键趋势

链捕手4 小時前

Crypto GP 的中年危机:没有 PMF,就没有 LP 的下一张支票

**Crypto GP的中年危机:没有PMF,就没有LP的下一张支票** 当前加密货币市场,有限合伙人(LP)已不再愿意为虚无的梦想买单,普通合伙人(GP)必须拿出具有产品市场契合度(PMF)的具体产品才能持续获得融资。市场环境已从“购买未来愿景”转向“购买具体产品”阶段,LP要求立即、相对确定的赚钱机会。 文章将当前加密募资产品分为三大类:一级市场(Primary)、流动性市场(Liquid)以及中心化/去中心化金融原生收益(CeFi/DeFi Native Yield)。本文上篇重点分析一级市场。 **一级市场现状与挑战:** 过去,LP投资加密VC的主要理由包括:捕捉行业增长红利、获取项目投资渠道、信赖GP的卓越判断力、看重GP的“攒局”资源整合能力,或是进行声誉投资。然而,这些理由如今已大大削弱: 1. 获取加密资产曝险的途径(如ETF、托管账户等)已非常丰富,不再依赖VC盲池基金。 2. LP自身学习能力增强,或已建立内部团队,对GP渠道的依赖降低。 3. 多数GP在上个周期未能证明其判断力优于市场。 4. 市场下行时,“攒局”与退出变得困难。 **谁能留在牌桌上?** 在当前环境下,能继续在一级市场募资的GP主要包括: 1. 管理规模足以进入捐赠基金等长期耐心资本配置范围的基金。 2. 使用自有资金投资的家族办公室、公司或高净值人士。 3. 在本周期内真正为LP创造了超额回报的少数基金。 4. 具备明确生态资源和利益置换能力的“攒局型”基金。 对于其他大多数GP而言,行业信任已然受损,需要心态归零,在细分领域重新证明自己创造超额回报的能力,或提供具体的服务价值,以此重建信任并寻求发展。

marsbit5 小時前

Crypto GP 的中年危机:没有 PMF,就没有 LP 的下一张支票

marsbit5 小時前

交易

現貨
合約
活动图片