Hoskinson Wyoming Policy Center For Blockchain Launches

TheCryptoTimesPublicado em 2025-10-16Última atualização em 2025-10-16

Charles Hoskinson, Co-Founder of blockchain platforms Cardano and Ethereum, has launched the Hoskinson Government and Policy Center in Wyoming. 

The official announcement states that the Policy Center will focus on shaping state policy in healthcare, agriculture, technology, and government transparency, with an eye on both immediate legislation and longer-term development.

Hoskinson has started the center to boost transparency, support rural healthcare, and explore blockchain’s potential for Wyoming industries. He has been an active investor in Wyoming for several years, building a medical clinic in Gillette and running a bison ranch in Platte County. 

Through the new center, he hopes to take these efforts into policy work as well, such as advocating for legislation that enhances access to stem cell treatments and other medical innovations.

The center will be led by Karen Wheeler, former Deputy Secretary of State of Wyoming, who brings nearly four decades of experience in government. Kendrick Ladd, a former U.S. Army officer and federal investigator, will serve as General Counsel and Head of Policy, while Leo Wolfson, a seasoned state politics reporter, will oversee communications.

“I’ve invested my time and resources here in Wyoming because I believe this state can lead the nation in responsible innovation,” Hoskinson said. “We will work to strengthen rural health care, modernize agriculture, and improve government transparency.”

The Policy Center also plans to take an active role in the 2026 Wyoming elections, coordinating efforts with its associated political action committee.

Hoskinson’s ongoing blockchain initiatives

Alongside policy work, Hoskinson is continuing his blockchain initiatives. He has confirmed a collaboration between Google Cloud and the Midnight Foundation to help fund Midnight, a privacy-oriented sidechain developed by Input Output Global (IOG). The partnership will develop privacy infrastructure with zero-knowledge (ZK) technology, which allows secure proof of data without disclosing it.

Meanwhile, the Cardano Foundation last month announced a roadmap to grow worldwide adoption, facilitate DeFi and real-world asset initiatives, as well as deepen its startup network.

Also Read: U.S. Bank To Launch Digital Assets Unit for Tokenized Payments


Mobile Only Image

Leituras Relacionadas

Uniswap Founder: When Stocks and Treasuries Are Fully On-Chain, How Will AMMs Restructure the Global Market?

