Skip to content

The forensicsettlement layerfor everyAutonomousAI Agent.

Prova writes a cryptographic, on-chain receipt for every transaction, API call, and decision your agent makes — unlocking trustless enterprise adoption with sub-second, sub-cent Solana finality.

< 1s
finality
$0.0005
per receipt
Apache 2.0
open source
SAS
native
Prova Logo
Live Attestations
0
  1. att_0000…0000
    0s ago
  2. att_0000…0000
    0s ago
  3. att_0000…0000
    0s ago
  4. att_0000…0000
    0s ago
  5. att_0000…0000
    0s ago
awaiting agentic activityOpen Prova Explorer →

Immutable on-chain receipts · live from devnet · verify cryptographically →

MPP Finality
< 1s

On-chain settlement

Per receipt
$0.0005

Zero-trust scalability

Attestations

Indexed on devnet

Live agents

Secured autonomous agents

Source
Apache 2.0

Enterprise open-source

The Problem

May 2026 · Solana mainnet

95% of Solana Txsare AI-driven.None leave aforensic trail.

01

Cloud logs aren't evidence

When an autonomous agent trades millions via Jupiter or executes a margin call, a JSON line in AWS is not enough. You need cryptographic evidence that cannot be altered or denied.

02

The Machine Economy requires zero-trust

With the Machine Payment Protocol (MPP) scaling, agents pay for APIs autonomously. If a dispute arises, off-chain logs hold no weight for enterprise regulators, insurers, or courts.

03

Identity ≠ Accountability

The Solana Agent Registry gives agents an on-chain identity. But identity alone does not prove what an agent actually did. True accountability demands a verifiable receipt for every action.

The Standard

Forensic finalityfor the MachineEconomy.

Prova issues cryptographic behavior attestations via the Solana Attestation Service. You get an enterprise-grade forensic trail designed to satisfy regulators, survive audits, and secure the Agentic Internet.

Cryptographically signed by the autonomous agent

Every attestation carries an Ed25519 signature from the agent key. No shared secrets. Zero impersonation risk.

Immutable state finality on Solana

Once anchored to Solana, the receipt cannot be altered, deleted, or backdated. A permanent source of truth.

Decentralized verification standard

Enterprise counterparties, compliance officers, and legal teams verify any attestation directly on-chain, trustlessly.

Native MCP integration for Claude & Cursor

Provide your LLMs with cryptographic context. Ask "what did agent X execute last week?" and ingest verified on-chain evidence directly.

attest.ts9 lines
import { ProvaClient, AttestationBuilder } from 'prova-agent-sdk';

const client = new ProvaClient({ rpcUrl, agentKeypair });

const receipt = await client.attest(
  AttestationBuilder.transaction(txSignature, {
    operation: 'swap',
    amountUsd: 500,
  })
);

console.log('Attested:', receipt.id);
// → att_4Kf9...x2pQ — on-chain PDA, globally verifiable

Sub-second confirmation · MPP compliant · Zero-ops architecture

The Architecture

From agent intentto cryptographic proofin milliseconds.

  1. 01

    Your Agent Executes (elizaOS compatible)

    A DeFi swap via Jupiter, an API payment, or a governance vote. Wrap it with `client.attest()` or use our native elizaOS plugin to secure the intent.

  2. 02

    The SDK Signs via MPP

    The payload is hashed and signed with the agent's Ed25519 key utilizing the Machine Payment Protocol standard. Confirmation in <400ms, ~$0.0005 per receipt.

  3. 03

    Trustless Enterprise Verification

    The receipt is permanently anchored to Solana as a PDA. Auditors, risk teams, and insurers verify it trustlessly without relying on Prova's infrastructure.

  4. 04

    Native MCP Context Engine

    Our MCP server allows Claude, Cursor, and enterprise LLMs to autonomously query "What did Agent X do on Tuesday?" and receive verified on-chain state instantly.

For Enterprise Risk & Compliance

Zero-trust execution.Four enterprise teams thatcan finally scale AI.

Compliance

Pass JARGUS & EU AI Act audits instantly

Map every autonomous action to strict regulatory frameworks. Export cryptographic PDF reports that Tier-1 auditors trust natively. (Note: JARGUS is an internal audit and does not substitute audits from top-tier firms).

Underwriters

Price agentic risk with immutable data

Settle agent-driven claims via Machine Payment Protocol logs in days, not quarters. Cryptographic proof replaces guesswork.

Legal

Court-admissible by construction

On-chain Solana attestations meet the Federal Rules of Evidence 901 standard for authenticity — no expert witness required.

Risk & Ops

Real-time observability for autonomous systems

Stream verified agent attestations directly into Datadog, Splunk, or your SIEM. Catch LLM hallucinations before they cost millions.

Built on the infra Solana operators already trust

Solana Attestation Service ·Helius LaserStream ·Vanish Core ·Coinbase x402 ·Phantom Connect ·Squads Multisig ·Jito Restaking ·Sanctum LSTs ·Solana Attestation Service ·Helius LaserStream ·Vanish Core ·Coinbase x402 ·Phantom Connect ·Squads Multisig ·Jito Restaking ·Sanctum LSTs ·

Deploy

Make your agententerprise-readyin two minutes.

Install the SDK. Wrap an agent action. Watch the cryptographic receipt land on Solana. Secure your autonomous infrastructure today — no credit card, no waitlist.

terminal~/your-agent
$npm installprova-agent-sdk
$cargo addprova-agent-sdk

Questions about enterprise integration? Talk to a Security Engineer →