Cardano Founder Calls For Insider Recusal In Liqwid Governance Dispute

bitcoinistОпубліковано о 2026-03-16Востаннє оновлено о 2026-03-16

Анотація

Cardano founder Charles Hoskinson has intervened in a governance dispute at DeFi protocol Liqwid, urging insiders to recuse themselves from a revote on the distribution of nearly $1 million in NIGHT tokens. The conflict centers on whether the protocol should honor prior public commitments to return all assets deposited in its smart contracts. Hoskinson argued that DAO legitimacy depends on broad participation and trust, not just a vote, especially when insiders could directly benefit from the outcome. He warned that failing to address the perceived breach of trust could severely damage Liqwid's credibility and growth, and recommended a new vote focused solely on whether to honor the original promises.

Cardano founder Charles Hoskinson has weighed in on a governance dispute surrounding Liqwid, arguing that insiders tied to the protocol should step aside from any revote on disputed asset distribution and let token holders decide whether earlier public commitments should be honored. His intervention matters because it cuts to a familiar pressure point in DeFi governance: whether a DAO vote is truly legitimate when founding insiders may be voting on an outcome that benefits them directly.

In a livestream from Wyoming, Hoskinson said he generally avoids involvement in the DeFi layer of the Cardano ecosystem unless there is a broader community mandate. But he said the Liqwid situation had crossed into a more serious issue of trust after October representations that “100% of the assets in the smart contracts” allocated to the protocol would be returned to their “rightful owners.”

The dispute centers on a sizeable pool of Midnight’s NIGHT tokens tied to Liqwid’s ADA market. Public governance materials indicate the allocation totals roughly 18.81 million NIGHT, which at current market prices is worth just under $1 million. That helps explain why the vote has drawn so much attention: the argument is not over a symbolic governance gesture, but over the handling of a seven-figure crypto allocation that users say was supposed to be fully returned.

Cardano Founder Urges Second Liqwid Vote

According to Hoskinson, the team later ran into a governance and legal problem inside the DAO structure itself. “I guess that team did not have, according to the user agreement of their DAO, legal authorization to do so,” he said. “It somehow violated the terms of how they’ve set things up.” Even granting that point, he argued, the more troubling issue was how the matter was then handled.

His proposed fix was straightforward: rerun the vote, but on narrower and cleaner terms. “If you have to go to the DAO for a vote, two things should be done,” Hoskinson said. “First and foremost, those who are insiders should recuse themselves if they’re going to be direct beneficiaries of a governance action of this nature. Second, the question should have been, should we honor our marketing commitments, yes or no?”

That framing goes to the heart of his criticism. In Hoskinson’s telling, users deposited funds into the relevant smart contracts on the understanding that the prior commitments would be respected. “Commitments were already made, people put money into the contracts understanding those terms and conditions and had no reasons to believe that such things would be violated,” he said. “People in a position of trust and people in a position to maintain this type of software, they frankly speaking should be a little bit better.”

Hoskinson repeatedly returned to legitimacy, not just procedure. DAOs, he said, do not derive credibility from the mere existence of a vote. They derive it from broad participation and confidence that the process is not tilted by a small cluster of insiders. “DAOs require legitimacy and the legitimacy comes from participation,” he said. “If the belief is that participation is only controlled by a small group of insiders, there’s no path forward for a DAO to have governance legitimacy.”

His recommendation was for insiders associated with the protocol’s core entities to publicly declare their holdings, recuse themselves, and let holders vote only on whether the October commitments should be honored. If the answer is yes, then the protocol should simply follow through. If the answer is no, then the community could move to a second-stage debate over alternative allocations.

Hoskinson was equally clear about the stakes if that does not happen. He said he has no special powers to reverse the outcome, no control over assets already distributed into smart contracts, and no formal authority over the Cardano ecosystem. But he warned that perception alone could do lasting damage.

“It is my belief that this violation of public trust or at least the perception of it will badly damage the protocol’s ability, Liqwid’s ability to grow and thrive in the future,” he said. “Simply put, if people can’t trust what the core accounts are saying and when votes are taken, people don’t trust those votes, it creates a reality where people will just simply move to other options.”

Overall, if Liqwid wants to restore credibility, he argued, the path is still open. But it runs through disclosure, recusal and a cleaner vote.

At press time, Cardano traded at $0.29.

Cardano hovers below key resistance, 1-week chart | Source: ADAUSDT on TradingView.com

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

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

QWhat is the core issue in the Liqwid governance dispute that Charles Hoskinson is addressing?

AThe core issue is whether insiders tied to the Liqwid protocol should be allowed to vote on a disputed asset distribution that could directly benefit them, and whether a prior public commitment to return 100% of assets in smart contracts to their rightful owners should be honored.

QWhat specific solution did Charles Hoskinson propose to resolve the Liqwid governance dispute?

AHoskinson proposed rerunning the vote with two key changes: first, insiders who are direct beneficiaries should recuse themselves; second, the vote should ask a clear yes or no question on whether the protocol should honor its prior marketing commitments.

QAccording to Hoskinson, what is the source of a DAO's legitimacy in governance?

AHoskinson stated that a DAO's legitimacy comes from broad participation and the confidence that the process is not controlled or tilted by a small group of insiders, not merely from the existence of a vote.

QWhat is the approximate value of the disputed NIGHT token allocation at the center of this controversy?

AThe disputed allocation is roughly 18.81 million NIGHT tokens, which at current market prices is worth just under $1 million.

QWhat potential consequence did Hoskinson warn about if the trust issue in Liqwid governance is not properly addressed?

AHoskinson warned that the violation of public trust, or even the perception of it, would badly damage Liqwid's ability to grow and thrive in the future, as users would lose trust in core accounts and governance votes, leading them to move to other options.

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

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.

marsbit50 хв тому

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

marsbit50 хв тому

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 год тому

Торгівля

Спот

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

Як купити ADA

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

1.1k переглядів усьогоОпубліковано 2024.12.10Оновлено 2026.06.02

Як купити ADA

Обговорення

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

活动图片