Understanding $UORE in One Article: The V4 Hook Project That Packs Mining, Lottery, and NFTs into a Single Transaction

marsbitPubblicato 2026-05-08Pubblicato ultima volta 2026-05-08

Introduzione

The article discusses the emergence of a new Ethereum project, $UORE, which leverages Uniswap V4's "Hook" mechanism to combine multiple DeFi and NFT functions into a single transaction. $UORE integrates on-chain mining, a lottery system, and generative pixel NFTs (called Orelings) directly into its Uniswap V4 liquidity pool. Each whole UORE token held automatically generates an Oreling NFT, with its rarity and a random "Hash" value determining its "Mining Power" for staking rewards. A daily token emission, subject to a 1% decay, is distributed to stakers. The project also includes a "Motherlode" lottery triggered by purchases and a deflationary mechanism with buy/sell taxes funding automatic buybacks and burns. The project is a fork of the earlier uPEG V4 Hook project, incorporating ideas from Solana's ORE. However, it faces challenges including high transaction gas fees (2-3x a normal swap due to multiple contract actions), significant complexity for users, and a potentially narrowing attention window as it is the fourth project in a trending but possibly cooling V4 Hook narrative. The founder's message, "Read the contracts and understand the mechanics before deploying capital," underscores its experimental and high-risk nature.

Curry, Shenchao TechFlow

Still FOMOing over Slonk, the hot Ethereum on-chain project from yesterday? Actually, a new narrative has arrived:

V4 Hook.

Over the past two weeks, Uniswap V4's Hook mechanism suddenly caught fire. SATO used Hooks to create an on-chain bonding curve, pushing its market cap to $40 million. uPEG rode the viral story of an unused Uniswap name draft to over $30 million in two weeks. Slonks crammed an AI model into a smart contract to mimic CryptoPunks, achieving 586 ETH in trading volume six days after launch.

Although these three projects have different playstyles, they all leverage Uniswap's V4 mechanism.

Now the fourth one is here.

The new project is called $UORE, launched just yesterday. In one sentence, what it does is: Packaging on-chain mining, token-buying lottery, pixel NFT auto-generation, and a deflationary burn mechanism all into a single Uniswap V4 trading pool.

Because when you buy tokens in this pool, the contract will execute the aforementioned six things in the background simultaneously, the gas fee for one transaction is two to three times that of a regular swap...

Currently, if you open CT, you'll see everyone complaining about this high gas.

Regarding the token, according to GMGN data at the time of writing, $UORE reached a market cap of $1.2 million within hours of launch, then quickly dropped to $440k. The pool liquidity is only $64k, but the 24-hour trading volume is $1.2 million, meaning the money in the pool has turned over nearly twenty times.

However, there are only 741 holders, with a total supply of less than ten thousand tokens.

Currently, the risk appears extremely high. After some preliminary research, I personally think it's the most complex mechanism-wise among the V4 Hook ecosystem projects (the recent wave of new on-chain plays tends to make their mechanisms hard to understand...).

It is simultaneously a token, an NFT collection, a staking mine, and a lottery system. Moreover, these four things aren't independent; they are welded together.

Four-in-One Mine

For most NFT projects, the token and the NFT are separate things, bought and sold separately.

UORE is different. Its NFT is called Oreling, a 32×32 pixel miner character, embedded directly within the token. For every whole integer UORE token you hold in your wallet, you automatically have one corresponding Oreling.

The contract mints it for you when you buy tokens, burns it when you sell, and the Oreling moves with the token when transferred. You cannot buy an Oreling separately, nor can you detach it from UORE.

The traits of each Oreling are determined by the hash of the next block at the moment of minting. This means you don't know what kind of character you'll get when buying, not even the validators can see the result beforehand.

The differences between these characters aren't just about looks.

Each Oreling has a Class (rarity) and a Hash (a random number from 1 to 100). Multiplying the two gives its Mining Power.

