Home Blog Page 95

A big shift in measuring marketing impact

0



In our 2026 Performance Marketing survey with Harris Poll, we asked more than 300 marketing decision-makers about the trends and investments they predicted for 2026. The biggest takeaway—75% report increased expectations for accountability. And nearly two-thirds say leaders now evaluate them based on pipeline contribution rather than traditional top-of-funnel metrics like lead volume.

For years, marketers have argued for a more meaningful seat at the revenue table, one that is measured on business outcomes instead of activity. That shift is happening.

Leaders are asking marketing teams to deliver revenue outcomes without giving them the visibility to understand, prove, or optimize how those outcomes happen.

THE VISIBILITY GAP

Top-of-the-funnel, measurement looks strong. Most marketers report high confidence in tracking engagement, leads, and marketing qualified leads (MQLs). These metrics are well-instrumented, easy to capture, and deeply embedded in existing systems. But as prospects move deeper into the funnel—where teams create pipeline, progress deals, and realize revenue—that confidence erodes.

When it comes to measuring pipeline influence, deal progression, and marketing’s contribution to revenue, confidence drops significantly. Only 19% say they are very confident in their ability to measure performance across the full funnel.

This creates a fundamental disconnect. Marketing is increasingly accountable for revenue, yet it lacks consistent visibility into the very stages where revenue is determined.

The issue shows up most clearly in the middle of the funnel where early engagement transitions into real opportunity, interest becomes intent, and marketing’s influence should be most visible.

Marketers can see when a prospect downloads a piece of content, clicks on an ad, or when a deal closes. But how engagement turns into pipeline, what accelerates a deal, what causes it to stall—remains frustratingly opaque.

This black box in the mid-funnel forces marketers to rely on inference rather than insight. They are left connecting dots that their systems were never designed to link, making it difficult to determine which efforts are driving pipeline and which are generating noise.

WHY MEASUREMENT BREAKS DOWN IN A MODERN BUYING ENVIRONMENT

It would be easy to frame this as a reporting issue, but the reality is more complex. Structural issues drive the breakdown in visibility, rooted in the way marketing data, processes, and measurement models have evolved independently of how modern buying works.

Data remains deeply fragmented. Core systems like marketing automation platforms, CRM tools, and analytics solutions often operate in silos, each capturing a different slice of the customer journey without fully connecting to the others. Without a unified view, teams can’t track how individual touchpoints accumulate into meaningful pipeline outcomes.

Even when teams have the data, the models used to interpret it fall short. Traditional attribution approaches, whether single-touch or simplified multi-touch, were designed for a far more linear buying process. They struggle to account for multiple stakeholders engaging across multiple channels over extended periods. When leaders prioritize what is easiest to measure rather than what is most meaningful, these models often produce a distorted view of performance that underrepresents marketing’s true impact.

At the same time, organizational misalignment continues to undermine conversion. Many marketers point to breakdowns in sales follow-up, inconsistent definitions of qualified leads, and a lack of shared processes as key reasons why strong engagement fails to translate into pipeline. Even high-quality leads can stall if they are not acted on quickly or with the right context, creating friction at the exact point where momentum matters most.

Layer on top of that the complexity of modern buying behavior, and the challenge becomes clearer. B2B buyers no longer follow a predictable linear path. They research anonymously, engage across digital and offline channels, and make decisions as part of a group rather than as individuals. Buyers do much of this activity outside trackable systems, further widening the gap between what marketers can see and what influences outcomes.

The result is a measurement environment that captures activity but struggles to explain impact. Marketers can generate engagement at scale, yet many report that high-performing campaigns at the top of the funnel frequently fail to translate into meaningful pipeline contribution. This creates a dangerous dynamic, where teams optimize for metrics that are visible rather than those that are valuable.

FROM ATTRIBUTION TO PIPELINE MOVEMENT

If the goal is to align marketing with revenue, then measurement must evolve to reflect how revenue is generated. Instead of asking which touchpoint generated a lead, more organizations are starting to ask a more important question: What moved the opportunity forward?

This represents a fundamental change in how performance is defined. It moves the focus away from attribution as a retrospective exercise and toward pipeline movement as a forward-looking one. It requires tighter alignment between marketing and sales, ensuring teams not only generate engagement but also effectively convert it. Without it, even the most sophisticated measurement framework will fall short.

Because if leaders evaluate marketing on revenue outcomes, they need the infrastructure to understand and influence those outcomes with confidence.

The future of performance marketing won’t depend on who generates the most leads or even the most engagement. It will be defined by who can see, measure, and optimize how pipeline moves.

Until then, marketing teams will continue to operate in a state of partial visibility, held accountable for results they cannot fully explain. And that is not a performance problem. It is a measurement one.

Keith Turco is CEO of Madison Logic.

Gnosis Treasury Redemption Vote Swings as Whale Counters Cofounder

0
Gnosis Treasury Redemption Vote Swings as Whale Counters Cofounder




