Pump.fun announces $3mln fund for startups – A move away from memecoins?

ambcrypto發佈於 2026-01-21更新於 2026-01-21

文章摘要

Following a brief revenue rebound, Pump.fun has announced the launch of the Pump Fund, a $3 million investment arm designed to back early-stage teams based on public traction rather than traditional venture processes. The initiative began with a "build in public" hackathon, using community engagement as the primary funding criterion. Selected teams receive funding based on how well their projects resonate publicly, requiring them to launch a token, retain a portion of the supply, and demonstrate visible progress. This move aims to let users decide which projects deserve capital and is part of Pump.fun's broader effort to reduce rug risks and support longer project lifecycles. The announcement comes as Pump.fun's core business shows signs of recovery. After weeks of low activity, a short memecoin rebound lifted the platform's weekly fee revenues to an estimated $7.6 million, returning to levels last seen in September 2025. This represents an increase from the prior $4-$6 million range, highlighting the platform's sensitivity to speculative activity. The 30-day rolling revenue total also rose from $21.6 million to $24.8 million. However, the improved fundamentals have not yet translated into sustained price gains for the PUMP token. After steady gains in early January, PUMP has struggled to maintain recent highs and is now consolidating sideways. Key indicators like RSI and MACD show weakened momentum, and the token's performance remains closely tied to memecoin sentiment and...

Following a brief rebound that pushed revenues back up, Pump.fun [PUMP] has announced the Pump Fund, an investment arm that backs teams based on public traction.

What’s it about?

The Pump Fund is a new investment arm designed to back early-stage teams through participation, rather than traditional venture processes. The initiative opened with a $3 million “build in public” hackathon, making community traction the main funding filter.

Source: X

Instead of pitching to judges, selected teams receive funding based on how well their projects resonate publicly. Participants are required to launch a token, retain a portion of the supply, and show visible progress.

The idea is to let real users decide what deserves capital.

The move is the latest in Pump.fun’s recent efforts to reduce rug risks and support longer project lifecycles.

Revenues bounce back

These developments come as Pump.fun’s core business revives. After weeks of weak activity, a very brief memecoin rebound was enough to lift the platform’s fee revenues.

Over the past week, Pump.fun generated an estimated $7.6 million, back to levels last seen in September 2025.

Source: CryptoQuant

For much of the prior period, weekly fees had settled in a $4-$6 million range, so the platform is sensitive to even modest bursts of speculation. The improvement also showed up on a longer view, with the 30-day rolling total rising from $21.6 million to $24.8 million.

PUMP price slows

After going up steadily in early January, PUMP struggled to hold recent highs and is now moving sideways. RSI slipped toward neutral territory, while MACD had flattened.

Upside strength is lesser, and the pullback is indicative of consolidation.

Source: TradingView

PUMP remains closely tied to sentiment around memecoins and platform activity. It remains to be seen whether the latest developments result in prolonged demand.


Final Thoughts

  • Pump.fun’s $3M Pump Fund will fund projects that the public deem worthy.
  • With weekly fee surges and token consolidation, the platform’s long-term turn hasn’t yet reflected in price.
Next: Bitcoin price nears 60-day consolidation mark – Is $107K jump imminent?
Share
  • Share
  • Tweet

熱門幣種推薦

相關問答

QWhat is the purpose of the newly announced Pump Fund by Pump.fun?

AThe Pump Fund is a $3 million investment arm designed to back early-stage teams based on public traction through a 'build in public' hackathon, rather than traditional venture processes.

QHow does the Pump Fund's selection process differ from traditional venture capital?

AInstead of teams pitching to judges, funding is awarded based on how well projects resonate publicly, with participants required to launch a token, retain a portion of the supply, and show visible progress.

QWhat recent financial performance did Pump.fun experience prior to this announcement?

APump.fun's weekly fee revenues rebounded to an estimated $7.6 million, returning to levels last seen in September 2025, after weeks of weaker activity in the $4-$6 million range.

QHow is PUMP's token price performing according to technical indicators?

APUMP's price is moving sideways with RSI slipping toward neutral territory and MACD flattening, indicating consolidation after struggling to hold recent highs from early January.

QWhat broader shift does this fund represent for Pump.fun's business strategy?

AThe move represents Pump.fun's effort to reduce rug risks and support longer project lifecycles, potentially signaling a shift away from its memecoin-focused origins toward more sustainable project development.

你可能也喜歡

生成模型也能端到端训练了?核心竟是一个for循环

