Multicoin Co-founder: PropAMM is Changing the Perception That 'Decentralization is Slower'

比推2026-03-13 tarihinde yayınlandı2026-03-13 tarihinde güncellendi

Özet

Multicoin Capital co-founder Kyle Samani argues that PropAMM (Proactive Automated Market Maker) is one of the most significant innovations in market microstructure in decades, challenging the long-held belief that decentralized systems are inherently slower than centralized ones. In traditional centralized exchanges (CEXs), market makers co-locate servers and engage in constant bidirectional communication with the exchange, leading to latency due to data transmission delays. In contrast, PropAMM on Solana runs market-making algorithms directly on the blockchain, eliminating the need for inter-server communication. Price updates occur within the same physical silicon, drastically reducing latency. PropAMM already offers narrower spreads for SOL-USDC spot trading on Solana than major CEXs. Samani predicts it will dominate on-chain trading for spots, perpetuals, and prediction markets this year. Current challenges include ensuring best execution for takers due to private algorithms and non-deterministic routing across multiple PropAMMs, but solutions from aggregators like Jupiter, dFlow, and Phoenix are expected. Upcoming Solana upgrades—such as higher compute limits, reduced slot times, and improved network latency—will further enhance PropAMM performance, solidifying its advantage over traditional systems.

Author: Kyle Samani, Multicoin Co-founder

Compiled by: Azuma, Odaily Planet Daily

Original Title: Multicoin Co-founder: Is Decentralization Always Slower Than Centralization? PropAMM is Breaking This Bias


Editor's Note: The man who knows how to hype Solana best, Multicoin Capital's former co-founder Kyle Samani, who recently made a high-profile exit from the industry, is back!

Last night, Kyle Samani published a long Thread on his personal X account. In the post, Kyle Samani once again demonstrated his highly persuasive "hype" (not meant derogatorily) rhetoric, using "efficiency"—a shortcoming in the decentralized narrative—as a breakthrough point. He detailed how Solana ecosystem's currently promoted PropAMM will catch up to 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.

Below is the original content:

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 (MMs) quote prices on traditional centralized exchanges (CEXs).

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

Market makers and exchanges constantly send large data streams back and forth. Whenever a market maker sends an order to the exchange—whether it's a limit order, cancellation, or market order—the exchange needs to 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 algorithm. This means the system no longer needs to send billions of messages back and forth between market makers and the exchange; the market-making algorithm will operate directly on the same physical machine as the exchange.

