DD
MM
YYYY

PAGES

DD
MM
YYYY

spot_img

PAGES

Home Blog Page 55

Nasdaq Partners Payward/Kraken to Accelerate Tokenization Era Where Equities Become Programmable, Borderless and Always Accessible 

0

Nasdaq has partnered with Payward, the parent company of the cryptocurrency exchange Kraken to develop infrastructure for tokenized equities, aiming to enable 24/7 trading of blockchain-based versions of publicly listed stocks and ETFs.

Nasdaq is advancing its plan; proposed to the SEC in September 2025 to allow tokenized versions of its listed stocks and exchange-traded products (ETPs) to trade on its markets, with settlement in token form via the Depository Trust & Clearing Corp. (DTCC). The focus includes preserving corporate governance rights—such as proxy voting, dividends, and shareholder engagement—for token holders, giving issuers more control over tokenized shares.

Payward will design a gateway to connect regulated markets with on-chain and blockchain networks. This uses Kraken’s xStocks framework; a tokenized equities platform as the foundation, enabling seamless movement of tokenized securities between traditional finance (TradFi) systems and decentralized markets.

Kraken will act as a key distribution partner, especially for non-U.S. clients (targeting Europe initially), providing global access outside the U.S. The setup targets 24/7 trading (always-on access), instant settlement, fractional ownership, and full interoperability with traditional shares (same CUSIP identifiers).

This bridges the gap between stock market hours and crypto’s continuous trading model. The framework is expected to launch in early 2027, pending regulatory approval primarily from the SEC. This builds on Kraken’s existing xStocks platform (launched via its acquisition of Backed Finance in late 2025), which already offers tokenized U.S. stocks/ETFs trading 24/5 on chains like Ethereum and Solana, with over $25 billion in volume reported earlier in 2026.

Kraken has also rolled out regulated perpetual futures on tokenized equities for non-U.S. users, adding leverage and 24/7 derivatives access. This move signals accelerating convergence between traditional stock exchanges and blockchain technology, driven by growing interest in real-world asset (RWA) tokenization.

It follows similar efforts by competitors like ICE (NYSE parent) exploring blockchain-based 24/7 platforms. U.S. investors are currently excluded from many of these tokenized offerings due to regulatory constraints, with availability focused internationally. This is a significant step toward more accessible, efficient, and continuous global equity markets.

This collaboration builds on Nasdaq’s September 2025 SEC proposal and Kraken’s existing xStocks platform which has already achieved over $25 billion in transaction volume and $4+ billion settled on-chain, with 85,000+ unique holders. It aims to create regulated tokenized versions of Nasdaq-listed stocks and ETFs, with full interoperability (same CUSIP identifiers), instant settlement, fractional ownership, and preservation of shareholder rights.

The launch is targeted for the first half of 2027, pending SEC approval, with Kraken serving as a key gateway and distribution partner—primarily for non-U.S. investors starting in Europe. Traditional stock markets close daily and on weekends/holidays. Tokenized equities could enable continuous, always-on trading, allowing global investors to react to news, earnings, or events in real time—similar to crypto markets.

This could boost liquidity during off-hours and reduce timing risks. Instant settlement eliminates T+1/T+2 delays, lowers costs through blockchain, and enables fractional shares—democratizing access to high-value stocks for smaller investors worldwide.

The “equities transformation gateway” allows seamless movement between regulated (permissioned) markets and permissionless blockchain/DeFi ecosystems, potentially enabling tokenized stocks as collateral in lending, yield farming, or derivatives. U.S. retail/institutional investors are largely excluded due to regulatory hurdles, focusing availability internationally.

Issuers gain more control over tokenized shares; direct integration into share registries for governance and transparency, potentially streamlining corporate actions and shareholder engagement. This pressures rivals and signals Wall Street’s shift toward hybrid models. It could erode traditional brokers’ moats as crypto platforms capture equity trading volume.

Continuous trading may lead to more efficient global pricing, though it risks increased volatility from 24/7 exposure to global events. A major exchange like Nasdaq actively building tokenized infrastructure accelerates mainstream adoption. It bridges TradFi and crypto, potentially unlocking trillions in equity value on-chain.

