The post Cardano’s Extended-UTxO Model Positioned for New Blockchain Era, Hoskinson Says appeared on BitcoinEthereumNews.com. Key Insights: Charles Hoskinson said intents represent the next evolution in cryptocurrency, with users declaring outcomes while automation handles execution across chains and protocols. Cardano’s extended-UTxO ledger and Plutus validators enable deterministic transaction simulation before submission, supporting intent-centric user flows. Three Vasil-era primitives (CIP-31, CIP-32, CIP-33) reduce friction for intent fulfillment through reference inputs, inline datums, and reference scripts. Charles Hoskinson, CEO of Input Output Global, described intent-based transactions as the next frontier in cryptocurrency during an interview with Crypto Crow. Mintern, an account associated with Cardano’s Minswap, shared excerpts on Oct. 29 and said Cardano’s architecture provided advantages for this model. Hoskinson explained intent-based finance through an example of purchasing coffee at Berlin’s airport. A customer paid in dollars at Starbucks, but the transaction required currency conversion from dollars to euros and routing through credit card networks to the merchant’s bank. The process involved approximately 40 steps, but the user only declared an intent: buy coffee for a specific price with a specific payment method. Automation handled the conversion, routing, and settlement. Hoskinson stated this approach represented how finance, markets, and commerce operate. He said intents constituted the next major development in cryptocurrency, and Cardano maintained built-in advantages for this model. Cardano’s Technical Framework for Intents Cardano’s extended-UTxO ledger and Plutus validators make transaction effects and fees deterministic before submission. A front end can express a user’s desired outcome, build a constrained unsigned transaction locally, and know exactly what occurs once a solver or batcher submits it. This predictability supports intent flows where users declare goals and automation executes. Three Vasil-era primitives enable intent-based user experiences. Reference inputs (CIP-31) allow solvers to read on-chain state without spending it. Inline datums (CIP-32) allow the intent itself to exist directly as data on a UTxO. Reference scripts (CIP-33) permit multiple intents… The post Cardano’s Extended-UTxO Model Positioned for New Blockchain Era, Hoskinson Says appeared on BitcoinEthereumNews.com. Key Insights: Charles Hoskinson said intents represent the next evolution in cryptocurrency, with users declaring outcomes while automation handles execution across chains and protocols. Cardano’s extended-UTxO ledger and Plutus validators enable deterministic transaction simulation before submission, supporting intent-centric user flows. Three Vasil-era primitives (CIP-31, CIP-32, CIP-33) reduce friction for intent fulfillment through reference inputs, inline datums, and reference scripts. Charles Hoskinson, CEO of Input Output Global, described intent-based transactions as the next frontier in cryptocurrency during an interview with Crypto Crow. Mintern, an account associated with Cardano’s Minswap, shared excerpts on Oct. 29 and said Cardano’s architecture provided advantages for this model. Hoskinson explained intent-based finance through an example of purchasing coffee at Berlin’s airport. A customer paid in dollars at Starbucks, but the transaction required currency conversion from dollars to euros and routing through credit card networks to the merchant’s bank. The process involved approximately 40 steps, but the user only declared an intent: buy coffee for a specific price with a specific payment method. Automation handled the conversion, routing, and settlement. Hoskinson stated this approach represented how finance, markets, and commerce operate. He said intents constituted the next major development in cryptocurrency, and Cardano maintained built-in advantages for this model. Cardano’s Technical Framework for Intents Cardano’s extended-UTxO ledger and Plutus validators make transaction effects and fees deterministic before submission. A front end can express a user’s desired outcome, build a constrained unsigned transaction locally, and know exactly what occurs once a solver or batcher submits it. This predictability supports intent flows where users declare goals and automation executes. Three Vasil-era primitives enable intent-based user experiences. Reference inputs (CIP-31) allow solvers to read on-chain state without spending it. Inline datums (CIP-32) allow the intent itself to exist directly as data on a UTxO. Reference scripts (CIP-33) permit multiple intents…

Cardano’s Extended-UTxO Model Positioned for New Blockchain Era, Hoskinson Says

For feedback or concerns regarding this content, please contact us at crypto.news@mexc.com

Key Insights:

  • Charles Hoskinson said intents represent the next evolution in cryptocurrency, with users declaring outcomes while automation handles execution across chains and protocols.
  • Cardano’s extended-UTxO ledger and Plutus validators enable deterministic transaction simulation before submission, supporting intent-centric user flows.
  • Three Vasil-era primitives (CIP-31, CIP-32, CIP-33) reduce friction for intent fulfillment through reference inputs, inline datums, and reference scripts.

Charles Hoskinson, CEO of Input Output Global, described intent-based transactions as the next frontier in cryptocurrency during an interview with Crypto Crow.

