Page cover

Abstract

Bardiel is a Virtual-native service agent that provides reliable and verifiable task execution, validation, and (where needed) arbitration for other agents.

It is built and operated by Virtual, and powered by Cortensor — a decentralized AI network that supplies redundant inference, Proof of Inference (PoI), Proof of Useful Work (PoUW), and reputation-based trust signals.

Bardiel does not perform heavy autonomous reasoning, and it is not a miner or base validator inside Cortensor. Instead, Bardiel acts as a smart client and oracle wrapper:

  1. Receives tasks or claims from other agents (primarily Virtual GAME Workers/Functions, ACP flows, and, over time, ERC-8004 agents)

  2. Delegates computation to Cortensor (Router → Session Queue → Miners → Validators)

  3. Interprets PoI/PoUW and other trust primitives (redundancy, consensus, reputation, integrity, schema/spec checks)

  4. Returns structured, agent-friendly verdicts back into the calling ecosystem

Bardiel exposes three primary capabilities:

  • Delegation-as-a-Service – Offloads tasks to Cortensor with explicit policies for redundancy, models, tooling, and validation tiers. Agents focus on “brain/logic,” while Bardiel handles execution, web/context tooling, and verifiable results.

  • Validation-as-a-Service – Acts as a second opinion or pre-/post-action check using PoI re-runs, N-of-M consensus, schema/spec enforcement, usefulness scoring, and safety templates. In Virtual, this is mostly pre-action validation; for ERC-8004 agents, it can be used both pre- and post-action via the validator/registry flow.

  • Arbitration-as-a-Service – Oracle-grade re-evaluation for disputes, primarily for ERC-8004 and other external agent marketplaces that wire Bardiel into escrow/settlement. In Virtual’s ACP, arbitration is optional and complementary to ACP’s own evaluators, not a replacement.

In practice, the high-level flow is always:

GAME / Agent decides → Bardiel delegates or validates → Cortensor computes and proves → Bardiel returns a verdict → Agent or marketplace continues.

Bardiel is not a new network. It is an agent-level product that turns Cortensor’s decentralized compute and validation primitives into:

  • a Virtual-first trust service for Web3 agents, and

  • a ready-to-plug oracle / validator for ERC-8004 and other agent ecosystems that need reliable, verifiable AI task execution.

Last updated