‘Waste of resources’? – Jupiter CTO explains why JUP buybacks may end

ambcryptoPubblicato 2026-01-04Pubblicato ultima volta 2026-01-04

Introduzione

Jupiter, a Solana-based DeFi super-app, is considering discontinuing its JUP token buyback program. Co-Founder and CTO Siong Ong stated that the $70 million spent on buybacks in the past year had minimal impact on the token’s price, calling it a "waste of resources." He suggested reallocating these funds toward growth incentives for users. The community is divided on the issue. Some propose distributing revenue to stakers to increase yields and potentially boost the token’s value, while others question whether this would hinder product growth. Critics also noted that buybacks have had mixed results across different protocols. Despite Jupiter’s expansion into various DeFi services and cumulative revenue of $369 million, JUP’s price has declined significantly, dropping 88% from its peak. The team has not decided on the future of the buyback program amid ongoing discussions.

The Solana-based DeFi super-app, Jupiter, is considering sunsetting the JUP token buyback.

In a social media post on the 2nd of January, Siong Ong, Co-Founder and CTO of Jupiter, said they haven’t seen much impact from the program and felt it was a “waste” of resources.

“We spent more than $70m on buyback last year, and the price obviously didn’t move much. We can use the $70m to give out for growth incentives for existing and new users.”

Ong was following the footsteps of Helium Founder Amir Haleem, who said they’ll “stop wasting money on HNT buybacks”, because the market isn’t concerned about the effort.

JUP community split

Jupiter initiated the JUP buyback program in mid-February 2025 and has reportedly spent approximately $70 million. Moreover, Jupiter [JUP] rallied about 300% in the first month after the buyback launch.

However, the token has printed new yearly lows in 2025, despite the aggressive buybacks that were previously viewed as bullish. At press time, it traded at $0.2, down from its peak of $1.8 –An 88% price crash.

However, the community was divided on whether to drop the buyback program. One user proposed sharing the revenue with stakers to increase staking yield and drive price.

“With 753 million JUP staked, that’s almost $0.09 per JUP. For me personally, that would a really nice passive income. That’s a 43% dividend yield. Of course the price would pump on such a news.”

But Ong wondered how the product would grow if everything were allocated to staking rewards.

For his part, analyst Fabiano stated there is currently no reason to hold the token because it is not tied to the protocol’s success (not equity).

According to him, a short-term solution would be sharing revenue with stakers to reduce their quarterly dumping pressure.

“What if we redirected those $10M toward staking rewards, instead of buying JUP for the Litterbox? At current prices, this could result in roughly 25% APY? -which is insanely attractive.”

What’s next for JUP?

Other critics pointed out Pump.fun [PUMP] muted performance despite a massive buyback, adding that not all protocols should jump on the trend.

However, the buyback programs have been successful for Hyperliquid [HYPE] and Aave [AAVE], particularly during periods of positive market sentiment.

As of writing, it was unclear which proposal and direction the team would lean on following several pieces of feedback on the proposal.

Jupiter has evolved from a DEX aggregator to a super-app spanning lending, prediction markets, and even perpetual trading. The ongoing development has also seen it scale cumulative revenue to $369 million.


Final Thoughts

  • The Jupiter team appeared disappointed with the limited impact of its buyback program despite committing $70 million.
  • But the community was split on the plan to stop the token buyback program.

Crypto di tendenza

Domande pertinenti

QWhy is Jupiter considering ending its JUP token buyback program?

AJupiter's CTO, Siong Ong, stated that the program has not had a significant impact on the token's price and feels the $70 million spent on it last year was a 'waste of resources' that could be better used for growth incentives.

QWhat was the initial market reaction to the JUP buyback program when it launched?

AFollowing the launch of the buyback program in mid-February 2025, the JUP token rallied approximately 300% in its first month.

QWhat is one alternative use of funds that the community proposed instead of buybacks?

ASome community members proposed redirecting the funds to staking rewards, which could provide a high annual percentage yield (APY) and potentially reduce selling pressure from stakers.

QWhat was a key criticism from an analyst regarding the JUP token's utility?

AAnalyst Fabiano stated there is currently no reason to hold the JUP token because it is not tied to the protocol's success, meaning it does not function like equity in the project).

QWhich other protocols were mentioned as having successful buyback programs?

AThe article mentions that buyback programs have been successful for Hyperliquid (HYPE) and Aave (AAVE), particularly during periods of positive market sentiment.

Letture associate

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit4 min fa

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit4 min fa

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit5 min fa

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit5 min fa

Trading

Spot

Articoli Popolari

Come comprare JUP

Benvenuto in HTX.com! Abbiamo reso l'acquisto di Jupiter (JUP) 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 JupiterJUP.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 Jupiter (JUP)Dopo aver acquistato Jupiter (JUP), conserva nel tuo account HTX. In alternativa, puoi inviare tramite trasferimento blockchain o scambiare per altre criptovalute.Step 4: Scambia Jupiter (JUP)Scambia facilmente Jupiter (JUP) 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.

149 Totale visualizzazioniPubblicato il 2024.12.12Aggiornato il 2026.06.02

Come comprare JUP

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 JUP JUP sono presentate come di seguito.

活动图片