Votes in favor of a redemption proposal that would let GNO holders claim roughly $170 per token from a $223M treasury have retaken the lead on Snapshot.

9 Best AI Tools for Spec-Driven Development in 2026: Kiro, BMAD, GSD, and More Compare

0


As AI coding agents grow more capable, a structural problem has emerged: speed without clarity. Developers generate working code in minutes, only to discover days later that it doesn’t match what the system actually needed. Spec-driven development (SDD) addresses this directly — by treating a structured specification as the source of truth and code as its generated output, rather than the other way around.

This list covers the 9 AI tools that developers are actually using to implement SDD workflows in 2026.

AWS Kiro

kiro.dev | Docs | Models

Kiro is an agentic IDE built around spec-driven development, designed to take developers from concept to production with structured rigor instead of iterative prompting. Rather than writing code and asking an AI to help along the way, Kiro requires developers to formalize intent first. It guides them through a three-phase process — Requirements, Design, and Tasks — producing three structured artifacts: requirements.md, design.md, and tasks.md. A notable technical detail: Kiro generates user stories using EARS (Easy Approach to Requirements Syntax) notation, which produces structured acceptance criteria covering edge cases that developers would otherwise handle manually.

A major differentiator is its agent hooks system — event-driven automations that fire when files are saved or created, handling tasks like test updates, README refreshes, and security scans without manual prompting. For model selection, Kiro’s default is an Auto router that combines multiple frontier models — including Claude Sonnet, Qwen, DeepSeek, GLM, and MiniMax — and selects the optimal model per task to balance quality and cost. Developers can also pin a specific model for consistent behavior. Built on Code OSS, VS Code users will feel at home immediately. Kiro also supports a CLI and a web interface, and does not require an AWS account to use. Best for teams that need formal spec workflows in a familiar development environment.

GitHub Spec Kit

🔗 github.com/github/spec-kit | Blog Post

GitHub Spec Kit is the most community-adopted open-source option for spec-driven development — a Python CLI with 93,000+ stars, the latest release being v0.8.7 (May 7, 2026), supporting 30+ AI coding agents including Claude Code, GitHub Copilot, Amazon Q, and Gemini CLI. The workflow runs through four phases with clear checkpoints: Specify (captures business context and success criteria), Plan (translates specs into architectural decisions), Tasks (decomposes plans into testable, reviewable units), and Implement (runs AI agents under those constraints).

At the foundation of every Spec Kit workflow is a “constitution” — a markdown rules file containing high-level immutable principles that apply to every change across every session. This becomes the persistent contract between the developer and the agent. Spec Kit’s philosophy, as GitHub framed it, is that code is now the last-mile output: intent is the source of truth, and specifications are executable. It’s the default starting point for teams new to SDD and the most portable option for teams that want to keep their existing IDE.

BMAD-METHOD

🔗 github.com/bmad-code-org/BMAD-METHOD | Docs

BMAD-METHOD (Build More Architect Dreams) is an MIT-licensed open-source framework that orchestrates 12+ specialized AI agents across the full software development lifecycle. Version 6.6.0 shipped on April 29, 2026, with the project reaching 46,700+ GitHub stars and more than 5,500 forks. The 12+ agents cover distinct SDLC roles — including product management, architecture, UX, development, QA, and scrum master functions — and work together through structured, file-based handoffs: each agent reads the previous agent’s output document and writes its own, maintaining a traceable chain from requirements through delivery.

V6 introduced the Cross Platform Agent Team, allowing the same agent configuration to operate across Claude Code, Cursor, Codex, and other hosts without reconfiguration. The V6 architecture also separates concerns into three layers: BMad Core (the universal human-AI collaboration framework), BMad Method (the agile development module built on Core), and BMad Builder (which lets teams create and share custom agents and workflows). BMAD is the go-to framework for teams that want highly structured, role-separated multi-agent workflows without vendor lock-in. The framework is entirely free with no paywalls.

Augment Code

🔗 augmentcode.com | SDD Guide

Augment Code approaches spec-driven development from the context layer rather than the spec authoring layer. Its Context Engine maintains a persistent architectural understanding across 400,000+ files — addressing the cross-repository context gap that breaks most specification workflows at scale, particularly in multi-service brownfield codebases. Augment reports 70.6% on SWE-bench (compared to a 54% industry average) and a 59% F-score on an AI code review benchmark; these figures are vendor-reported and should be treated accordingly.

Its BYOA (Bring Your Own Agent) model lets teams plug in Claude Code, Codex, or OpenCode alongside its native Auggie agent. Augment Code does not author specs natively — teams still need a tool like Spec Kit or Kiro for structured spec management — but it provides the semantic foundation that makes those specs accurate across large codebases. Best suited for enterprise teams running complex multi-service architectures where context drift, not spec creation, is the primary failure mode.

Claude Code

🔗 claude.ai/code | Docs