Mintern, an account associated with Cardano’s Minswap, shared excerpts on Oct. 29 and said Cardano’s architecture provided advantages for this model.

Hoskinson explained intent-based finance through an example of purchasing coffee at Berlin’s airport.

A customer paid in dollars at Starbucks, but the transaction required currency conversion from dollars to euros and routing through credit card networks to the merchant’s bank.

The process involved approximately 40 steps, but the user only declared an intent: buy coffee for a specific price with a specific payment method. Automation handled the conversion, routing, and settlement.

Hoskinson stated this approach represented how finance, markets, and commerce operate. He said intents constituted the next major development in cryptocurrency, and Cardano maintained built-in advantages for this model.

Cardano’s Technical Framework for Intents

Cardano’s extended-UTxO ledger and Plutus validators make transaction effects and fees deterministic before submission.

A front end can express a user’s desired outcome, build a constrained unsigned transaction locally, and know exactly what occurs once a solver or batcher submits it.

This predictability supports intent flows where users declare goals and automation executes.

Three Vasil-era primitives enable intent-based user experiences. Reference inputs (CIP-31) allow solvers to read on-chain state without spending it.

Inline datums (CIP-32) allow the intent itself to exist directly as data on a UTxO. Reference scripts (CIP-33) permit multiple intents to point to a pre-deployed validator, eliminating repeated code deployment costs.

Together, these features reduce friction and costs in automated fulfillment.

The standard dApp-wallet bridge (CIP-30) collects and signs intents. A web application builds the transaction, requests the user’s wallet to sign via the injected API, receives the witness set, and submits.

The Plutus Application Backend and common SDKs handle off-chain orchestration.

Intents-based system explained | Source: Paradigm

Batchers Function as Intent Solvers

Cardano DEXes operate batcher systems that demonstrate the intent pattern in production. Users post swap or liquidity-provider UTxOs with constraints such as price, minimum output, and deadline.

An off-chain batcher aggregates and settles them into a single on-chain transaction, functioning as a solver that fulfills intents. Minswap documented this explicitly in its technical documentation.

Ledger features support intent automation. Validity intervals and time-to-live parameters provide explicit time windows for automation to know when an order expires.

Collateral outputs (CIP-40) contain failed-script risk without seizing user funds beyond the collateral rule set, which matters for safe automated submission.

Hydra Heads mirrors layer-1 semantics off-chain through isomorphic state channels. The same Plutus logic can execute in a head and later settle back to layer-1, which is useful for solver-style matching engines that require lower latency.

NEAR’s Intents platform added ADA support, showing how solver layers can select routes and gas across chains while users only declare outcomes.

Different Approaches Across Ecosystems

Other blockchain ecosystems take different routes toward intent-based transactions. On Ethereum, UniswapX and CoW Protocol focus on off-chain signed orders settled via solver competitions and batch auctions to protect against MEV.

ERC-4337 and ERC-7702 add smart account user experience and gas abstraction that many intent front ends employ.

NEAR introduced intents, a native transaction type tied to Chain Signatures and the chain abstraction, with solver networks fulfilling cross-chain goals directly.

This positions intents as first-class protocol features rather than Cardano’s application-level pattern.

Cosmos converged around order-flow auctions and cross-chain intent standards like ERC-7683, plus Skip and Interchain work on solver-driven routing between zones.

Solana emphasized interface-native Actions and Blinks, which let users click a URL to compose and submit a transaction via their wallet, while RFQ and aggregator systems handle price discovery.

Cardano’s proposal differs in its deterministic extended-UTxO, Vasil features, and Hydra’s isomorphism, which make it natural to encode intents as UTxO data and have off-chain batchers settle them predictably.

What Is in the Near Term for Cardano’s Price?

Although intents are not a solution for short-term success, they certainly fuel the narrative around an asset, supporting its price action.

Analyst Ali Martinez stated on Oct. 29 that Cardano might reach $1.70 if it broke above $0.80. His chart showed a symmetrical triangle pattern with price consolidating between converging trendlines since early 2025.

The Sniper Club published an analysis on Oct. 29 that identified support zones for ADA on the daily chart.

The publication said Cardano’s price consolidated in a support area between $0.58 and $0.67. Entry opportunities existed in this range, with first targets at $0.74 to $0.85, representing gains of 28% to 47%.

Second targets ranged from $0.94 to $1.14, representing gains of 62% to 97%. The analysis placed a stop loss below $0.52.

Supported by a long-term perspective, price action might act in the short term as the analysts predicted.

Source: https://www.thecoinrepublic.com/2025/10/30/cardanos-extended-utxo-model-positioned-for-new-blockchain-era-hoskinson-says/

