Curve Governance Upheaval: 17 Million CRV Funding Proposal Rejected, Capital Entities Become New Decision-Making Core

marsbitОпубліковано о 2025-12-26Востаннє оновлено о 2025-12-26

Анотація

A significant governance proposal within the Curve DAO, requesting 17 million CRV in funding for development team Swiss Stake AG, was recently rejected. Major veCRV holders, including Convex and Yearn, voted against the proposal, effectively blocking its passage. The rejection reflects two key concerns within the community: a demand for greater transparency and accountability regarding the use of previous grants and future spending plans, and a reluctance from large token holders to dilute the value of their veCRV holdings without a clear, direct return on investment. The article highlights a shift in DeFi governance, moving away from a model of automatic funding approval. It contrasts the veToken model, used by Curve, with standard governance systems. The ve model binds voting power to long-term token lock-ups, attracting capital-heavy players focused on long-term gains. This, combined with the prevalence of vote-aggregating protocols like Convex, is centralizing decision-making power with large capital providers rather than the broader community or even project founders. The outcome of this vote suggests that future governance power in Curve may lie primarily with these major stakeholders.

Original Author: CM(X:@cmdefi)

A few days ago, a funding proposal on Curve was rejected. It involved allocating 17M $CRV in development funds to the development team (Swiss Stake AG). Both Convex and Yearn voted against it, and their voting power was sufficient to influence the final outcome.

Since the governance issues at Aave began to gain attention, governance has started to be scrutinized by the market, and the habitual practice of approving funding requests is being broken. Behind this Curve proposal lie two key points:

1. Some voices in the community are not opposed to funding AG, but they want clarity on how previous funds were used, future plans for usage, sustainability, and whether the projects have generated returns for the protocol. Simultaneously, this primitive grant model means that once funds are disbursed, there are no constraints. In the future, the DAO needs to establish a Treasury, ensure transparent revenue and expenditure, or add governance constraints.

2. The large veCRV holders do not want to dilute their value. This is a clear conflict of interest. If the projects supported by CRV grants cannot foreseeably create benefits for veCRV holders, they likely won't receive support. Of course, Convex and Yearn also have their own private interests and agendas, but we won't delve into those issues here.

This proposal was initiated by Curve founder Mich. AG is also one of the teams that has been maintaining the core codebase since 2020. For this funding round, AG's presented roadmap included continuing to advance llamalend, including support for PT and LP, as well as expansion into on-chain foreign exchange markets and crvUSD. These seem like worthwhile endeavors, but whether they justify a 17M $CRV grant is another calculation. Particularly because Curve's governance differs significantly from Aave's; its power is distributed among several teams with distinct stances.

Let's compare the ve model with conventional governance models:

First, the conclusion: most conventional governance models currently have essentially no design advantages. Of course, if a DAO is mature enough, traditional structures can also function well, but unfortunately, no project in Crypto has yet matured to that level, as evidenced by the problems even at market-consensus leaders like Aave.

So, if we talk specifically about model design, the ve model has some advanced aspects. Firstly, it has cash flow; it is backed by liquidity control rights. When there is external demand for liquidity, this power is "bribed." Therefore, even if you don't want to lock your tokens long-term, you can delegate them to proxy projects like Convex/Yearn to earn收益 (yield).

Thus, the ve model binds voting rights with cash flow. Its future evolution will likely follow the path of "governance capitalism." The vetoken binds voting rights with "long-term locking," essentially筛选 (screening for) those with large capital, the ability to bear liquidity loss, and the capacity for long-term博弈 (game theory). Over time, the result is that governors gradually shift from ordinary users to the "capital class."

Furthermore, due to the existence of proxy layers like Convex/Yearn, many ordinary users, even loyal ones, who wish to gain yield without losing liquidity and flexibility, will increasingly choose to delegate their governance power to these projects.

This vote also reveals some clues. In the future, Mich may not be the main character in Curve's governance; instead, power lies with these large vote holders. When governance issues arose at Aave, some proposed ideas of "delegated governance/elite governance," which is quite similar to the current structure of Curve. As for whether this is good or bad, it will take time to tell.

Трендові криптовалюти

Пов'язані питання

QWhat was the main reason for the rejection of the 17M CRV grant proposal for Swiss Stake AG?

AThe proposal was rejected primarily because major veCRV holders, such as Convex and Yearn, voted against it. They were concerned about the dilution of their token value and the lack of a clear, sustainable plan for how the funds would be used to generate tangible benefits for veCRV holders.

QHow does the ve (vote-escrowed) tokenomics model differ from conventional governance models according to the article?

AThe ve model binds voting rights to long-term token lock-ups, which inherently attracts large capital providers who can afford illiquidity and engage in long-term planning. This contrasts with conventional governance models, which the article argues have few inherent design advantages and often struggle without a highly mature DAO structure. The ve model also provides direct cash flow to holders through 'bribes' from protocols seeking liquidity.

QWhat role do proxy platforms like Convex and Yearn play in the Curve ecosystem?