The new diagram is as follows. (That's right, 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 reframe the issue, 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 silicon chip. 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 for pricing the next market order. Everything happens within the same silicon chip; there is no longer a need for two-way communication between servers.

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

The most critical point remains that when the exchange—in this case, the Solana blockchain—directly hosts the PropAMM algorithm, the market maker's pricing changes in real-time within the same physical silicon chip.

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:

· The algorithms of all PropAMMs are not public (which is reasonable, as traditional market-making algorithms are also private);

· 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 enhance 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 their performance will become as these upgrades are gradually implemented.


Twitter:https://twitter.com/BitpushNewsCN

BitPush TG Discussion Group:https://t.me/BitPushCommunity

BitPush TG Subscription: https://t.me/bitpush

Original link:https://www.bitpush.news/articles/7619419

İlgili Sorular

QWhat is PropAMM and why is it considered a major innovation in market microstructure?

APropAMM is a mechanism on the Solana blockchain where the market maker algorithms are directly hosted on the blockchain itself. It is considered a major innovation, potentially one of the most significant in decades, because it eliminates the need for billions of messages to be sent between market makers and a centralized exchange. By running on the same physical machine as the 'exchange' (the blockchain), it can achieve lower latency and tighter spreads than traditional centralized systems.

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

APropAMM achieves lower latency because the market maker algorithms are hosted directly on the Solana blockchain. This means that price updates and order changes happen within the same physical silicon, as electrons move internally on a chip. There is no need for bidirectional communication between separate servers for market makers and the exchange, which is a requirement in the traditional co-location model of CEXs.

QWhat is the current dominant application of PropAMM on Solana and what are its future expected use cases?

ACurrently, PropAMM is the dominant mechanism for SOL-USDC spot quotes on Solana, offering narrower spreads than major CEXs. It is expected to become the dominant model for on-chain trading this year, expanding into spots, perpetual contracts (perps), and even prediction markets.

QWhat is the main challenge currently facing PropAMM, and what are the proposed solutions?

AThe main challenge is ensuring that a taker (the party taking liquidity) gets the best possible trade execution. This is difficult because the PropAMM algorithms are not public (which is standard for proprietary trading algorithms) and because routing trades across multiple PropAMMs is non-deterministic. Solutions are expected from aggregation teams like Jupiter and dFlow for spot trading, and Phoenix for contracts.

QWhat upcoming Solana upgrades are expected to significantly improve PropAMM performance?

ASeveral major Solana upgrades are expected to boost PropAMM performance: 1. Higher CU (Compute Unit) limits per transaction and larger transaction sizes. 2. A higher CU limit per block. 3. Alpenglow, which will reduce slot time from 400ms to 100-150ms. 4. DoubleZero, which will reduce global network latency. 5. Application-controlled execution. 6. Multiple concurrent leaders.

İlgili Okumalar

Agents Take Over Traffic Distribution Power: What Are Tencent, ByteDance, and Alibaba Competing For?

In the race to dominate the AI era's entry point, China's tech giants—Tencent, ByteDance, and Alibaba—are aggressively deploying AI Agents to control the future of traffic distribution. Alibaba is pursuing a dual-track "closed loop + openness" strategy. Its Qianwen app is evolving into a super-Agent integrated across its ecosystem (Taobao, Alipay, etc.) to handle complex tasks like travel planning. Concurrently, it is opening its platform to external brands (Luckin Coffee, KFC) and has launched a B2B Agent platform, "Wukong," targeting enterprise automation. Its other flagship, Quark, aims to be an "AI super search box" for information and tasks. ByteDance is executing an omnipresent "sprawl strategy." Its Doubao app boasts over 300 million monthly active users and is evolving into a default AI entry point for daily life, with plans for paid versions and e-commerce integration. Its core weapon is the Kouzi platform, a visual "AI assembly factory" for developers to build custom Agents. ByteDance is also pushing hardware integration, collaborating on AI phones and developing smart glasses to embed Doubao everywhere. Tencent is playing its long-held "ultimate card" by quietly embedding an AI Agent directly into WeChat. This Agent, accessible via a swipe, can understand user commands and automatically execute tasks by calling upon WeChat's millions of mini-programs (e.g., finding and ordering coffee). This leverages WeChat's unparalleled 1.4-billion-user ecosystem to position the app as an AI-powered "service operating system," a move that could dramatically reshape the competitive landscape. The core battleground is shifting from competing for "user screen time" to competing to be the "default execution layer" for user intent. The business model is evolving from an "attention economy" to an "intent economy," where the Agent that can most efficiently fulfill a user's need gains control over service access and token flow. This represents a fundamental change in how users connect with digital services, making the fight for the Agent入口 (entry point) a pivotal moment for redefining industry leadership in the AI age.

marsbit10 dk önce

Agents Take Over Traffic Distribution Power: What Are Tencent, ByteDance, and Alibaba Competing For?

marsbit10 dk önce

From Banning Doubao to Embracing Honor: Why Did WeChat Suddenly 'Change Its Face'?

The article explores the sudden shift in WeChat's strategy towards AI assistants from mobile phone manufacturers, transitioning from strict opposition to active collaboration. For over a year, WeChat fiercely resisted attempts by phone AI assistants (like ByteDance's Doubao in late 2025) to control its features via GUI automation ("simulated clicking"), citing security and data control concerns. This stance created a significant barrier for system-level AI integration. Now, Tencent has initiated A2A (Agent-to-Agent) partnerships with major phone brands like Honor, Xiaomi, OPPO, and vivo. This model allows a phone's system AI (e.g., Honor's YOYO) to parse a user's voice command and send a structured request directly to WeChat's own internal AI agent via secure APIs. WeChat then executes the action (e.g., sending a message) and returns the result. The article attributes Tencent's "change of face" to strategic pressure. While leading in social app usage, Tencent trails rivals like ByteDance and Alibaba in standalone AI app popularity. WeChat, with its vast mini-program ecosystem, is Tencent's key asset for an AI comeback. The upcoming WeChat AI agent aims to handle tasks like booking and payments within the app. However, phone system assistants remain the primary AI entry point for most users. The A2A collaboration allows Tencent to extend WeChat's AI reach to this crucial system layer while maintaining control over its core functions and data. For phone manufacturers, embracing A2A is a pragmatic move. The GUI route proved unviable due to WeChat's blocks. A2A offers a compliant path to integrate a vital service, enhancing their AI assistants' usefulness. It allows them to focus on developing their own AI ecosystems for other services while cooperating on WeChat access. The collaboration is framed as a mutual, strategic necessity: Tencent gains a distribution channel, and manufacturers gain a key functionality. The partnership relies on a "dual authorization" mechanism for security, requiring both user and app consent for each action. While questions about long-term data privacy practices remain, experts note A2A is more secure and compliant than GUI automation. Ultimately, this cooperation is seen as a tentative, calculated truce. Tencent's long-term goal is to make WeChat an AI-powered "service OS." Phone manufacturers aim to make their system AI the central user interface. Their paths may converge or clash in the future, but for now, the A2A deal represents the opening chapter in the battle for the AI-era user入口, driven by necessity and strategic calculus on both sides.

marsbit1 saat önce

From Banning Doubao to Embracing Honor: Why Did WeChat Suddenly 'Change Its Face'?

marsbit1 saat önce

On-Chain Figures on the Eve of Kickoff: 1.6 Billion Traded Before the World Cup Even Begins

"On-Chain Numbers on the Eve of the World Cup: $1.6 Billion Traded Before Kick-off" Analysis of on-chain markets before the 2026 FIFA World Cup reveals significant crypto integration into football. The most striking figure is the approximately **$1.6 billion** in total trading volume on the single "World Cup Winner" contract on the Polymarket prediction market platform, accumulated before a single match was played. This represents explosive growth for a sector whose annual volume surged from ~$16B in 2024 to ~$64B in 2025. The ecosystem is maturing beyond speculation. Key developments include: 1) **Infrastructure upgrades** like Polymarket's migration to native, regulated USDC stablecoin for settlements; 2) **Reliable data oracles**, such as Chainlink, being used to resolve real-world match outcomes on-chain; and 3) **Official recognition**, with FIFA appointing its first-ever "Prediction Markets" partner. Over 100 contracts now cover everything from the outright winner to individual match results and even non-sporting risks like venue relocation. This evolution marks a fundamental shift. While crypto firms are absent from FIFA's top-tier sponsor list, the technology has deeply penetrated the tournament's financial and predictive infrastructure through regulated stablecoin settlements, decentralized oracles, and new official partnership categories. The regulatory landscape remains complex and varies by jurisdiction, but on-chain markets for the World Cup are already a multi-billion-dollar reality.

marsbit2 saat önce

On-Chain Figures on the Eve of Kickoff: 1.6 Billion Traded Before the World Cup Even Begins

marsbit2 saat önce

İşlemler

Spot
Futures
活动图片