The most common Mortal makes up 60% with a 1x multiplier; the rarest God has only a 1% chance with a 5x multiplier. If you're lucky and mint a God with Hash 100, its power is 500, over ten times that of a common miner.

What's the use of mining power? Classic play: staking.

Stake your Oreling into the mine pool, and you start receiving a share of the daily UORE release proportional to your mining power. According to the project's whitepaper, 1000 UORE are released on the first day, then decaying by 1% daily, with a half-life of roughly 69 days. 80% of the release goes to stakers, 20% goes into the Motherlode prize pool.

This decay rate means 97% of the total emissions will be released within a year. The earlier you enter the mining game, the bigger your share of the pie.

There's a noteworthy design when claiming rewards: a 10% "refining tax" is deducted and redistributed to all stakers who haven't claimed yet. The whitepaper calls this the refined-ore boost.

In plain terms, those who claim later eat more of the taxes paid by others. People in a hurry to withdraw are subsidizing the patient ones.

Then there's the Motherlode, which translates to "lode prize".

Every time you buy UORE worth ≥ 0.1 ETH through the official channel, you automatically get a lottery ticket. The winning probability is linked to the purchase amount: 0.1 ETH gives about a 1/600 chance, 0.5 ETH about 1/200, and 1 ETH caps at 1/100. Buying over 1 ETH doesn't increase the probability further, preventing whales from farming chances.

If you win, the prize pool is split in half: 50% goes directly to the buyer, and 50% is randomly distributed to one staker (weighted by mining power). As of writing, there have only been 4 wins historically, with the largest prize being 6.4 UORE.

Finally, the deflationary flywheel.

Buying incurs a 1% tax directly burned, selling incurs a 1% tax sent to a buyback treasury. When the treasury accumulates 0.1 ETH, anyone can trigger an automatic buyback, and the bought-back UORE are all burned. As of writing, 58 buybacks have been executed, cumulatively burning 358 UORE.

Looking at the entire design, it's a minor innovation in token-NFT play, an old trick for creating scarcity, yet another Ponzi in economic model design.

The Project's Code is Forked, Its Playstyle is Frankensteined

UORE wasn't written from scratch.

People in the community looked at the source code and found a folder named `reference/unipeg-hook-source/`. The founder, Noah, didn't hide it either. He directly stated on Twitter that UORE's contracts are forked from uPEG, and that he fixed two known issues with uPEG: duplicate NFT generation and flash loan attacks for farming rarity.

A quick look at this founder's profile shows a bio: "Ethereum dev & BAYC holder". On May 2nd, he tweeted his first post about UORE, saying the project combines the mining concept from Solana's ORE with the V4 Hook architecture of uPEG.

He also proactively @ mentioned Unicurvefun and Openpeg, asking if they could support Orelings trading once their markets go live.

From this public information, UORE's lineage is clear:

Solana ORE provided the "on-chain mining + lottery" gameplay template, uPEG provided the V4 Hook code skeleton, and Noah made improvements and assembled on top of these two.

Forking itself isn't the issue. I think the current problems are:

  1. Gas. There are reports on CT that each UORE transaction requires the Hook to execute six steps, consuming two to three times the gas of a normal swap. Swapping back and forth might leave little to no profit.
  2. Time window. The V4 Hook narrative was affected by uPEG's price drop, and subsequent projects will likely have lower ceilings. UORE is the fourth project in this wave of Hook hype, with the heat from the first three already cooling. The attention window for this sector waits for no one.
  3. Complexity. UORE is probably the most mechanically dense among these four projects. For an average user to understand the whole set of rules—Oreling rarity, mining power calculation, staking decay, refining tax, Motherlode probability, buyback trigger conditions—the barrier is high, and the official website is cryptic.

And the project's whitepaper is also interesting:
Read the contracts and understand the mechanics before deploying capital.

