Zero Funding Rate? The New Contract Design of HyperEVM That Foreigners Are Talking About

marsbitPubblicato 2026-05-14Pubblicato ultima volta 2026-05-14

Introduzione

Jez, a prominent crypto trader, announced his new protocol PaperTrade on HyperEVM, sparking significant discussion. PaperTrade is a perpetual DEX with zero fees, no slippage, and no funding rates. The protocol's mechanism draws from the historical "bucket shop" model, where trades are settled directly against a public LP pool based on Hyperliquid's order book prices, without ever interacting with Hyperliquid's matching system. It combines perpetual contracts with P2P lending and DeFi Ponzi elements. User losses go into the LP pool, while a portion of user profits is taken as protocol fees. Crucially, the LP pool is seeded solely by user losses, not external deposits. If a user's profit exceeds the pool's balance, the profit enters an on-chain queue, to be paid out sequentially by subsequent user losses. The protocol mints its PAPER token based on user losses, with a minting rate that decays as the LP pool grows. Staking PAPER yields dividends from protocol fees and excess pool funds above a $5M cap. A key uncertainty is its deployment on HyperEVM. Since PaperTrade essentially uses Hyperliquid as a free oracle, its logic could be replicated on any high-performance chain with an external price feed, potentially offering better performance or incentives. The launch also serves as a stress test for HyperEVM's network capabilities.

Today, crypto trader Jez announced his new protocol, PaperTrade, developed on HyperEVM, sparking heated discussions in the English-speaking crypto community.

Jez is a long-term evangelist for perpetual contracts. He heavily invested in Hyperliquid early on, with his account address ranking high on the airdrop leaderboards of Lighter and Variational. This time, he has taken matters into his own hands, creating a Perp DEX with no fees, no slippage, and no funding rate.

Old-School Gambling House Exiles to the Chain

The mechanism of PaperTrade has a notorious predecessor in financial history: the bucket shops in American small towns in the 1900s. These establishments, operating under the guise of securities firms, would chalk up real-time quotes from the New York Stock Exchange behind their counters, but clients' orders never left the shop owner's drawer. Essentially, it was a gamble between the client and the shop owner. This business was outlawed by New York State legislation in 1909 and largely disappeared by the 1920s.

When users open or close a position on PaperTrade, the platform directly reads the order book price from Hyperliquid and settles directly with the public LP pool based on the difference between the opening and closing prices. No orders enter Hyperliquid's matching system during this entire process, and no real perpetual contracts are exchanged. The trading parties are always the user and the LP pool, with no third-party counterparty.

Perpetual Contracts + P2P + DeFi Ponzi

PaperTrade simultaneously borrows models from DeFi mining and P2P lending.

User losses on PaperTrade are placed directly into the protocol's LP pool, while user profits are taxed by the platform. The smaller the price fluctuation, the more profit is taken. In other words, the more users earn, the less the protocol taxes.

Unlike HLP, PaperTrade's LP pool has no team pre-deposit, no VC investment, and does not accept any form of external deposits whatsoever. Its sole source of funds is user-lost margin.

The question arises: if the LP pool only has $100, but a user makes $5,000, how does the protocol pay?

PaperTrade has brought the creditor queue from traditional P2P lending onto the chain.

This $5,000 enters a sequential on-chain queue, waiting for the next losing trade to come in and fill the gap, with payments made in order from the front of the queue. User principal is always returned immediately, only the profit portion is queued.

In theory, the LP can be "bankrupt" in stages, but every winner will eventually be paid in full, unless the losses from losers are insufficient to cover the profits the platform owes the winners.

If the story ended here, this project would be doomed to failure. Because if the LP pool runs out of money, it means winners might have to wait a long time in the queue to receive their profits, naturally losing motivation to trade. As traders leave, even losers disappear, and the money the platform owes winners becomes bad debt.

The essence of PaperTrade lies in its token, PAPER.

For every dollar a user loses, the protocol mints a certain amount of PAPER according to a curve.

When the LP balance is below $2 million, the minting ratio is fixed at 100 PAPER per $1 loss; after the LP exceeds $2 million, the rate begins to decay—the higher the LP balance, the less PAPER is minted.

X-axis: Amount of PAPER obtained per unit of loss; Y-axis: LP Balance (each grid represents 1M)