AProxy platforms like Convex and Yearn allow ordinary CRV holders to delegate their voting power and locked tokens to them. In return, the users receive a share of the platform's revenue (e.g., from bribes) while maintaining liquidity and flexibility, as they are not locking tokens directly with Curve. This consolidation of voting power makes these platforms major decision-makers in governance.

QWhat does the article suggest about the future of Curve's governance power dynamics?

AThe article suggests that future governance power in Curve will increasingly reside with large capital holders and proxy platforms like Convex and Yearn, rather than with the founder, Michael Egorov, or the broader community. This shift represents a move towards 'governance capitalism,' where decision-making is concentrated among those with significant financial stakes.

QWhat were the key community concerns regarding the grant proposal, beyond simple opposition to funding?

ABeyond simply rejecting the grant, a part of the community wanted greater transparency and accountability. Their concerns included how previous funds had been used, the sustainability of the development plan, whether the projects would generate measurable returns for the protocol, and a desire for a more structured Treasury with transparent revenue and expenditure reporting, rather than an open-ended grant model.

Пов'язані матеріали

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

This article introduces a novel training paradigm for generative models called Explorative Modeling (XM), which enables true end-to-end training. Traditionally, powerful generative models like autoregressive and diffusion models are not trained end-to-end. They are trained to predict a single small step but require iterative multi-step sampling for inference. This "exposure bias" leads to error accumulation and limits performance. The core challenge XM addresses is "mode blurring." In generative tasks, a single input (e.g., "generate a dog") corresponds to many valid outputs (multiple modes). Standard training objectives like reconstruction loss force the model to average these modes, producing unrealistic, blurry outputs. To avoid this, existing models break generation into many small, almost deterministic steps, sacrificing end-to-end training. XM tackles this by restructuring the training loop itself. Its key insight is to amplify "generative expressivity." For each training input, instead of generating one sample, the model generates K candidate outputs. Only the candidate closest to the real data is used for computing the loss and updating the model via backpropagation. This simple "best-of-K" mechanism is implemented as a short for-loop. By exploring multiple possibilities, the model learns to distribute its guesses across different modes rather than collapsing to their uninformative average. The paper demonstrates that "exploration" acts as a new, powerful scaling axis. Gains from XM increase with model size, data scale, and compute. Experiments show improvements in FID scores for image generation and significant efficiency gains, sometimes outperforming larger models without exploration. When pushed to the limit, XM enables fully single-step, end-to-end generative models. In robotics tasks, an "Explorative Policy" matched the performance of a 100-step Diffusion Policy with a single forward pass, drastically improving inference speed. While the best-of-K concept is not entirely new, the authors' contribution lies in formally understanding it as a direct method to boost generative expressivity without fragmenting the generation process. This work suggests that as models scale, enhancing exploration during training may become crucial for overcoming fundamental performance bottlenecks.

marsbit30 хв тому

Can Generative Models Finally Be Trained End-to-End? The Core Is a For Loop

marsbit30 хв тому

Annual Salary of Millions Competing for Electricians, Meta Rushes to Open Its Own Technical School

The AI boom is facing an unexpected bottleneck: a severe shortage of skilled construction workers and electricians. As tech giants like Meta, OpenAI, and Alphabet race to build massive data centers—such as OpenAI's $16 billion "Stargate" project—they are hitting a critical labor wall. The U.S. needs an estimated 130,000 more electricians, 240,000 construction workers, and 150,000 supervisors by 2030 for AI infrastructure alone, but tens of thousands of electrician jobs go unfilled each year. While AI companies offer high premiums, with electricians earning up to $280,000 annually, worker scarcity still causes massive losses—delays on a single project can cost $14.2 million per month. The complexity of building AI data centers, which require immense power (equivalent to powering hundreds of thousands of homes), sophisticated electrical systems, and advanced liquid cooling solutions, demands highly skilled technicians who are in short supply. To combat this, companies are investing heavily in training. Meta has committed $115 million to a free training school offering tuition, housing, and stipends, targeting 5,000 new workers. OpenAI is partnering with unions to secure skilled labor. These efforts are paying off, with a significant rise in Gen Z interest in trade schools over college. However, the power demands are staggering. AI data centers are driving a rapid surge in electricity consumption, projected to account for up to 12% of U.S. power use by 2028 and raising costs for consumers. Furthermore, the construction boom is project-based, leading to a potential future glut of trained workers once building peaks, which could depress wages industry-wide. The race for AI supremacy now depends as much on skilled hands as on advanced chips.

marsbit2 год тому

Annual Salary of Millions Competing for Electricians, Meta Rushes to Open Its Own Technical School

marsbit2 год тому

Торгівля

Спот

Популярні статті

Як купити CRV

Ласкаво просимо до HTX.com! Ми зробили покупку Curve DAO Token (CRV) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Curve DAO Token (CRV).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Curve DAO Token (CRV)Після придбання Curve DAO Token (CRV) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Curve DAO Token (CRV)Легко торгуйте Curve DAO Token (CRV) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

448 переглядів усьогоОпубліковано 2024.12.11Оновлено 2026.06.02

Як купити CRV

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни CRV (CRV).

活动图片