Boosts demand for compliant blockchain layers, oracles for pricing, cross-chain bridges, and regulated gateways. Platforms like Kraken’s xStocks (built on networks such as Solana/Ethereum) stand to benefit from increased volume and integrations. Aligns with SEC’s 2026 guidance treating tokenized equities equivalently to traditional shares, potentially easing approvals and encouraging more institutions to enter RWAs.

24/7 trading might amplify flash crashes or contagion from crypto-style events into equities. Success requires building deep liquidity, preventing fragmentation, and ensuring compliance (KYC/AML via partners like Kraken). This partnership accelerates the “tokenization era,” where equities become programmable, borderless, and always-available assets.

It blurs lines between stock trading and crypto, positioning blockchain as core market infrastructure rather than a niche. If executed well, it could transform global capital markets—starting internationally—while highlighting the growing institutional embrace of on-chain finance.

ByteDance Open-sources a Powerful AI System, DeerFlow

0

ByteDance, the parent company of TikTok has open-sourced a powerful AI system called DeerFlow, short for Deep Exploration and Efficient Research Flow, often described as a “SuperAgent harness.” It was released around late February 2026 and quickly exploded in popularity, hitting the top of GitHub Trending with tens of thousands of stars.

This isn’t just another chatbot or simple coding assistant—it’s designed as a fully autonomous, multi-agent orchestration framework that can handle complex, long-running tasks end-to-end. It started as a deep research tool but evolved with a major 2.0 rewrite into something much broader based on community usage.

DeerFlow can autonomously:Conduct deep web research with cited sources and data synthesis. Write and execute code including running Python scripts, bash commands, and building full applications or data pipelines. Build websites and web apps from scratch.

Create slide decks/presentations; generating reports with charts, visuals, and structured content. Generate images and videos as part of workflows integrated via tools/skills. Break down high-level goals into subtasks, spawn parallel sub-agents for different parts; one researches, another analyzes, a third compiles visuals, and converge results into a final deliverable.

A classic example from discussions: Give it a prompt like “Research the top 10 AI startups in 2026 and build me a presentation.” It plans the workflow, delegates research, funding and competitor analysis to sub-agents working in parallel, then assembles everything into a complete slide deck with generated charts and visuals—all from one high-level instruction.

Runs in a secure, isolated Docker container with a persistent filesystem. The agent can actually read/write files, execute real commands, and manage a “virtual computer”—not just suggest code like many agents do. Long-term memory across sessions (learns your style, preferences, workflows).

Built on LangGraph and LangChain, with planning, tool use, and dynamic spawning of specialized sub-agents for multi-hour tasks. Only loads necessary tools/skills on-demand to avoid bloating the context window. Works with major LLMs like GPT-4, Claude, Gemini, DeepSeek, Ollama/local models, or any OpenAI-compatible API. Can run fully local/offline in many setups.

Open-source under MIT license: Free to use, modify, and build on commercially—no restrictions. It’s positioned as “batteries-included” for agent developers: filesystem access, sandboxed execution, memory persistence, and extensibility out of the box.

Community buzz especially on X highlights how it’s pushing boundaries in autonomous agents, with some calling it a game-changer for turning vague goals into executed deliverables without constant supervision. Developers are already extending it for things like automated content creation, dashboards, and more.

This addresses key pain points in agentic AI: state management, security/isolation, and handling complex, multi-hour tasks. Developers highlight it as redefining “work” in an AI economy—shifting from user-driven prompting to task-driven orchestration.

Some call copilots “outdated,” positioning DeerFlow as closer to an “AI employee with its own computer. Boost to Open-Source AI MomentumIt’s frequently cited as evidence that open-source AI is winning, especially from non-Western players like ByteDance following trends from DeepSeek, Qwen, etc.

Fully MIT-licensed and self-hostable, it offers: No API costs (works with local models like Ollama, or frontier ones like GPT-4/Claude/Gemini). Full control and extensibility (custom skills, progressive loading to avoid context bloat).

Comparisons often favor it over proprietary tools as a free alternative to OpenAI’s Deep Research or competitors like OpenClaw—some developers report switching to it for better multi-agent orchestration. If you’re into AI agents, this is worth experimenting with—especially since it’s production-grade infrastructure that’s now freely available.

US Department of Treasury Acknowledges Crypto Mixers can have Legitimate Uses for Preserving Financial Privacy 

