W3.io and Space and Time Collaborate to Launch Verifiable AI Finance Infrastructure

TheNewsCrypto2026-04-21 tarihinde yayınlandı2026-04-21 tarihinde güncellendi

Özet

W3.io and Space and Time have partnered to launch a verifiable AI finance infrastructure designed to address the accountability gap in autonomous financial operations. The collaboration combines W3’s platform for creating and automating agent-powered financial workflows with Space and Time’s verifiable data blockchain, ensuring end-to-end proof from execution to settlement. This two-layer verification system processes over 200,000 operations daily and has been validated in production by Creatorland, a platform serving 100,000 content creators. The partnership enables businesses to deploy multi-vendor financial processes quickly and auditably, with support from integrations including Circle, Stripe, and PayPal. The system provides a trust layer for autonomous financial movements, ensuring data integrity and operational transparency beyond traditional cloud databases.

Today, Space and Time, the data blockchain that secures onchain finance, and W3.io, the operating system for autonomous finance, announced a production cooperation that provides business financial operations with end-to-end verifiable infrastructure. Over 200,000 operations are processed daily by the active integration.

Financial choices are being made by AI agents more quickly than businesses can keep up. Businesses are facing an increasing accountability gap as autonomous processes proliferate across suppliers, payments, and compliance systems: who approved what, when, and can you prove it? With a two-layer verification architecture that covers both workflow execution and the underlying data driving the processes, W3 and Space and Time fill that gap.

Businesses can create, automate, and manage agent-powered financial processes using W3’s platform and implement them in a day rather than months. The layer of verifiable facts underneath is provided by Space and Time. W3 verifies the workflow. The record is verified by Space and Time. When combined, they provide businesses with an unchangeable chain of proof from execution to settlement, that no single party can alter.

“You need a database that is built for accountability. Full stop,” said Porter Stowell, chief executive of W3.io. “When AI agents are moving real money across multiple vendors, the question is not whether you have a workflow. The question is whether you can prove what happened. That is what this partnership delivers.”

Creatorland, a platform that serves over 100,000 content creators, provided production validation for the cooperation. The integration processes payments, deal management, and creator remuneration at scale, managing over 200,000 workflows daily at peak demand. Both platforms were put through a stress test during deployment in real business settings.

“Enterprises are not going to hand AI agents the ability to move real money without a record they can defend in an audit. That constraint is what will separate the agentic finance platforms enterprises actually adopt from the ones they pilot and walk away from. The architecture W3 and Space and Time have built together is designed exactly for that bar,” said Nate Holiday, co-founder of Space and Time. Holiday also serves on W3’s advisory board.

Along with Circle, Stripe, MoonPay, BitGo, Paypal, and Paxos, W3’s platform has over a dozen active integrations, including Space and Time. Businesses may create multi-vendor financial processes from pre-integrated partners and deploy them with little upfront expense because to the company’s composable design.

“Our trust assumptions extend into the decentralized protocol. We have more verifiability with Space and Time than we do with a database in AWS, where we have no idea what is happening to the data behind the scenes,” said Audie Sheridan, chief technology officer at W3.io.

Money is being moved by agents more quickly than businesses can keep up. W3 enables businesses to create, automate, and manage agent-powered financial processes that can be implemented in a day rather than months. It is the autonomous financial operating system that maintains control over corporate executives. A trust layer for money that moves itself.

The data blockchain that secures onchain finance is Space and Time. Space and Time, backed by Microsoft’s Venture Fund M12, links real-world data to onchain technologies to fuel DeFi, tokenized assets, stablecoins, and institutional markets.

TagsAltcoinBlockchain

İlgili Sorular

QWhat is the main purpose of the collaboration between W3.io and Space and Time?

AThe collaboration provides businesses with end-to-end verifiable infrastructure for financial operations, creating an unchangeable chain of proof from execution to settlement that no single party can alter.

QHow does the two-layer verification system work in this partnership?

AW3 verifies the workflow execution while Space and Time verifies the underlying data and record, together ensuring complete accountability for autonomous financial processes.

QWhich company provided production validation for this collaboration and at what scale?

ACreatorland, a platform serving over 100,000 content creators, provided production validation, managing over 200,000 workflows daily at peak demand.