Staking PAPER yields two parts of dividends: first, the protocol's fee income; second, when the balance exceeds $5 million, all excess funds are allocated entirely to stakers.

In other words, the LP pool's scale is designed with a $5 million ceiling. Beyond this size, user losses are fully returned to PAPER holders. This forms a closed loop: "Losers get platform shares, winners take losers' money, the platform taxes winners to subsidize losers."

Therefore, a reasonable participation strategy can be summarized as: betting to lose money to mint PAPER when the LP pool's TVL is low, and staking PAPER to collect dividends when the LP pool's TVL is high.

A Stress Test for HyperEVM

In my opinion, the biggest uncertainty for PaperTrade lies in the HyperEVM on which it is deployed.

PaperTrade merely uses Hyperliquid's quotes as a free, native oracle, with all remaining logic residing in the contracts on HyperEVM.

This means any high-performance chain with similar capabilities could replicate PaperTrade's entire mechanism on its own chain, as long as it is willing to integrate an external price oracle. The replicator could even offer things HyperEVM cannot: lower gas fees, higher TPS, more generous early subsidies, more aggressive token incentives.

During the HyperEVM meme season in Q1 of last year, there was a period of slow on-chain speeds and high gas fees. The launch of PaperTrade is another test for HyperEVM.

Domande pertinenti

QWhat is the key innovation of the new protocol PaperTrade announced on HyperEVM?

AThe key innovation of PaperTrade is its design as a perpetual DEX with zero fees, zero slippage, and zero funding rates. It operates by using Hyperliquid's orderbook as a price oracle and settling trades directly against a public LP pool without actual orders entering Hyperliquid's matching system, creating a peer-to-contract model.

QWhat is the historical inspiration for PaperTrade's mechanism, and why was it considered disreputable?

APaperTrade's mechanism is inspired by the 'bucket shops' of early 1900s America. These were fraudulent operations that posted real stock exchange prices but clients were simply betting against the shop owner, with no real trades ever executed. This practice was banned and died out due to its deceptive and purely gambling-based nature.

QHow does the PaperTrade protocol handle a situation where a user's profit exceeds the current balance of the LP pool?

AWhen a user's profit exceeds the LP pool balance, the profit amount (not the principal) is placed into a sequential on-chain queue. It will be paid out in order as future user losses replenish the pool. This means winners are guaranteed payment over time, provided there are enough subsequent losers to cover the debts.

QWhat is the role of the PAPER token in the PaperTrade ecosystem?

AThe PAPER token is minted when users incur losses on the platform. The minting rate decreases as the LP pool grows. Staking PAPER entitles holders to two types of dividends: a share of the protocol's revenue from profitable trades, and all excess funds in the LP pool once it surpasses a $5 million cap, effectively distributing user losses back to token holders.

QAccording to the article, what is the main challenge or uncertainty facing PaperTrade's implementation?

AThe main uncertainty lies in its deployment on HyperEVM. Since the core logic resides on-chain and merely uses Hyperliquid for price feeds, any high-performance chain with a similar external oracle could replicate the entire mechanism. Competitors could offer lower gas fees, higher TPS, or better incentives, posing a significant challenge to PaperTrade's sustainability on HyperEVM.

Letture associate

Who Funds the Agents?

**Summary: Who Funds AI Agents?** OpenAI recently shut down a feature allowing AI agents to shop for users, highlighting the challenge of creating a secure and regulated environment for agent-driven transactions. While payment infrastructure exists, a crucial governance layer—defining spending limits, fraud detection, tax handling, and return policies—is largely missing. The potential is enormous: AI agents already processed $73M across 176M transactions last year, with McKinsey forecasting this could grow to $3-5T in global consumer commerce by 2030. The core competition isn't just about processing payments, which can be very cheap (especially with crypto-based settlement), but about controlling the rules that govern agent spending. Key players like Stripe and Coinbase are racing to dominate this governance layer. Stripe's acquisition of wallet provider Privy allows it to set spending policies, identity checks, and human-in-the-loop approvals directly at the wallet level. Similarly, Coinbase's stack, including its x402 protocol and AgentKit, embeds governance rules. This vertical integration across settlement, wallet, and governance layers is becoming the dominant strategy. Control over the governance layer is where significant future value lies. If agents handle trillions in transactions, even a small fee for managing compliance, fraud prevention, and policy enforcement could generate billions in annual revenue. The companies that successfully integrate across the payment stack will capture value from idle agent balances, transaction fees, and governance services, positioning themselves as the foundational banks of the AI agent economy.