Translated into Chinese, this roughly means "Understand it first, don't blame me if you don't."

Combining insights from previous Hook projects, we can see this wave of on-chain trends features complex mechanism designs + massive information asymmetry. They have alpha potential, but the shelf life of that alpha is getting shorter.

SATO gave you a week, uPEG gave you a few days, and by the time it's UORE's turn, the time you have to understand the rules might be down to just a few hours...

By the time you understand it, the market move might be over.

Domande pertinenti

QWhat is the core innovation or 'hook' of the $UORE project on Uniswap V4?

AThe $UORE project packages multiple mechanics into a single Uniswap V4 pool transaction. With one buy or sell, the contract simultaneously handles token swapping, NFT (Oreling) minting/burning, staking power calculation, participation in the Motherlode lottery, token buyback for burning, and applying transaction taxes.

QHow does the $UORE project integrate an NFT (Oreling) with its token?

AThe Oreling NFT is directly embedded into the $UORE token. Each whole number of $UORE tokens held in a wallet automatically corresponds to one Oreling. The NFT is minted when tokens are bought and burned when tokens are sold, and it cannot be traded separately from the token.

QWhat is the 'Motherlode' mechanism in $UORE and how does it work?

AThe Motherlode is a lottery prize pool. Buying $UORE through the official pool with ≥ 0.1 ETH automatically grants a lottery ticket. The winning probability scales with purchase amount up to a 1% max chance for 1 ETH purchases. If a buyer wins, 50% of the prize pool goes to them, and the other 50% is randomly distributed to a staker, weighted by their mining power.

QWhat are the main criticisms or potential risks mentioned about the $UORE project?

AThe article highlights several risks: very high gas fees (2-3x a normal swap), a short attention window as it's the fourth V4 Hook project in a fading trend, and high complexity which creates a barrier for understanding. Additionally, its liquidity is low, token distribution is concentrated, and the economic model is described as a Ponzi.

QAccording to the article, what existing projects did $UORE fork or draw inspiration from?

A$UORE's smart contracts are forked from the uPEG project, fixing known issues. Its core 'on-chain mining + lottery' gameplay concept is inspired by the ORE project on Solana. The founder combined these two templates to create $UORE on the Uniswap V4 Hook framework.

Letture associate

AI Relay Stations Spark Heated Debate on Zhihu: Behind Cheap Tokens, What Are Users Really Worried About?

A discussion on Zhihu about "AI relay stations" shifted the niche developer topic of "cheap tokens" into broader user awareness. Users moved beyond simply questioning the legitimacy of these services to focus on practical concerns: Where do cheap tokens truly come from? Is the model being accessed the real one? Can relay stations see prompts, code, and API keys? For occasional users, are the risks worth it? The core debate centered less on price and more on trust. A primary worry is model authenticity—the risk of "model swapping," where users paying for a premium model might be routed to a cheaper one, creating an information asymmetry. Others argued that cost comparisons matter; while cheaper than official pay-as-you-go APIs, relay stations may not be the lowest-cost option versus subscriptions, domestic models, or free tiers, making user needs assessment crucial. Speculation about token sources ranged from legitimate bulk discounts to gray-area methods like account sharing or exploiting regional pricing. This opacity makes risk assessment difficult for users. Data security emerged as a critical concern, especially for enterprise use. When processing sensitive information like code, contracts, or client data, the inability to verify a relay station's data handling, retention, or access policies poses significant compliance and confidentiality risks. The evolving consensus suggests relay stations can be used cautiously for low-sensitivity, disposable tasks (e.g., summarizing public info, simple translation). However, they should not be the default for sensitive, professional, or production workflows involving proprietary data, Agents, or automated systems. Recommendations include avoiding large prepayments, not relying on a single service, using test prompts to monitor quality, anonymizing data where possible, and keeping official channels as backups. Ultimately, the discussion framed tokens not just as a billing unit but as a measure of real cost encompassing price, model integrity, data security, and service stability. The popularity of relay stations highlights user demand for affordable access, but the debate underscores a key trade-off: the savings from cheap tokens may come at the price of trust, transparency, and control over one's data and AI experience.