长期以来,深度学习在图像分类、检测等任务上凭借端到端训练取得了巨大成功,但生成模型领域却始终是个例外。当前主流的自回归、扩散模型等训练时只学习预测“一小步”,推理时则需要反复展开数百上千步,这种训练与推理的不一致导致了“暴露偏差”等问题,使得生成模型一直未能实现真正的端到端训练。 最近,一篇来自UIUC与哈佛大学的论文提出了“探索式建模(Explorative Modeling,XM)”新范式,其核心是一个简单到近乎朴素的for循环:在每个训练步骤中,模型生成K个候选样本,然后仅选取其中最接近真实数据的一个样本来计算损失和回传梯度。这种做法巧妙地绕开了传统生成模型中因使用重构损失(如平方误差)而导致的“模态模糊”问题——即模型倾向于输出多个可能答案的平均值,而这个平均值往往不属于任何真实的数据模式。 XM通过这种方式,在不拆分生成过程的前提下,直接提升了模型的“生成表达力”,即模型捕捉数据分布中多个独立模式的能力。论文将“探索”验证为继模型参数量、数据量之后的第三根可扩展轴。实验表明,随着模型规模、数据量和计算量的增大,探索带来的性能收益越发显著,在图像、视频、语言等多种任务上均能带来效率与质量的提升。 更重要的是,当探索程度足够时,XM可以实现真正的端到端生成。在机器人控制等任务中,仅需一次网络前向传播的XM策略,其性能可媲美甚至超过需要上百次前向的扩散模型策略,实现了推理效率的飞跃。 尽管“最佳K样本选择”的思想并非全新,但该研究的贡献在于清晰地揭示了这一简单机制如何直接解决生成模型的核心瓶颈,并为实现高效、端到端的生成模型开辟了新的可能性。随着模型规模的持续扩大,探索这一新维度可能将发挥越来越关键的作用。

marsbit7 分鐘前

生成模型也能端到端训练了?核心竟是一个for循环

marsbit7 分鐘前

年薪百万抢电工,Meta急到自己办技校

AI竞赛正面临新的瓶颈:工地。美国正面临严重的电工、建筑工等技术工人短缺,这已成为微软、Meta、OpenAI等公司快速建设超大规模AI数据中心(如OpenAI耗资160亿美元的“星际之门”项目)的“头号障碍”。 尽管AI公司愿支付高薪(如电工年薪可达24-28万美元),远超传统行业,但熟练技工仍供不应求。麦肯锡预测,美国在2023-2030年间需额外培养13万名电工和24万名建筑工,而劳工统计局预计每年仍有8万个电工岗位空缺。这种短缺导致项目延迟,每月可能造成数百万美元的收入损失。 AI数据中心建设复杂,需应对巨大功耗(一座设施耗电堪比数十万户家庭)、复杂的配电系统以及高密度散热(需液冷技术)等挑战,因此亟需大量技术娴熟的工人。 为此,科技巨头开始亲自下场培养人才。例如,Meta投入1.15亿美元建立建筑工人培训学校,提供免费培训及生活补贴,以快速输送工人上岗。OpenAI则与建筑工会合作,提前锁定熟练劳动力。同时,企业也将招聘目光投向高中生,鼓励年轻人投身技工行业。这些举措已见成效,Z世代对技工职业的兴趣显著上升。 然而,更深层的挑战在于电力。AI数据中心用电量正以惊人速度增长,已推高部分地区的电价。此外,数据中心建设是项目制的,建设期需要成千上万的工人,但建成后仅需少量常驻人员。这意味着未来可能面临熟练工人短期过剩、并流向其他行业压低薪资的风险。如何实现劳动力与电力资源的长期平衡,仍是悬而未决的问题。

marsbit1 小時前

年薪百万抢电工,Meta急到自己办技校

marsbit1 小時前

交易

現貨

熱門文章

如何購買MOVE

歡迎來到HTX.com!在這裡,購買Movement (MOVE)變得簡單而便捷。跟隨我們的逐步指南,放心開始您的加密貨幣之旅。第一步:創建您的HTX帳戶使用您的 Email、手機號碼在HTX註冊一個免費帳戶。體驗無憂的註冊過程並解鎖所有平台功能。立即註冊第二步:前往買幣頁面,選擇您的支付方式信用卡/金融卡購買:使用您的Visa或Mastercard即時購買Movement (MOVE)。餘額購買:使用您HTX帳戶餘額中的資金進行無縫交易。第三方購買:探索諸如Google Pay或Apple Pay等流行支付方式以增加便利性。C2C購買:在HTX平台上直接與其他用戶交易。HTX 場外交易 (OTC) 購買:為大量交易者提供個性化服務和競爭性匯率。第三步:存儲您的Movement (MOVE)購買Movement (MOVE)後,將其存儲在您的HTX帳戶中。您也可以透過區塊鏈轉帳將其發送到其他地址或者用於交易其他加密貨幣。第四步:交易Movement (MOVE)在HTX的現貨市場輕鬆交易Movement (MOVE)。前往您的帳戶,選擇交易對,執行交易,並即時監控。HTX為初學者和經驗豐富的交易者提供了友好的用戶體驗。

828 人學過發佈於 2024.12.13更新於 2026.06.02

如何購買MOVE

相關討論

歡迎來到 HTX 社群。在這裡,您可以了解最新的平台發展動態並獲得專業的市場意見。 以下是用戶對 MOVE (MOVE)幣價的意見。

活动图片