marsbit8 min fa

Who Funds the Agents?

marsbit8 min fa

A Nation Blocks Chips, a Giant Buys a Nuclear Power Plant: Why It's Time to Seriously Consider DeAI

**Title: Great Powers Blockade Chips, Giants Buy Nuclear Plants: Why It's Time to Seriously Consider DeAI** In May 2026, the US closed loopholes for Chinese firms to acquire advanced NVIDIA chips via overseas subsidiaries. That same month, Kenya halted a $1B geothermal data center project involving Microsoft, fearing its immense energy consumption. Meanwhile, Huawei announced mass production of its Ascend AI chip. These disparate events underscore a new reality: the competition for computing power ("compute") has escalated beyond the tech industry, becoming a geopolitical and infrastructural battleground. A new era of oligopoly is forming, with control over the AI stack—from GPU chips (NVIDIA) and cloud platforms (AWS, Azure, Google Cloud) to foundational models (OpenAI, Anthropic)—concentrating in a few Western "AI Octopus" corporations. This centralization creates systemic risks: pricing power and platform lock-in for users, infrastructure fragility, and a widening "compute divide" that threatens to marginalize nations without independent AI capacity. An "AI Iron Curtain" is deepening through export controls. In response, some nations like Saudi Arabia and the UAE are investing heavily to buy compute power, aiming to transition from oil to AI economies. The EU seeks to triple its compute capacity by 2030 to reduce dependency. However, the spending gap is vast, with four US tech giants alone planning ~$750B in AI capex for 2026. The race is increasingly constrained by energy, with AI tasks consuming up to 1000x more power than web searches, pushing firms to even acquire nuclear plants. This landscape is fueling interest in Decentralized AI (DeAI). It proposes a third way: using open protocols to coordinate a global network of idle GPUs, independent developers, and data centers, creating an AI infrastructure without a single controlling entity. Leveraging blockchain and cryptographic verification, DeAI aims to break market concentration, disperse energy demands, reduce geopolitical dependencies, and enhance transparency. While still nascent in performance and stability, DeAI's core promise is not immediate superiority but providing a crucial alternative architecture to resist monopoly, censorship, and centralized power. As specialized AI hardware costs fall and open-source models flourish, the window to build this foundation is open. The very existence of such competition serves as a vital check against the inevitable abuse of concentrated power.

marsbit1 h fa

A Nation Blocks Chips, a Giant Buys a Nuclear Power Plant: Why It's Time to Seriously Consider DeAI

marsbit1 h fa

Outpoll Review: A Prediction Market Platform Built for Active Traders

Outpoll Review: A Prediction Market Platform Built for Active Traders In recent years, prediction markets have grown from a niche sector to a mainstream arena, attracting billions in trading volume and institutional capital. However, the user experience and tools for traders have not kept pace. Outpoll, a new global prediction market platform, aims to fill this gap by providing enhanced trading infrastructure for active and professional traders. Built on standard prediction market principles, Outpoll allows users to trade on the outcome of specific events. It uses fully collateralized contracts with USDC settlement, charges a competitive 0.1% fee per trade, and provides clear settlement rules upfront to minimize disputes. A key focus for Outpoll is its professional-grade trading tools. The platform supports limit and market orders, as well as take-profit and stop-loss orders for open positions—features uncommon in prediction markets. For automated trading, Outpoll offers comprehensive REST and WebSocket APIs, enabling portfolio management, price arbitrage, and integration with existing tools. The platform also features a creator-led market model, where approved experts and community leaders can create and manage markets for niche topics under platform supervision. Its integrated interface combines news feeds directly with trading functions, allowing users to monitor events and manage positions seamlessly. Outpoll launched with a native Android app (available on Google Play) and plans an iOS version later this year. In summary, Outpoll distinguishes itself with trader-focused tools, practical APIs, transparent and collateralized markets, integrated news, and an expanding creator program. For active traders, its advanced order types and API access alone make it a platform worth watching. Outpoll is now globally accessible via outpoll.com and Google Play.

marsbit1 h fa

Outpoll Review: A Prediction Market Platform Built for Active Traders

marsbit1 h fa

Trading

Spot
Futures
活动图片