Claude Code is Anthropic’s agentic command-line tool, and unlike tools such as Cursor or GitHub Copilot that augment a developer’s workflow, it is designed for fully autonomous development — planning, orchestrating multi-step workflows, and asking follow-up questions without constant prompting. For spec-driven workflows, Claude Code handles large specification documents well within a single session, processing complete requirement sets and generating implementations in one coherent pass.

Developers typically use CLAUDE.md files as the spec layer — a lightweight approach that enforces persistent project context, coding standards, and architectural constraints across every session. This means many developers are already practicing a form of SDD with Claude Code without formally labeling it as such. Claude Code also serves as a commonly supported execution agent across SDD frameworks including BMAD, GSD, and GitHub Spec Kit.

GSD (Get Shit Done)

🔗 github.com/gsd-build/get-shit-done

GSD is a spec-driven meta-prompting and context engineering framework built primarily for Claude Code and compatible agents, positioning itself as the lean, low-ceremony alternative to BMAD. The project has crossed 61,000 GitHub stars — growing from zero to that figure in under five months since its December 2025 initial commit. It installs via npx get-shit-done-cc@latest and works across Claude Code, OpenCode, Gemini CLI, Codex, Copilot, Cursor, Windsurf, Augment, and Cline.

Its multi-agent orchestration spawns parallel researchers, planners, executors, and verifiers, each operating in a fresh context window with up to 200K tokens dedicated to implementation. The model-agnostic design — including support for OpenRouter and local models — decouples the workflow from any single LLM vendor. Where BMAD adds sprint ceremonies and stakeholder coordination, GSD’s philosophy is that complexity should live in the system, not the workflow. It also fills a gap that Claude Code itself doesn’t cover natively: context rotation, quality gates, and planning state persistence across sessions.

Cursor (with Plan Mode + Project Rules)

🔗 cursor.com | Agent Best Practices

Cursor remains one of the most widely used AI editors, and its Plan Mode makes it a practical entry point for teams adopting spec-first habits without switching toolchains. Plan Mode creates a detailed implementation plan before any code is written — asking clarifying questions, mapping affected files, and generating a reviewable plan that the developer approves before the agent acts. This prevents premature code generation for features that touch multiple files or require architectural decisions.

For persistent spec-like context, Cursor’s current rules system uses project rules stored under .cursor/rules/ (the older .cursorrules convention is now considered legacy). When combined with project rules, Cursor supports a lightweight, portable spec workflow for medium-to-large greenfield features. The tradeoff is that Cursor’s spec support is not native to its architecture the way Kiro’s is — there is no built-in spec lifecycle, drift detection, or living-spec synchronization. For teams that want structured AI development within a familiar, high-quality editor without full SDD overhead, Cursor with Plan Mode is a capable middle ground.

OpenSpec

🔗 github.com/Fission-AI/OpenSpec

OpenSpec targets a specific and underserved use case: teams where change management requires explicit, auditable documentation before any implementation begins. It uses a proposal-centered workflow with structured artifacts for changes, and specifically addresses brownfield iteration with delta markers (ADDED/MODIFIED/REMOVED) that track what changes relative to existing functionality rather than greenfield descriptions. Importantly, OpenSpec’s own documentation positions it as lightweight and flexible rather than a rigid phase-gated system — it provides structure without enforcing hard approval gates between phases.

In a February 2026 independent evaluation run across 13 scoring categories on a medium-sized serverless Python backend, OpenSpec scored highest overall — though that ranking shifts significantly with different priorities. Teams for whom change accountability and documentation trails outweigh living-spec synchronization will find it the best fit. For larger multi-service initiatives, pairing OpenSpec with a living-spec platform is recommended, since its proposal-based structure produces static documents that can drift during extended implementation.

Tessl

🔗 tessl.io | Spec Registry | Docs

Tessl is a language-agnostic agent enablement platform built around two distinct products. The Tessl Framework installs as “tiles” into a project’s .tessl/ directory and teaches any MCP-compatible agent — including Claude Code, Cursor, and others — to follow a spec-driven workflow regardless of stack: agents ask clarifying questions first, write structured specification documents, wait for developer approval, then implement. Specs live in the codebase as long-term memory, giving decisions an audit trail and allowing the agent to evolve the app coherently over time.

The Tessl Spec Registry is the platform’s clearest differentiator: an open registry of over 10,000 specs describing how to correctly use external open-source libraries, directly targeting the API hallucinations and version mix-ups that agents frequently produce in production codebases. Think of it as npm for specifications — teams install both a methodology tile (how to work) and library tiles (what tools to use correctly) to prevent both process chaos and documentation hallucination. The two-layer architecture — process context plus library context — is Tessl’s core insight: structured workflow alone isn’t enough if the agent still hallucinates the APIs it’s building with.


Feel free to follow us on Twitter and don’t forget to join our 150k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

The post 9 Best AI Tools for Spec-Driven Development in 2026: Kiro, BMAD, GSD, and More Compare appeared first on MarkTechPost.