Market Opportunity
ERA Logo
ERA Price(ERA)
$0.1363
$0.1363$0.1363
-2.57%
USD
ERA (ERA) Live Price Chart
Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact crypto.news@mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.

You May Also Like

SOL Moves Sideways While Ozak AI Token Targets Life-Changing Gains for Presale Investors

SOL Moves Sideways While Ozak AI Token Targets Life-Changing Gains for Presale Investors

The post SOL Moves Sideways While Ozak AI Token Targets Life-Changing Gains for Presale Investors appeared on BitcoinEthereumNews.com. In the world of crypto, two tokens are making waves, albeit with different trajectories. While Solana (SOL) continues to move sideways, the Ozak AI token is gaining significant momentum with impressive presale results. With Ozak AI’s presale showing growth of over 1,100%, investors are eyeing substantial returns as the presale progresses. Ozak AI Presale Performance: Rapid Growth and Strong Fundamentals The Ozak AI token is in Phase 6 of its presale, with the price fixed at $0.012. The project has made remarkable strides, seeing its token grow by more than 1,100% since the beginning of the event. Over 905 million tokens have been sold, raising over $3.2 million. As the presale moves forward, the next price increase will take the token to $0.014, requiring a minimum investment of $100. Ozak AI has a total supply of 10 billion tokens, with 30% allocated to presale. Other allocations include ecosystem incentives, reserves, liquidity, and the project team. The distributions support both growth and sustainability, ensuring a balanced supply for adoption and development. Key Features and Partnerships Supporting Ozak AI’s Growth Ozak AI offers significant value beyond just speculation. The platform utilizes machine learning with decentralized networks to provide predictive analytics for financial markets. Ozak AI offers real-time data feeds, customizable prediction agents, and decentralized applications (dApps) to users. The integration of the Ozak AI Rewards Hub adds a unique feature to the platform, where users can participate in staking, governance, and rewards. This initiative also raises awareness about the presale success. Ozak AI has partnered with various leading platforms. Pyth Network enhances the reliability of its predictive models and provides accurate financial data across blockchains. Additionally, Dex3’s liquidity solutions improve the platform’s trading experience, enabling seamless transactions. The integration of Weblume’s no-code tools and the SINT protocol for one-click AI upgrades makes…
Share
BitcoinEthereumNews2025/09/18 23:49
Tim Draper’s Stark Prediction As Fiat Trust Plummets

Tim Draper’s Stark Prediction As Fiat Trust Plummets

The post Tim Draper’s Stark Prediction As Fiat Trust Plummets appeared on BitcoinEthereumNews.com. Bitcoin Adoption: Tim Draper’s Stark Prediction As Fiat Trust
Share
BitcoinEthereumNews2026/03/14 14:57
Chorus One and MEV Zone Team Up to Boost Avalanche Staking Rewards

Chorus One and MEV Zone Team Up to Boost Avalanche Staking Rewards

The post Chorus One and MEV Zone Team Up to Boost Avalanche Staking Rewards appeared on BitcoinEthereumNews.com. Through the partnership with MEV Zone, Chorus One users will earn extra yield automatically. The Chorus One Avalanche node has a total stake of over 1.7 million, valued at around $55 million. This collaboration will introduce MEV Zone to both public nodes and Validator-as-a-Service. The Avalanche network stands to benefit from fairer and more efficient markets due to enhanced transparency. Chorus One, a highly decorated institutional-grade staking provider, has inked a strategic partnership with MEV Zone to enhance yield generation on the Avalanche (AVAX) network. The Chorus One partnered with MEV Zone to increase the AVAX staking yields, while simultaneously contributing to the general growth of the Avalanche network. “At Chorus One, we see this as an important step in our ongoing journey to provide robust infrastructure and innovative yield strategies for our partners and clients,” the announcement noted.  Why Did Chorus One Partner With MEV Zone? The Chorus One platform has grown to a top-tier institutional-grade staking ecosystem, with more than 40 blockchains, since 2018. In a bid to evolve with the needs of crypto investors and the supported blockchains, Chorus One has inked several strategic partnerships in the recent past, including MEV Zone. In the recent past, MEV Zone has specialized in addressing the Maximal Extractable Value (MEV) challenges on the Avalanche network. The MEV Zone will help Chorus One’s AVAX node validator to use Proposer-Builder Separation (PBS). As such, Chorus One’s AVAX node will seamlessly select certain transactions that are more profitable when making blocks. For instance, MEV Zone will help Chorus One’s AVAX node validator to capture arbitrage and liquidation transactions more often since they are more profitable.  How will Chorus One’s AVAX Stakers Benefit Via This Partnership? The Chorus One AVAX node has grown over the years to more than 1.77 million coins staked, valued…
Share
BitcoinEthereumNews2025/09/18 03:19