Uniswap founder Hayden Adams argues that as traditional assets like stocks become tokenized, Automated Market Makers (AMMs) could fundamentally restructure global markets. The core insight is that AMMs are most efficient in "correlated pairs"—such as NVDA/SPY—where assets move together. In these pairs, passive liquidity providers (LPs) who are willing to hold the underlying assets face lower inventory risk and minimal hedging costs compared to traditional, delta-neutral market makers. This cost advantage allows AMMs to undercut professional firms. Tokenization enables assets to trade directly against each other on a shared settlement layer, rather than being siloed in dollar-based systems. Adams observes this pattern already emerging in DeFi, where assets naturally pair with correlated benchmarks (e.g., ETH for Ethereum assets). He believes this will extend to tokenized stocks, with liquidity concentrating in low-volatility correlated pairs, while a few high-volume "bridge pairs" (like SPY/USD) handle dollar conversions. The article highlights that early correlated markets for tokenized stocks already exist (e.g., on Robinhood's chain), and Uniswap v4 hooks like DualPool can further boost LP returns. Adams draws a parallel to the rise of passive index funds, suggesting passive AMM liquidity could similarly democratize market-making and capture significant market share from traditional finance. A response from crypto KOL Cody adds practical analysis, noting that while the correlated pair strategy reduces impermanent loss, current on-chain fees may not yet fully compensate for it. He shares his own LP strategy using valuation models, emphasizing that AMMs offer a novel, low-cost market-making avenue for those willing to hold inventory.

marsbitHá 10m

Uniswap Founder: When Stocks and Treasuries Are Fully On-Chain, How Will AMMs Restructure the Global Market?

marsbitHá 10m

Goldman Sachs Buys Volatility, Turns Bitcoin into a Yield Business

Goldman Sachs acquired NEOS Investments for up to $2.25 billion, gaining a suite of ETFs that generate income by selling options against crypto assets, particularly Bitcoin. This includes the BTCI fund, which sells call options against Bitcoin ETF holdings to capture high premiums from crypto’s volatility, offering investors stable cash flow—around 27% annualized in returns—while capping upside potential and fully exposing them to downside risk. The move highlights Wall Street’s broader push to package crypto-native yield—through staking, lending, and structured products—without taking directional bets on prices. Firms like Fidelity, JPMorgan, and Morgan Stanley now offer staking services or accept crypto as collateral for loans, collecting steady fees regardless of market direction. In contrast, native crypto firms like Bitwise remain vulnerable to market downturns, as their revenue depends entirely on assets under management. This reflects a strategic pivot: large institutions no longer need to “believe” in crypto to profit from it. They monetize volatility and investor activity through fee-based structures, leaving price risk to retail investors. As regulatory shifts like the proposed 401(k) rules unfold, yield-generating crypto products may gain even broader adoption in traditional portfolios, further cementing Wall Street’s role as a neutral intermediary capturing reliable revenue streams from the ecosystem.

marsbitHá 14m

Goldman Sachs Buys Volatility, Turns Bitcoin into a Yield Business

marsbitHá 14m

AI Launches a Fierce Assault on Cancer, Virtually Tests 4,000 Anti-Cancer Drugs, Google Gemma Downloads Exceed 1 Billion

Google's open-source Gemma AI model family has reached a new milestone, surpassing 10 billion cumulative downloads in two and a half years since its February 2024 launch. This growth has fueled a vast ecosystem, with over 100,000 developer-derived model variants powering diverse applications, from NASA satellites to over 100 million phones. A standout application involves cancer research. In collaboration with Google Research and Yale, a team developed a 27-billion-parameter model called Cell2Sentence-Scale 27B (C2S-Scale). This model innovatively converts complex single-cell sequencing data into a "sentence" of gene names ranked by activity, allowing it to analyze cellular behavior. It was used to conduct a "dual-context virtual screen" of over 4,000 drugs, aiming to find one that specifically boosts antigen presentation—a key process for immune system recognition—only in the presence of low interferon signals (a "cold tumor" context), not in neutral conditions. The model identified silmitasertib (CX-4945), a CK2 kinase inhibitor, as a top candidate. Subsequent live-cell experiments validated this AI-generated hypothesis, showing that the drug combined with low-dose interferon increased antigen presentation by about 50%, whereas neither element alone had a significant effect. This represents a novel, AI-proposed mechanistic pathway for potential cancer therapy. Beyond biomedicine, the Gemma ecosystem is expanding into unique domains. Models have been deployed in space on high-performance GPUs and are being used in projects like DolphinGemma to decipher dolphin communication patterns. The 10-billion-download milestone underscores a key trend: the disruptive potential of AI lies not just in raw model capability but in its widespread, silent integration into diverse hardware and real-world applications, as evidenced by the thriving "Gemmaverse" community.

marsbitHá 15m

AI Launches a Fierce Assault on Cancer, Virtually Tests 4,000 Anti-Cancer Drugs, Google Gemma Downloads Exceed 1 Billion

marsbitHá 15m

Shocking: OpenAI Fully Open-Sources Codex Harness

OpenAI has open-sourced the core framework of Codex, called "Harness," under an Apache-2.0 license. This move allows developers to deeply integrate AI agents into their own applications and workflows, moving beyond the limitations of generic chat interfaces. The Harness is the underlying execution system that manages an AI agent's complete lifecycle: understanding tasks, maintaining memory, using tools, handling failures, and requesting human approvals. OpenAI demonstrated that optimizations to the Harness alone can dramatically boost a model's performance, tripling scores on a benchmark while using significantly fewer tokens. The release includes three key components: a CLI tool (`codex exec`) for automated tasks, official SDKs (TypeScript/Python) for programmatic control, and the `app-server` for embedding agents directly into products. This enables features like persistent state, real-time event streaming, and human-in-the-loop controls. Early adopters showcase its versatility beyond coding. Examples include a tax preparation system that cut processing time by one-third, Cisco's platform for building apps with natural language, and a demo logistics dashboard where agents analyze data and propose actions within the existing interface. This paradigm shift grants developers full control over the user interface, context, tools, and security boundaries. AI becomes an invisible assistant within specialized software, rather than a separate chatbot. By open-sourcing the engine behind its powerful agents, OpenAI aims to spark a new wave of native, deeply integrated AI applications.

marsbitHá 20m

Shocking: OpenAI Fully Open-Sources Codex Harness

marsbitHá 20m

Trading

Spot
活动图片