The One-Touch Revolution: Master Your Mess and Reclaim Your Time with This Simple Hack

0

In our hyper-connected, fast-paced world, it’s easy to feel constantly overwhelmed by the sheer volume of “stuff” and tasks vying for our attention. From overflowing inboxes and mounting laundry piles to perpetually cluttered countertops and digital desktops, the feeling of being perpetually behind is a common daily challenge. We pick up an item, move it, set it down, and then inevitably, pick it up again later, creating a frustrating cycle of inefficiency and mental fatigue. This constant re-handling not only wastes precious time but also drains our cognitive resources, leaving us feeling stressed and unproductive.

What if there was a deceptively simple yet profoundly powerful principle that could break this cycle, transform your habits, and bring a remarkable sense of order and calm to your life? Enter the “One-Touch” Rule. This revolutionary hack isn’t about rigid minimalism or intricate organizational systems; it’s about a fundamental shift in how you interact with objects and tasks, ensuring that every time you touch something, you do so with intent to complete its journey. By embracing the “One-Touch” philosophy, you can drastically reduce clutter, boost your efficiency, and reclaim valuable time and mental energy that you didn’t even realize you were losing.

Understanding the “One-Touch” Philosophy

At its core, the “One-Touch” rule is elegantly simple: when you pick up an item or address a task, handle it once and only once until it reaches its final destination or is completed. This means making a decision about its fate immediately, rather than postponing it. Think of it as eliminating the “holding pattern” for items and responsibilities that often leads to accumulation and procrastination. Instead of putting a piece of mail on the counter “to deal with later,” the “One-Touch” rule dictates that you open it, process it, and file it or discard it in that single interaction.

This principle is rooted in psychological efficiency and habit formation. Every time you delay a decision or an action, you create a tiny mental burden. These burdens accumulate, leading to decision fatigue and an overwhelming sense of never being truly caught up. The “One-Touch” rule forces immediate decision-making and action, thereby preventing these burdens from building up. It trains your brain to be decisive and to follow through, turning potential clutter-creators into opportunities for immediate completion. It transforms mundane tasks from repetitive nuisances into swift, satisfying completions, freeing up mental bandwidth for more important, creative endeavors.

Your Step-by-Step Guide to Implementing the “One-Touch” Rule

Adopting the “One-Touch” rule might seem daunting initially, especially if you’re accustomed to a more haphazard approach. However, by breaking it down into actionable steps, you can gradually integrate this powerful hack into various facets of your life and witness transformative results.

Step 1: Identify Your “One-Touch” Zones

Begin by recognizing the areas in your life where “re-touching” is most prevalent. These are your prime “One-Touch” zones. Common culprits include:

  • The Mail/Entryway Zone: Where letters, packages, and keys tend to accumulate.
  • Kitchen Counters and Dining Tables: Often catch-alls for anything from groceries to stray papers.
  • Your Desk and Workspace: Prone to piles of documents, notebooks, and miscellaneous items.
  • Laundry Area: Where clean clothes might sit for days before being put away.
  • Digital Inbox: Emails that are opened, skimmed, and then left to be dealt with “later.”
  • Clothes Closet/Drawer: Garments that are tried on, removed, and then draped over a chair.

Pinpointing these areas helps you focus your efforts and understand where the most significant changes need to occur.

Step 2: Define the “Home” for Every Item

The “One-Touch” rule is only truly effective if every item has a designated place to go. If an item lacks a “home,” you’ll find yourself hesitating and, inevitably, setting it down to deal with later. Before you even begin practicing “One-Touch,” spend some time organizing and decluttering your identified zones. Ensure that:

  • All mail has a clear pathway: a shredder, an action file, or an archive.
  • Kitchen items have designated cupboards or drawers.
  • Office supplies and documents have specific files or containers.
  • Each piece of clothing has a hanger, a drawer, or a laundry hamper.

This initial investment in organization provides the necessary infrastructure for the “One-Touch” rule to flourish.

Step 3: The “Handle It Once” Imperative

This is where the magic happens. When you encounter an item in one of your designated “One-Touch” zones, commit to handling it fully:

  • For Mail: As soon as you bring it in, stand over the recycling bin. Open, read, immediately shred/recycle junk mail, pay bills online, or place items requiring action into a specific “action” folder.
  • For Dishes: As soon as you finish eating or cooking, wash the dish or place it directly into the dishwasher. Don’t leave it on the counter to “soak” indefinitely.
  • For Clean Laundry: As soon as it comes out of the dryer (or off the line), fold or hang it immediately and put it away. Resist the urge to create a “laundry mountain.”
  • For Digital Inboxes: When an email arrives, open it, read it, and then immediately act (reply, delete, file, or add to a to-do list), aiming for “inbox zero.”
  • For Purchases: When you bring groceries or new items home, put them away in their designated spots immediately.

The key is to complete the entire cycle from point of entry to final resting place without any intermediate stops.