marsbit32 min fa

AI Relay Stations Spark Heated Debate on Zhihu: Behind Cheap Tokens, What Are Users Really Worried About?

marsbit32 min fa

In-Depth Research Report on TradFi: The Convergence Wave of Crypto and Traditional Finance

In 2026, the crypto industry is undergoing a profound infrastructure-level transformation—TradFi assets are migrating on-chain at an unprecedented pace. According to CoinGecko's Q1 2026 report, the total value locked (TVL) of tokenized real-world assets (RWA) has surpassed $31 billion, a nearly 4x increase from $7.8 billion at the beginning of 2025, with the sector’s aggregate market capitalization reaching $19.3 billion. Among these, the market cap of tokenized stocks surged from $2 million to $486 million, with Q1 spot trading volume reaching $15.1 billion—a single quarter already surpassing the entire second half of 2025. RWA perpetual contract Q1 trading volume reached a staggering $524.8 billion, far exceeding the $313 billion for all of 2025. Meanwhile, BlackRock's BUIDL fund has reached $2.3 billion in scale and has filed for two new tokenized funds, signaling that the world's largest asset manager's tokenization strategy is evolving from pilot to product suite expansion. HTX, as a core participant in the crypto exchange sector, officially launched TradFi perpetual futures products including NVDA, AAPL, MSFT, META, and SPY in 2026, enabling crypto users to gain 24/7 trading access to core U.S. equities. Boston Consulting Group predicts that global tokenized asset scale could reach $16 trillion by 2030, while McKinsey offers a conservative estimate of approximately $2 trillion. The on-chain migration of TradFi assets is no longer a "future narrative" but a structural transformation unfolding in real time, as crypto exchanges evolve from single crypto asset trading platforms toward "multi-asset-class trading infrastructure."

HTX Learn34 min fa

In-Depth Research Report on TradFi: The Convergence Wave of Crypto and Traditional Finance

HTX Learn34 min fa

Blocked Its Own Treasure, WeChat AI Steps Up

Tencent's stock surged over 10% on June 2nd amid reports that WeChat, with 1.43 billion monthly users, is finalizing tests for a native AI Agent. The reported feature, accessible by swiping right from the main interface, allows users to issue commands in natural language. The AI then decomposes tasks and automatically calls upon relevant Mini Programs within WeChat to complete actions like ordering food, booking tickets, or making payments, creating a closed-loop service execution system. This strategic shift follows the internal conflict and subsequent "blocking" of Tencent's standalone AI app, Yuanbao, by WeChat for violating sharing rules during a 2026 Spring Festival promotion. The incident highlighted a lack of internal consensus and exposed the weakness of competing in the standalone AI assistant arena against rivals like ByteDance's Doubao (345M MAU) and Alibaba's Qianwen. The new WeChat AI Agent aims to leverage WeChat's unique assets—its massive user base, standardized Mini Program APIs, WeChat Pay, and identity system—to move from simple content generation to actual task execution. Analysts note this changes the competitive landscape from model benchmarks to which AI can connect to more real-world services. However, success depends on key variables: the capability of Tencent's underlying Hunyuan model, managing massive inference costs, and redesigning incentives for Mini Program developers whose traffic might be bypassed. The move is seen as an attempt to keep user service intent within WeChat's ecosystem as AI begins to redefine how users access services.

marsbit1 h fa

Blocked Its Own Treasure, WeChat AI Steps Up

marsbit1 h fa

ByteDance Adopts Arm CPUs, Jensen Huang: So Sad I Didn't Buy Arm

