Orynq SDK

Developer SDK for Proof-of-Inference anchoring and verification

The Orynq SDK provides tools for anchoring AI process traces to the Cardano blockchain and verifying those anchors. It supports both direct integration and a managed Anchor-as-a-Service API.

Orynq is the umbrella platform for AI verification and attestation services, with Proof-of-Inference anchoring as its core capability.

Features

  • Process Trace Anchoring - Commit cryptographic proofs of AI execution to Cardano

  • Dual Protocol Support - x402 (Coinbase standard) for EVM and Flux protocol for Cardano

  • Multi-Chain Payments - Pay for anchoring in ADA, $AGENT, or EVM stablecoins

  • Auto-Pay Client - Automatic 402 payment handling with budget controls

  • Verification Tools - Independently verify any anchor using only the txHash

  • TypeScript & Python - Full SDK support for both languages

Installation

TypeScript/JavaScript

# Core package
npm install @fluxpointstudios/orynq-sdk-core

# Client with auto-pay
npm install @fluxpointstudios/orynq-sdk-client

# Cardano payer (browser wallets)
npm install @fluxpointstudios/orynq-sdk-payer-cardano-cip30

# Cardano payer (server-side)
npm install @fluxpointstudios/orynq-sdk-payer-cardano-node

Python


Quick Start

Anchoring a Process Trace

Python Example


Anchor-as-a-Service API

For applications that don't want to manage wallet infrastructure, use the managed Anchor-as-a-Service API.

Endpoint

Request

Response (402 Payment Required)

The first request returns a 402 with payment details:

Response (200 Success)

After payment verification:

Pricing

Pay-Per-Use (Self-Service)

Use your own Cardano wallet with the x402 payment protocol:

  • ~2-3 ADA per anchor (at current network fees)

  • No monthly fees or minimums

  • Pay only when you anchor

Managed Anchoring

No crypto wallet needed • API key authentication • Pay by card

Tier
Monthly
Included Anchors
Overage

Starter

$49/mo

500 anchors

$0.15/anchor

Growth

$199/mo

2,500 anchors

$0.10/anchor

Scale

Custom

Unlimited

Volume pricing

Subscribe now:

All plans include:

Contact [email protected]envelope for custom Scale pricing.


Verification

Verify via API

Response:

Verify Independently

Anyone can verify an anchor using Blockfrost or Cardanoscan:

The metadata under label 2222 contains:


On-Chain Data Format

Orynq anchors are stored under Cardano metadata label 2222 with the following schema:

Field
Type
Description

schema

string

Always "poi-anchor-v1"

type

string

Anchor type (e.g., "process-trace")

manifestHash

string

SHA-256 hash of the full manifest

rootHash

string

Root hash of the process trace

merkleRoot

string

Merkle root of events (optional)

timestamp

string

ISO 8601 timestamp

Important: Only cryptographic hashes are stored on-chain. Raw prompts, responses, and sensitive data are never written to the blockchain.


SDK Packages

Package
Description

@fluxpointstudios/orynq-sdk-core

Protocol-neutral types and utilities

@fluxpointstudios/orynq-sdk-client

Auto-pay HTTP client with budget tracking

@fluxpointstudios/orynq-sdk-payer-cardano-cip30

CIP-30 browser wallet payer

@fluxpointstudios/orynq-sdk-payer-cardano-node

Server-side Cardano payer

@fluxpointstudios/orynq-sdk-payer-evm-x402

EIP-3009 gasless EVM payer

@fluxpointstudios/orynq-sdk-server-middleware

Express/Fastify payment middleware

orynq-sdk (Python)

Python SDK with async support


Try It Now

Live Demo: fluxpointstudios.com/orynqarrow-up-right

Try anchoring on testnet for free—no wallet required.

GitHub: github.com/Flux-Point-Studios/orynq-sdkarrow-up-right


Support

Last updated