1

The United States Department of the Treasury has recently acknowledged in an official report that cryptocurrency mixers can have legitimate uses for preserving financial privacy on public blockchains.

This comes from a March 2026 report to Congress titled “Innovative Technologies to Counter Illicit Finance Involving Digital Assets” (submitted under the GENIUS Act framework). The report explicitly states:“Lawful users of digital assets may leverage mixers to enable financial privacy when transacting through public blockchains. For instance, individuals may use mixers to protect sensitive information on personal wealth, business payments or charitable donations from appearing on a public blockchain.”

It further notes that as people increasingly use digital assets for everyday payments, mixers could help maintain privacy over consumer spending habits. This represents a nuanced shift from the Treasury’s earlier aggressive actions, such as the 2022 sanctions on Tornado Cash and designations of other mixers like Blender.io and Sinbad.io as tools primarily linked to illicit finance, including by North Korea’s Lazarus Group.

The report distinguishes between: Custodial mixers; centralized services that hold funds and are already required to register as money services businesses with FinCEN, potentially providing investigatory data. Non-custodial/decentralized mixers; harder to regulate, no new restrictions proposed here, though the department notes they are often used by criminals for laundering.

While recognizing these privacy benefits, the Treasury still highlights risks: mixers remain a key tool for illicit actors; North Korean hackers laundered funds through them after stealing billions in crypto from 2024–2025. It recommends measures like “hold laws” (safe harbor for temporarily freezing suspicious assets during investigations) and other tools to balance privacy with anti-money-laundering efforts.

This acknowledgment has been widely reported in crypto media as a partial reprieve for privacy tools, reflecting growing acceptance of their dual-use nature rather than blanket condemnation. This marks a nuanced evolution from the department’s more aggressive posture in prior years, such as the 2022 sanctions on Tornado Cash (which were lifted in March 2025 following legal challenges and court rulings invalidating aspects of the designation).

The report explicitly recognizes that lawful users may employ mixers to safeguard sensitive financial details — such as personal wealth, business payments, charitable donations, or everyday consumer spending habits — from permanent public visibility on blockchains like Ethereum.

This admission validates long-standing arguments from privacy advocates and the crypto community that mixers are dual-use tools, not inherently criminal. It signals a potential de-escalation in blanket demonization of privacy tech, moving away from viewing all mixers primarily as laundering conduits.

Instead, the Treasury distinguishes between: Custodial/centralized mixers; already subject to FinCEN registration as money services businesses, with potential for data sharing in investigations. Non-custodial/decentralized mixers (harder to regulate; no new restrictions proposed here, though risks remain highlighted).

Positive for Privacy-Focused Innovation

This could encourage development of compliant, privacy-enhancing protocols like zero-knowledge-based mixers or alternatives like zk-SNARKs in tools such as Zcash or emerging DeFi privacy layers. Developers and projects in this space may face reduced legal uncertainty, boosting investment and job creation in privacy tech.

The report’s tone suggests regulators are weighing innovation against illicit finance risks more carefully, potentially leading to clearer guidelines rather than enforcement-first approaches. Despite the acknowledgment, the Treasury maintains that mixers remain a favored tool for criminals.

It recommends new measures to Congress, including: “Hold laws” — safe harbor provisions allowing institutions to temporarily freeze suspicious digital assets during investigations without liability. Potential new Patriot Act “special measures” restricting certain transfers. These could increase compliance burdens or enable quicker interventions against suspicious activity, even for legitimate privacy users.

Assets and protocols emphasizing privacy like Monero, or mixer-integrated wallets may gain traction as everyday crypto payments grow, helping normalize privacy as a feature rather than a red flag. Post-Tornado Cash delisting and this report, transaction volumes in privacy tools could recover from the chilling effect of prior sanctions, which deterred compliant users more than criminals.

This contributes to a more mature U.S. regulatory environment under evolving administrations, potentially supporting mainstream adoption while addressing national security concerns. The report reflects growing acceptance of financial privacy as a valid need in a transparent blockchain world, but it stops short of endorsing unrestricted mixer use.

It balances recognition of legitimate applications with calls for targeted tools to mitigate abuse, setting the stage for more nuanced policy debates rather than outright bans. The full 32-page report is available on the Treasury’s website for deeper reading.