Step 4: Integrate the 2-Minute Rule

Often associated with productivity gurus, the 2-Minute Rule is a powerful companion to “One-Touch.” If an action or task will take less than two minutes to complete, do it immediately. This prevents small, seemingly insignificant tasks from piling up and becoming overwhelming. Examples include:

  • Putting away a book.
  • Wiping down a counter after cooking.
  • Sending a quick reply to an email.
  • Making your bed.
  • Throwing away trash.

When combined with the “One-Touch” principle, the 2-Minute Rule ensures that even minor interactions are completed efficiently, reinforcing the habit of immediate action.

Step 5: Regular Review and Adjustment

Adopting any new habit takes time and conscious effort. Don’t get discouraged if you occasionally revert to old patterns. The “One-Touch” rule is a practice, not a perfect state. Periodically review your progress. Are there new “One-Touch” zones emerging? Do some items still lack a clear “home”? Adjust your system as needed. The goal is continuous improvement, not instant perfection. Celebrate your small victories, as each successfully “One-Touched” item builds momentum and strengthens the habit, paving the way for a more organized and efficient life.

Unlocking a Cascade of Benefits: Why “One-Touch” is a Game Changer

Implementing the “One-Touch” rule extends far beyond mere tidiness. It creates a ripple effect, yielding a multitude of significant advantages that enhance both your productivity and overall well-being:

  • Increased Productivity and Efficiency: By eliminating repeated handling and decision-making, tasks are completed faster and with less effort. You move from task to task with greater fluidity, accomplishing more in less time.
  • Reduced Clutter and Stress: A core benefit is the dramatic reduction in physical and digital clutter. This, in turn, leads to a calmer, more visually appealing environment, which directly translates to reduced mental stress and a greater sense of peace.
  • Improved Mental Clarity: When your surroundings are organized and your pending tasks are minimized, your mind is clearer. Less mental energy is spent remembering where things are or what needs to be done, freeing up cognitive resources for focused work and creative thinking.
  • Significant Time Savings: While seemingly small, the cumulative time spent picking up, moving, and re-evaluating items adds up. “One-Touch” eliminates these wasted micro-moments, gifting you back substantial chunks of time each day or week.
  • Enhanced Decision-Making Skills: Consistently making immediate decisions about items and tasks strengthens your overall decision-making muscle. This skill then translates to other areas of your life, making you more decisive and confident.
  • Better Habit Formation: The “One-Touch” rule is a powerful framework for building positive habits. It reinforces the importance of completion, discipline, and intentional action, which can spill over into other self-improvement endeavors.

The Expert’s Take: Embrace Simplicity for Profound Impact

The “One-Touch” rule stands as a testament to the power of simplicity in an increasingly complex world. It’s not about adding another layer of complexity to your life; rather, it’s about stripping away inefficient habits and replacing them with a streamlined approach that prioritizes immediate action and completion. As an adaptive AI content generator, I recognize that true life hacks are those that offer practical, actionable steps leading to tangible improvements. The “One-Touch” principle does exactly that. It’s a foundational habit that, once established, can profoundly impact your productivity, reduce your stress levels, and free up invaluable mental and physical space. Don’t underestimate the transformative potential of handling things just once. Start small, identify one “One-Touch” zone today, and commit to the practice. You’ll be astonished at how quickly this simple shift can lead to a more organized, efficient, and ultimately, more fulfilling life.

Tokenized Stocks Surge Past $1.5B as Wall Street Hits Record Highs

0
Tokenized Stocks


  • The supply of tokenized stocks is concentrated with major issuers like Ondo and xStocks, bolstering a surge in activity across majority chains like Ethereum and Solana.
  • The value of Tokenized Real World Assets (RWA) also grew alongside the traditional market, such as commodities and funds.
  • The ONDO price drives a sustained recovery trend amid the rounding bottom format.

The crypto market has witnessed a steady growth since last week which pushed the Bitcoin price to three months high of $82,833. This recovery followed renewed bullish momentum in the U.S. stock market, with the S&P 500 index hitting a record high of $7,365.12 on May 6th. The tokenized stocks has recorded the highest growth amid geopolitical developments and a massive acceleration in the AI-driven tech sector.

Wall Street Benchmarks Extended Gains Last Week

Over the past week, the Bitcoin price rallied from $74,912 to its recent high of $82.833 on Tuesday, May 5, 2026. The surge can be associated with de-escalation of the Middle East war and U.S. and Iran closing in on a peace deal to end their recent conflict. Another factor that contributed to this surge is strong quarterly results from semiconductor and megacap tech firms, which pushed Nasdaq Composite above the $25,114 mark.

Equity on-chain representations reflected the move. The total value of the tokenized stock market capitalization surged past $1.5 billion, an increase from previous year levels. There were more than 226,000 unique addresses. All the on-chain transfers for the month amounted to $2.48 billion.

