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

marsbitPublicado em 2026-05-14Última atualização em 2026-05-14

Resumo

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.

Perguntas relacionadas

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.

Leituras Relacionadas

L2 'Recalibration': When L1 Becomes Its Own Rollup, What Is Ethereum's Endgame?

The article discusses the evolving relationship between Ethereum's Layer 1 (L1) and Layer 2 (L2) solutions, moving beyond the initial "L2 for scaling" model. As Ethereum L1 itself scales (increasing Gas Limit, statelessness, zkEVM), the unique value proposition of L2s shifts from merely providing cheap execution to offering differentiated features like application-specific optimization, privacy, and flexible governance. The piece explores three key themes: 1. **L2's New Role:** L2s are transitioning from a pure scaling technology to a spectrum of execution environments with varying degrees of security inheritance from Ethereum L1. 2. **Interoperability as State Trust:** Solving L2 fragmentation is less about cross-chain bridges and more about enabling faster, trust-minimized state verification between environments. This involves initiatives like faster L1 finality, intent-based architectures (Open Intents Framework), and native account abstraction. 3. **Blurring Layers:** With the potential integration of zk-proofs into L1 validation (making L1 akin to its own "Rollup") and the concept of "Native Rollups," the rigid boundary between L1 and L2 may fade. The future could be a unified system with multiple execution domains (for DeFi, gaming, privacy, etc.) sharing a common security, settlement, and state framework. In conclusion, Ethereum's goal is not to abandon L2s or re-centralize everything on L1, but to re-integrate the fragmented user experience—liquidity, accounts, applications—while preserving the scaling benefits of a multi-environment ecosystem. The endgame is a cohesive "one chain" feeling for users, powered by diverse but securely interconnected execution layers.

marsbitHá 23m

L2 'Recalibration': When L1 Becomes Its Own Rollup, What Is Ethereum's Endgame?

marsbitHá 23m

The Encryption Bill Clarity's Challenge: A Thorny Path of Bipartisan Compromise in the U.S.

U.S. lawmakers are attempting to advance the Clarity Act, a significant crypto market structure bill, but its path is fraught with partisan hurdles. The process has been rocky since January, when a prior bipartisan deal in the Senate Banking Committee was upended. A key compromise in May on "yield" issues allowed the bill to move forward in committee, but only with the conditional support of two Democratic senators, Angela Alsobrooks and Ruben Gallego. They emphasized that their final vote depends on reaching an agreement on ethics provisions for elected officials. Ultimately, the Senate Agriculture Committee passed its version along party lines without Democratic support. As Republicans push for a full Senate vote in July, the demand for strong ethics language has expanded beyond Democrats. Additional controversies surround provisions related to yields (aligning some Republicans with large banks) and developer protections (opposed by enforcement agencies). Core concerns about illicit finance and consumer protection remain central to the debate. Despite consensus on the need for legislation, achieving the necessary bipartisan compromise is proving difficult. While momentum exists—including recent meetings between senators and White House officials—a reconciled bill text faces skepticism. Senator Gallego has stated that without ethics terms acceptable to Democrats, they will not provide the needed votes. The immediate goals for the crypto community in Congress are unclear: a symbolic Senate vote before the August recess, eventual passage into law by 2026, or forging a final compromise framework. The arduous, vote-by-vote effort to build bipartisan support continues, mirroring the traditional legislative grind the industry must now navigate.

Foresight NewsHá 1h

The Encryption Bill Clarity's Challenge: A Thorny Path of Bipartisan Compromise in the U.S.

Foresight NewsHá 1h

Trading

Spot
活动图片