A Look At German Press Agency (dpa)’s Report on Deportations in Germany 

0

According to data reported by the German Press Agency (dpa) and confirmed by federal police, out of the total planned deportation attempts last year: 22,787 deportations were successfully carried out.

32,855 attempts failed before the individuals were handed over to federal police officials responsible for repatriation typically at airports. This means approximately 60% of attempts did not proceed to completion, aligning with headlines describing “some two-thirds” failing (as the failed attempts outnumber successes by roughly 3:2 in the pre-handover stage).

The main reasons for these failures include:In the largest category (21,341 cases), state police were unable to locate or bring the individuals to handover points often because they were not found at registered addresses. In 11,184 cases, the deportation orders were withdrawn or cancelled.

After handover to federal police, 1,593 additional attempts still failed; due to pilot refusals on commercial flights—514 cases—passive resistance by deportees, medical issues, missing documents, or last-minute legal interventions. These statistics have fueled political debate, with conservative lawmakers calling for tougher enforcement measures, such as improved coordination, extended detention options, or other reforms to boost success rates.

Note that overall deportations did increase compared to prior years around 20,000 in 2024, amid broader efforts to curb irregular migration through stricter border controls and policies.Similar high failure rates have been reported in earlier years around two-thirds in 2023 data and 62% in some 2024 analyses, highlighting ongoing systemic challenges in executing deportations despite political priorities.

EU-wide migration policies, as of March 2026, center on the New Pact on Migration and Asylum (adopted in 2024), which establishes a comprehensive, harmonized framework for managing asylum, irregular migration, borders, and responsibility-sharing across the 27 EU member states.

The Pact’s rules entered into force in mid-2024 but fully apply from June 12, 2026, marking a major shift toward stricter border controls, faster procedures, and enhanced external cooperation—amid ongoing political debates over human rights, effectiveness, and burden-sharing.

The Pact comprises 10 interconnected legislative acts aimed at creating a “firm, fair, and efficient” system: Border Screening and Identification — All irregular arrivals undergo mandatory screening at external borders including health, security, and identity checks. This feeds into an upgraded Eurodac database to prevent multiple applications and track movements.

Accelerated Asylum Procedures

Faster processing, with benchmarks like 6 months for standard decisions and shorter timelines for “manifestly unfounded” claims. Border procedures up to 12 weeks apply to certain categories; low recognition-rate countries, security risks, or misleading information. Unaccompanied minors are generally exempt unless posing risks.

Countries facing pressure; frontline states like Italy or Greece receive support via relocations up to ~30,000 per year across the EU, financial contributions (€20,000 per non-relocated person), technical aid, or other forms. This addresses past failures in burden-sharing but allows opt-outs via payments.

Streamlined returns for rejected applicants. Expanded use of “safe countries of origin” (EU-wide list includes Bangladesh, Colombia, Egypt, India, Kosovo, Morocco, Tunisia, and others) and “safe third countries” (transit countries with loose connection criteria) to fast-track rejections or transfers without full merit review.

Provisions for derogations in high-pressure or “instrumentalized” migration scenarios. Member states are finalizing national implementation plans, with investments in infrastructure, detention facilities, and digital tools. The Entry/Exit System (EES) is phasing in (full by April 2026), and ETIAS (visa waiver pre-authorization) launches by late 2026.

In late 2025/early 2026, the EU finalized an EU-wide list of safe countries of origin and revised “safe third country” rules (formal Council adoption February 2026), enabling faster rejections/transfers. Humanitarian groups criticize this for undermining protections, as it may send people to countries with poor human rights records or no real ties.

The Commission released its first 5-year blueprint (2026–2030), prioritizing: Assertive migration diplomacy — Using visas, trade, aid, and conditionality to secure readmissions and prevent departures. Strong borders — Enhanced tech, surveillance, and controls. Firm, fair asylum — Efficient processing, abuse prevention, and talent attraction.

Effective returns — Boosting deportations, potentially via external “return hubs.” The approach reflects a post-2015 hardening, emphasizing deterrence, externalization; cooperation with Libya despite concerns over pullbacks, and returns over expansive protection. Arrivals remain managed through these tools, but challenges persist: high deportation failure rates in some states, NGO concerns about rights erosion.