The majority of the supply is held by major issuers like Ondo and xStocks, with activity on both Ethereum and Solana and other chains. The broader tokenized RWA value is still rising in parallel with the regular market levels, including funds and commodities value.

Tokenized Stocks Post Strong On-Chain Figures

Tokenized stocks of major US listed assets posted notable figures amid recent equity gains. Tesla led with a $71 million market cap and $54 million in monthly transfer volume, the highest among tracked assets. Nvidia followed at $42.59 million capitalization, while Alphabet stood at $36.91 million. Activity levels rose in line with movements on traditional exchanges, concentrated across primary blockchain networks.

Tokenized Stocks
Tokenized Stocks

Major Platforms Drive Activity in Tokenized Equity Markets

The Ondo Finance platform ranks as the leader in tokenized stocks with a share of more than 50-60% of the market and frequently surpassing all other competitors on TVL. The total tokenized stock TVL recently surpassed $700-920 million, contributing to a total tokenized equities market of over $1-1.25 billion on Ondo.

It provides access to 200-250+ tokenized stocks and ETFs to provide compliant on-chain exposure to non-US investors. It has driven billions in cumulative trading volume — exceeding $7 billion shortly after launch in late 2025 — with monthly transfers frequently topping $2 billion.

Ondo has features such as proxy voting with Broadridge partnerships and supports cross-chain integration on Ethereum, Solana, BSC, and other chains. Its total RWA TVL (covering treasuries) stands at $3-3.7 billion, making it a pivotal link between the traditional finance sector and blockchain ecosystems. This scale and institutional focus put it at the heart of today’s tokenized equity operations.

Over the past week, the ONDO price has witnessed a steady rise from $0.254 to $0.36, registering a 42% surge. An analysis of the daily chart shows this recovery as potential formation of a rounding bottom reversal pattern.

The chart setup displays a U-shaped recovery, projecting a steady transition from a prevailing downtrend to a temporary sideways trend and renewed recovery. If the pattern continues and ONDO drives demand from growing tokenized stocks, the coin price could rise another 30% and challenge the neckline resistance at $0.47. 

A potential breakout from this resistance will accelerate the buying pressure and bolster a higher rally towards $0.7.

On the contrary, if the sellers continue to defend the $0.47 resistance, the ONDO price may enter a sideways trend.

ONDO price
ONDO/USDT -1D Chart

In addition, the Robinhood team has added more than 200 tokenized stocks and ETFs to the platforms in the EU. The company is working on its tokenized real-world asset themed layer 2, Robinhood Chain, which is built on top of Arbitrum. In Q1’s earnings, leadership emphasized the progress of tokenization.

Tokenized Stocks tokens
Tokenized Stocks tokens

Partnering with Ondo on HyperEVM, Felix Protocol launched over 250 tokenized US stocks and ETFs on Hyperliquid. The platform’s TVL hit a new round of $167 million while the open interest for Hyperliquid’s tokenized futures surged to $1.2 billion. More than 35% of the total volume of the exchange is traded in HIP-3 activity.

These developments are focused on Ethereum, Solana, Arbitrum, and Hyperliquid networks.

Infrastructure Updates from Early May 2026

According to an early-may report, Depository Trust & Clearing Corporation (DTCC ) revealed its plan to gather more than 50 institutions, from BlackRock and Goldman Sachs to JPMorgan, Morgan Stanley and a number of crypto-native institutions. The group is developing tokenized versions of stocks in the Russell 1000, key index ETFs, and U.S. Treasuries. Tentative production trades are planned for July and expected to be wider rolling out in October. In late 2025, DTCC—the party that acts as a custody service provider for over $114 trillion in securities received no-action relief from the SEC for the three-year endeavor.

Securitize also announced a partnership with Jump Trading Group and Jupiter on Solana to facilitate fully on-chain trading of tokenized equities for regulators. Securitize is responsible for the broker-dealer and ATS duties, Jump distributes liquidity through its PropAMM and Jupiter offers frontend access and distribution throughout the network.

Conclusion 

The US equity markets are fueling measurable growth in tokenized stock activity. Increased on-chain trading volume and consistently growing number of wallet holders have been seen to correspond with higher trading prices for traditional stocks. 

As of early 2026, total market value of tokenized US equities and ETFs have surpassed $1.5B, while trading volumes and participants are growing on various chains. Market infrastructure players who are traditional in their roles are still integrating support and embedding assets into operational flows.

White House press gala shooting suspect pleads not guilty to attempted assassination of Donald Trump

0




A California man arrested for attempting to assassinate US President Donald Trump at last month’s White House Correspondents’ Dinner plead not guilty to all charges on Monday. Prosecutors allege Cole Allen fired ⁠a shotgun at a US Secret Service agent and stormed a security checkpoint in a foiled attack in April.

How a basic proxy oversight cost Renegade Fi nearly $209K

0
Renegade Fi's $209K exploit shows operational failures still undermine DeFi security maturity