**Summary:** At Computex 2026, Arm CEO Rene Haas announced that ByteDance and Oracle have adopted Arm's self-designed Arm AGI data center CPU. The company expects significant revenue growth from this product, projecting $20 billion in demand for the 2027/2028 fiscal years. Haas noted that restricting AI-capable CPUs from the US to China is nearly impossible due to their widespread applications. Arm's stock has surged dramatically this year, notably rising 16% after NVIDIA's Arm-based Vera CPU and RTX Spark announcements. A highlight was the informal, humorous on-stage conversation between Haas and NVIDIA CEO Jensen Huang. Huang joked about NVIDIA's failed attempt to acquire Arm and playfully lamented selling his Arm shares. Both executives showed a clear sense of camaraderie and shared regret over the missed merger. Key technical topics were discussed: 1. **AI PC Design:** Huang explained NVIDIA's RTX Spark superchip (with a 20-core Arm CPU) is designed for future AI agents that will autonomously run and use tools on PCs, blending local and cloud processing. 2. **Agent vs. OS:** Huang emphasized the operating system remains crucial, as AI agents rely on its APIs and tools to function. 3. **Growth Constraints:** He identified the shift to "useful AI" that generates profitable tokens as a primary driver for immense, almost limitless, computational demand. Haas outlined Arm's strategy across PC and data centers. For PCs, Arm collaborates with partners like NVIDIA and MediaTek, offering its compute subsystem (CSS) for custom SoCs. In data centers, its Arm AGI CPU (built on TSMC's 3nm process) has gained major partners including OpenAI, Meta, and now ByteDance and Oracle. Arm presented a multi-year roadmap for its in-house CPU line. The article concludes that while GPUs dominated the AI training race, the explosion of AI agents is shifting significant focus to CPUs for inference, state management, and tool orchestration. The industry is trending towards vertical integration, with companies like cloud providers designing chips and chip/IP firms offering full solutions, all competing to deliver more efficient computing per watt.

marsbit1 h fa

ByteDance Adopts Arm CPUs, Jensen Huang: So Sad I Didn't Buy Arm

marsbit1 h fa

Trading

Spot
Futures

Articoli Popolari

Come comprare ONE

Benvenuto in HTX.com! Abbiamo reso l'acquisto di Harmony (ONE) semplice e conveniente. Segui la nostra guida passo passo per intraprendere il tuo viaggio nel mondo delle criptovalute.Step 1: Crea il tuo Account HTXUsa la tua email o numero di telefono per registrarti il tuo account gratuito su HTX. Vivi un'esperienza facile e sblocca tutte le funzionalità,Crea il mio accountStep 2: Vai in Acquista crypto e seleziona il tuo metodo di pagamentoCarta di credito/debito: utilizza la tua Visa o Mastercard per acquistare immediatamente HarmonyONE.Bilancio: Usa i fondi dal bilancio del tuo account HTX per fare trading senza problemi.Terze parti: abbiamo aggiunto metodi di pagamento molto utilizzati come Google Pay e Apple Pay per maggiore comodità.P2P: Fai trading direttamente con altri utenti HTX.Over-the-Counter (OTC): Offriamo servizi su misura e tassi di cambio competitivi per i trader.Step 3: Conserva Harmony (ONE)Dopo aver acquistato Harmony (ONE), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia Harmony (ONE)Scambia facilmente Harmony (ONE) nel mercato spot di HTX. Accedi al tuo account, seleziona la tua coppia di trading, esegui le tue operazioni e monitora in tempo reale. Offriamo un'esperienza user-friendly sia per chi ha appena iniziato che per i trader più esperti.

307 Totale visualizzazioniPubblicato il 2024.12.12Aggiornato il 2026.06.02

Come comprare ONE

Discussioni

Benvenuto nella Community HTX. Qui puoi rimanere informato sugli ultimi sviluppi della piattaforma e accedere ad approfondimenti esperti sul mercato. Le opinioni degli utenti sul prezzo di ONE ONE sono presentate come di seguito.

活动图片