The Commission pushes for more resources (proposed €81 billion+ in future budgets for migration/asylum).This framework aims for predictability and security but faces scrutiny for potentially prioritizing exclusion over humanitarian obligations. Implementation from June 2026 will test its real-world impact.

Bitcoin Has Crossed the 20,000,000 BTC Mined Milestone 

1

Bitcoin has crossed the 20,000,000 BTC mined milestone with circulating supply now at approximately 19,999,xxx BTC and continuing to tick up daily, marking a key psychological and economic threshold.

This means over 95% of the protocol’s hard-capped 21 million total supply is already in existence—achieved roughly 17 years after the genesis block in 2009. The remaining ~1 million BTC will take much longer to mine due to the halving mechanism, which reduces the block reward by 50% every ~4 years (every 210,000 blocks).

Current block reward (post-2024 halving): 3.125 BTC per block. This results in ~450 BTC issued per day (144 blocks/day on average), but that rate halves again in future cycles (next expected ~2028, then 2032, etc.). The issuance slows exponentially, so the final portions become extremely gradual.

As a result, reliable estimates and on-chain analyses place the mining of the last satoshis around the year 2140 — which works out to roughly 114 years from early 2026 for that final ~1 million BTC tranche.

This ultra-slow tail emission reinforces Bitcoin’s programmed scarcity and deflationary design: the first ~20 million BTC took ~17 years, while the last ~1 million will take over a century. After ~2140, no new BTC will be created, and miners will rely solely on transaction fees to secure the network.

A true testament to long-term monetary engineering. This milestone means over 95% of Bitcoin’s hard-capped 21 million supply is already in existence — a level of issuance no other major monetary asset has ever achieved with such predictability and immutability.

Unlike fiat currencies which central banks can expand indefinitely or even physical gold whose supply is uncertain and expandable through new discoveries/mining, Bitcoin’s supply curve is transparent, auditable, and unchangeable by any single entity.

The remaining 1 million BTC will enter circulation extremely slowly due to ongoing halvings (next one ~2028, dropping the reward to 1.5625 BTC/block, and so on), stretching issuance over roughly 114 years until ~2140. This amplifies Bitcoin’s “digital gold” or “hard money” narrative: new supply is now negligible  while demand drivers continue to grow.

Many analysts view this as a structural tailwind for long-term price appreciation through supply compression — less new BTC flooding the market means existing coins become relatively scarcer if/when demand rises. The block reward (currently 3.125 BTC) still dominates miner revenue, but each halving accelerates the transition toward a fee-only system.

By ~2140 (when the final satoshis are mined), miners will rely entirely on transaction fees to cover costs and secure the chain. This milestone highlights that the “tail emission” phase has begun in earnest — new issuance will become trivial compared to potential fee revenue from higher network usage.

If Bitcoin becomes a widely used settlement layer or store of value, transaction volume could generate sufficient fees to sustain high hashrate/security (some compare it to how gold mining persists today despite no “new gold issuance” in the monetary sense).

If on-chain activity remains low or fees don’t scale adequately, miner incentives could weaken over decades, potentially risking lower hashrate and network vulnerability though many Bitcoin proponents argue market forces — higher fees during congestion, efficiency improvements, and fee market dynamics — will naturally balance this.

The 20M mark serves as a reminder that Bitcoin’s security budget is gradually shifting from inflationary subsidy to real economic usage — a deliberate design choice by Satoshi to avoid perpetual inflation.

Hitting 20M is largely symbolic but powerful: it visually proves the protocol has executed flawlessly for 17+ years through multiple halvings, crashes, regulatory battles, and technological upgrades. It strengthens the “proven scarcity” story at a time when more capital is flowing into Bitcoin, potentially tightening liquid supply even further.

This can contribute to volatility in either direction short-term, but long-term it bolsters confidence in Bitcoin as a non-sovereign, predictable asset in an era of fiat debasement and uncertainty. This isn’t just a number — it’s concrete evidence that Bitcoin’s monetary policy is working as designed.

The first ~95% took ~17 years; the last ~5% will take over a century. That asymmetry cements Bitcoin’s deflationary character and forces the network to evolve toward sustainable, usage-based security. Whether that leads to higher valuation, broader adoption, or new challenges for miners remains one of the most fascinating open questions in finance.