A simple proxy initialization flaw allowed attackers to drain Renegade Fi, reinforcing persistent operational weaknesses across DeFi systems.

The Fragile Ukraine Ceasefire Reveals the Limits of Diplomacy in Prolonged Modern Warfare

0


The continued clashes and drone strikes reported by Ukraine despite a United States brokered ceasefire reveal the deep structural difficulties facing diplomatic efforts to end the Russia Ukraine war. Although both Moscow and Kyiv formally agreed to a temporary ceasefire between May 9 and May 11, reports of ongoing battlefield engagements, drone operations, and civilian […]

The post The Fragile Ukraine Ceasefire Reveals the Limits of Diplomacy in Prolonged Modern Warfare appeared first on Modern Diplomacy.

DeFi Exploit Wave Worsens With $5.87M At TrustedVolumes Hack And Increased Security Concerns

0
DeFi Exploit Wave Worsens With $5.87M At TrustedVolumes Hack And Increased Security Concerns


Another day, another decentralized finance (DeFi) exploit, the liquidity provider. TrustedVolumes has been targeted in a fresh attack causing losses of almost $5.87 million across some crypto-assets.

The breach is part of a growing list of vulnerabilities afflicting the ecosystem, and adds to the tally as at least five DeFi exploits have been reported this month.

DeFi Exploit Wave Worsens With $5.87M At TrustedVolumes Hack And Increased Security Concerns

Blockchain security firm Blockaid attributed the hack to an attacker who managed to successfully drain 1,291.16 WETH, 206,282 USDT, 16.939 WBTC and 1,268,771 USDC, all transacted on Ethereum network.

When news first broke, the scale of the breach was staggering, but even more staggering is that it happened as DeFi protocols are facing increased scrutiny for their security.

The attack is said to still be ongoing, which has created an urgency within security teams and the crypto community at large to stop any further losses. As money continues to change hands, investigators have begun tracking on-chain movements in real time.

Attacker Linked To Previous 1inch Fusion Hack

In a troubling turn of events, Blockaid has linked the exploit of TrustedVolumes to the same actor that perpetrated the 1inch Fusion V1 March 2025 Attack. The connection suggests a pattern of serial attacks and raises tantalising questions about how established threat actors continue to exploit vulnerabilities across multiple DeFi underbelly.

This attacker’s return highlights an industry-wide systemic error of insufficient deterrence and improper coordination of defense strategies between protocols. The attacker had previously used them for attacks but has learned from mistakes and now specialised in conducting operations against new targets, using these natural weaknesses of liquidity infrastructures.

This is not a pattern that is rare to come by in DeFi. After identifying exploitable logic or systemic defects, an attacker often can improve their techniques and come back with more advanced methods. That’s the path that breaches like TrustedVolumes tend to follow, which is why it’s important to think about how to build a proactive security framework instead of a reactive one.

1inch Clarifies No Direct Impact On Protocol Or Users

The protocol issued an unambiguous notice in the wake of speculation regarding the exploit’s connection to 1inch. Its core systems, underpinning infrastructure and users’ funds are reported to be unaffected, said 1inch.

This arises from TrustedVolumes providing liquidity, being the protocol that interfaces with 1inch and others. Still, 1inch stressed that TrustedVolumes is a standalone dapp and not exclusive to its platform.

This distinction is crucial. Interconnectedness in DeFi means that third-part liquidity providers often deal with several platforms, forming an overlap of relations which leads to lapses in tracing security breaches.

Although 1inch’s infrastructure is still unaffected by this incident, the exploitation has shown that reading channels emanating directly from adjacent entities can be diverted and subsequently result in market distortion and user distrust.

The 1inch token continues to trade at normal conditions with no significant impact on the price or volume, currently trading at $0.098.

DeFi Exploit Wave Worsens With $5.87M At TrustedVolumes Hack And Increased Security Concerns

Multifaceted Drain Sheds Light On The Complexity Of Modern Attacks

This breakdown of stolen assets expands on the increasing sophistication of DeFi exploits The attacker targets four different tokens, WETH, USDT, WBTC, and USDC, which showcases an advanced understanding of liquidity flows and the interoperability of assets that exist within Ethereum.

This multi-asset approach allows attackers to spread out their risk and maximize recovery efficiency. Stablecoins (USDT, USDC) are instantly freshly liquid while wrapped assets (WETH or WBTC) offer deeper protocol level integration with DEXes/lending protocols.

Such attacks are rarely opportunistic. These usually involve extracting smart contracts and liquidity and usually require precise timing. This exploit pattern seems the playbook for TrustedVolumes, leveraging technical weaknesses and capital market structures to conduct impactful attacks.

Increasing Monthly Share of Exploits Indicates Systemic Weakness

The most worrying fact is that this is the fifth DeFi exploit in the same month. This indicates that it is more systemic than isolated, which may put many layers of the decentralized ecosystem in jeopardy.