QAccording to Nate Holiday, what separates successful agentic finance platforms from those that fail?

AThe ability to provide a verifiable record that enterprises can defend in an audit, which is the constraint that separates adopted platforms from those that are piloted and abandoned.

QWhat advantage does Space and Time provide over traditional cloud databases according to W3's CTO?

ASpace and Time provides more verifiability than databases in AWS because businesses can see what's happening to their data, unlike traditional cloud databases where they have no visibility behind the scenes.

İlgili Okumalar

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

Claude has introduced a major new feature called "Record a Skill," available for Pro, Max, and Team users. This function, found in the Claude desktop app's CoWork menu, allows users to create reusable AI skills simply by recording their screen and providing voice narration while performing a task. Claude then automatically analyzes the recording and generates a functional Skill. A hands-on test confirmed the feature works seamlessly. Users start recording via the Skills manager, perform their workflow while verbally explaining the steps and logic, and avoid including sensitive information. After recording, Claude processes the content and creates the Skill, which can be saved and later invoked with a slash command (/). This eliminates the need for manual adjustments or writing complex instruction files. The innovation goes beyond mere efficiency. Previously, creating a Skill required writing a detailed SKILL.md file in Markdown—a significant barrier for non-technical users. "Record a Skill" bypasses this by directly capturing both actions and the implicit reasoning shared in the narration. This lowers the barrier to knowledge transfer and automation, addressing a core challenge in corporate knowledge management: the difficulty of getting experts to write and maintain documentation. However, the feature also highlights a shift in the nature of work. A case study from March 2026 showed a freelancer whose five-year client relationship was effectively replaced by a hand-coded Claude Skill automating their content workflow. With the even lower barrier of screen recording, the ability to distill personal expertise into automatable skills accelerates this trend. The "moat" for work is moving from simply knowing how to do a task to mastering tasks that are difficult or impossible to automate.

marsbit6 dk önce

Claude's Major New Feature: Screen Recording + Voice, Distilling Your Skills into AI Tasks in One Click

marsbit6 dk önce

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

Feeding "Noise" to AI Can Improve Performance: A Method Enables Positive Transfer from Noise This work, Semi-Supervised Noise Adaptation (SSNA), introduces a Noise Adaptation Framework (NAF) that challenges traditional transfer learning. Instead of requiring a labeled source domain of real data (e.g., images, text), NAF uses randomly generated Gaussian noise as the source. For a target task with C classes, it constructs C noise clusters by sampling from Gaussian distributions. Although this synthetic noise contains no semantic meaning, NAF trains it to form a discriminative class structure in a shared representation space—clustering same-class noise and separating different classes. The key is aligning this learned structure from the noise domain to the real, sparsely labeled target domain. A small number of target labels are still essential to establish the correspondence between noise clusters and actual classes. The training objective combines: 1) supervised loss on the few labeled target samples, 2) classification loss for the noise to build its structure, and 3) a distribution alignment loss (using Negative Domain Similarity) to minimize the gap between the noise and target domains in the shared space. Experiments show significant gains in few-label settings. With just 4 labels per class, NAF with a ResNet-18 backbone improves accuracy over a standard supervised baseline (ERM) by +12.35% on CIFAR-10, +7.61% on CIFAR-100, +4.38% on DTD-47, and +2.74% on Caltech-101. It also benefits fine-grained datasets and scales to ImageNet-1K (with 100 labels/class) and text classification (AG News). NAF can be integrated into existing semi-supervised methods like FixMatch for further gains. Ablation studies confirm the transferred benefit comes from the discriminative structure of the noise, not randomness itself. Collapsing all noise into a single point causes negative transfer, while increasing separation between noise cluster centers improves performance. The amount of noise per class is less critical once a basic structure forms. In conclusion, this work demonstrates that for positive transfer, the semantic content of source data may not be necessary. What can be effectively transferred is the *organizational structure* of categories within a representation space. This offers a promising alternative for scenarios where real source data is unavailable due to privacy, copyright, or procurement constraints.

marsbit7 dk önce

Feeding AI "Noise" Can Also Boost Scores, This Work Enables Positive Transfer with Noise

marsbit7 dk önce

İşlemler

Spot
活动图片