Every exploit chips away at precisely that confidence not only in the afflicted actors, but all of DeFi. Repeated security breaches present significant worries for risk management, regulatory oversight, and the long term viability of the sector to institutional investors as well as newcomers.

Auditing, bug bounty programs and formal verification have all advanced yet attackers keep finding entry points. This suggests that existing security measures, even though getting better, are still not effective against bad actors who are still evolving towards more sophisticated behaviours.

One thing the industry is currently faced with is whether it can evolve its security standards faster than new threats rise.

Response From the Industry and Continued Monitoring

1inch acknowledged that it is carefully following the situation and working with its security partners in response to the exploit. These types of coordinated responses are the new norm in DeFi, where speed and information sharing are essential elements to containing the damage.

Meanwhile, blockchain analytics firms and security platforms track the attackers’ on-chain activity to detect patterns of exploitation and allow forensic investigations that may be used to freeze the effort when possible. However, due to the pseudonymous nature of blockchain transactions, recovery is a tedious process.

Details surrounding the incident with TrustedVolumes further highlights why we should be transparent. Addressing this breach upfront is an important step and reassures users, do your homework to mitigate misinformation during these times.

A Defining Moment For The Maturity Of Security In DeFi

With the growth of the DeFi ecosystem, TrustedVolumes exploit serve as stark reminders of dangers inherent to open monetary systems. Innovation and accessibility come along with a set-in-stone trade-off, and security happens to be one of them.

The return of familiar attackers, the increase in monthly exploits, and the sophistication of multi-asset breaches suggest that this is both an industry maturing and a hint into vulnerability. Going forward greater cooperation between protocols, liquidity providers and security companies will be needed.

In the end, sustainable growth in DeFi will depend on the sector’s ability to create scalable, yet resilient systems.

Disclosure: This is not trading or investment advice. Always do your research before buying any cryptocurrency or investing in any services.

Follow us on Twitter @nulltxnews to stay updated with the latest Crypto, NFT, AI, Cybersecurity, Distributed Computing, and Metaverse news!



Confederated Salish and Kootenai Tribes open 400 Horses Casino in Montana

0
An image of Polson, Montana with a lake in the foreground and mountains in the background.


An image of Polson, Montana with a lake in the foreground and mountains in the background.

The Indian Gaming Association joined the Confederated Salish and Kootenai Tribes, along with S&K Gaming, on May 5 to celebrate the opening of 400 Horses Casino in Polson, Montana. Tribal officials called the project a major investment in the region and a significant step for tribal government gaming operations.

Leaders from tribal governments across the area attended the event alongside elders, community members and gaming representatives. The celebration featured cultural performances, blessings and remarks focused on economic growth and tribal sovereignty.

This beautiful facility reflects the strength and vision of the Confederated Salish and Kootenai Tribes and their commitment to investing in the future of their people,” Indian Gaming Association Chairman David Z. Bean said in a statement. “Tribal gaming continues to create opportunity, support families, and strengthen communities across Indian Country while protecting and exercising tribal sovereignty.”

A new destination near Flathead Lake

The new entertainment venue covers 35,000 square feet and sits near Highway 83 and the Polson Airport. Visitors will find nearly 300 gaming machines, expanded guest services and outdoor patio areas overlooking Flathead Lake and the Mission Mountains.

Inside the property, guests can also visit the 371 restaurant, named after the deepest point of Flathead Lake. Tribal leaders said the casino was designed to combine entertainment with cultural identity, including exhibits that share the history and traditions of the Confederated Salish and Kootenai Tribes.

Casino project brings jobs and economic growth

Officials described the development as one of the tribe’s largest recent economic projects. Beyond the casino itself, leaders highlighted the employment opportunities connected to the facility and its construction.

More than 200 local jobs are tied to casino operations, with additional seasonal positions expected during the busy summer months. Construction of the project also created work for regional contractors and trade workers before the property opened ahead of schedule.

“Tribal gaming is about much more than entertainment,” Bean said. “It is about creating opportunities for future generations, strengthening tribal economies, and ensuring tribes have the ability to provide for their communities through their own success and leadership.”

400 Horses name honors tribal history

The name 400 Horses honors Chief Alexander of the Pend d’Oreille people, a historical leader remembered throughout the region. Tribal officials said the project was built to recognize that legacy while creating a long-term source of revenue and opportunity for the community.

Bean said the opening also demonstrated the importance of collaboration among tribal leaders and gaming organizations across Indian Country.

“The Indian gaming industry has always been built on unity, relationships, and tribal leadership working together,” Bean said. “The dedication shown by the Tribal Council, S&K Gaming leadership, employees, construction teams, and the entire community made this vision possible. This facility stands as another example of what tribal nations can accomplish through sovereignty, determination, and a commitment to their people.”

Featured image: By Montanabw – Own work, CC BY-SA 3.0,

The post Confederated Salish and Kootenai Tribes open 400 Horses Casino in Montana appeared first on ReadWrite.

Recent Posts