Built on Sui · Walrus · Live
A P2P Inference Protocol

Trust fromcryptography,settled on Sui.

Pinaivu AI grounds every guarantee in Ed25519 signatures and signed proof receipts. Payments settle on Sui, encrypted memory lives on Walrus, and sign-in is seedless via zkLogin.

Launch App
ED25519 IDENTITYSHA-256 OUTPUT HASHINGGOSSIPSUB REPUTATIONAES-256-GCM SESSIONSX25519 CONTEXT KEYSSIGNED PROOF OF INFERENCESETTLEMENT-AGNOSTIC ESCROWLIBP2P · QUIC · NOISEWALRUS · LOCAL STORAGEFREE · RECEIPT · CHANNEL · SUI · EVMZKLOGIN ONBOARDINGSETTLED ON SUIWALRUS STORAGESTANDARD · PRIVATE · FRAGMENTED · MAXIMUMOFFLINE VERIFIABLE
0/5
Guarantees met G1–G5
Sui
Settlement layer On-chain
0
Stack layers Swappable
0-bit
Ed25519 security RFC 8032
§ 001 Thesis · Drafted for the open network · v2.0
Abstract · Line 01Sui-native

Every prior inference marketplace grounds trust in a coordinator or a specific chain. Pinaivu AI takes a third path: trust is grounded exclusively in cryptography: Ed25519 identity, signed proof receipts, AES-256-GCM sessions. Payments settle on Sui, with encrypted memory and receipts on Walrus.

Offline verifiableNo coordinatorSettled on Sui
Primitive · 01
Proof of Inference
π

A signed execution receipt verifiable offline with only the producing node's public key.

π = (req, model, tᵢ, tₒ, Δ, H_in, H_out, pk, σ)
Verify (offline)
# verify π offline, no network, no chain
let msg = canonical(π)
let vk = VerifyingKey::from_bytes(π.pk_N)
assert EdDSA::verify(vk, msg, π.σ)
# O(1) constant time
G1
Session privacy
Client-held K · X25519 DH
G2
Node accountability
Ed25519 σ · signed π
Settled on Sui
5/5
G3
Settlement neutrality
free · receipt · channel · sui · evm
G4
Storage neutrality
local · walrus
G5
Permissionless participation
libp2p PeerId = pk_N
Reputation
score(N) = α·ṡ + β·ℓ
α=0.6 · β=0.4 · L_max=5s
Gossip
600s · score gossip
/pinaivu/reputation/1.0.0
002 · The Failure Mode

Cloud AI bakes in three consequences
that aren't technical requirements.

For every turn (P, C, R), today's provider observes all three, sets price ρ unilaterally, and revokes access at will. None of this is forced by the maths — only by the architecture.

01 · Context exposureG1

Provider sees (P, C, R)

Every prompt, every accumulated context, every response flows through one party. Pinaivu AI keeps the full session C encrypted under a client-held key K; the GPU node sees only the decrypted context window for the current turn.

02 · Chain dependenceG3

One token, one ecosystem

Bittensor collapses without TAO. Every prior decentralised inference system grounds trust in a specific chain, token and validator set. Pinaivu AI settles on Sui by default, yet settlement stays pluggable: any chain is an adapter selected in config, while trust itself rests on cryptography.

03 · Unverifiable workG2

No receipt, no recourse

Batch marketplaces (io.net, Akash) and routers (Fortytwo) can't prove node N ran job J at the claimed parameters. Pinaivu AI ships every response with a self-verifiable ProofOfInference: Ed25519-signed, offline checkable, binding on (model, tokens, Δ, H_in, H_out).

003 · Six Layers

Every layer is independently replaceable.

Layers interact only through trait interfaces. Layer 0 (Crypto) has no external deps. Every layer above it may use external infra, but none is required.

L - 06 · Application

OpenAI-compatible surface

Sign in with zkLogin, no seed phrase. Then a drop-in OpenAI-compatible API, TypeScript SDK and Web UI: change the base URL, keep your code. Streaming, sessions and proof retrieval are native.

zkLogin · TS SDK · HTTP
L - 05 · Session

E2E encrypted memory

Full history C is AES-256-GCM encrypted under a client-held K. The GPU node decrypts only the active context window, never C, never K.

AES-GCM · X25519 · Portable
L - 04 · Reputation

Signed proofs, gossiped

Every node keeps a log of its Ed25519-signed proofs of inference. Reputation scores gossip over libp2p, and are anchored on Sui.

Ed25519 · Gossipsub · Sui
L - 03 · Marketplace

200ms sealed-bid auction

Client broadcasts request; nodes pass six cheap-to-expensive checks and submit a bid. Composite score (0.4×price + 0.3×latency + 0.3×rep) picks the winner.

libp2p · Sealed-bid · First-price
L - 02 · Settlement

Pluggable escrow

Five adapters: free, signed-receipt, off-chain channel, Sui, EVM. Pick in TOML; same binary. Payment channels amortise gas 50× over 100 requests.

free · receipt · channel · sui · evm
L - 01 · Storage

Content-addressed, agnostic

Three-method interface: put/get/delete. Walrus, Local and Memory backends behind one protocol. SHA-256 content IDs mean put(b)=put(b) deduplicates for free.

walrus · local · memory
004 · Request Flow

From prompt to proof, in under a second.

Four stages. Each one cryptographically verifiable, from the sealed-bid auction through Ed25519-signed proof delivery.

1
Step 01 · ~5ms

Broadcast

Client broadcasts an InferenceRequest on the gossipsub topic for the required model, carrying model ID, budget, and privacy level, not the context (that stays client-side until a winner is chosen).

2
Step 02 · 200ms

Sealed-bid Auction

GPU nodes pass six checks (model, capacity, queue, budget, privacy, throttle) and submit bids. Client picks winner by composite score: 0.4×price + 0.3×latency + 0.3×reputation.

3
Step 03 · ~620ms

Inference

Client encrypts the context window W for the winning node via X25519 DH and sends it directly to that node's API. Node decrypts W in RAM, runs inference, streams tokens back, then zeroes W.

4
Step 04 · ~20ms

Proof + Settle

Node signs ProofOfInference π binding (model, tokens, Δ, H_in, H_out) with Ed25519. The settlement adapter executes on Sui and ships π to the client.

0ms
Total · end to end
42tok/s
Throughput · 70B model
0.0003 PEER
Cost · 256 tokens
005 · Model Catalog

Run the models you want. Not the ones they allow.

Every open-weight checkpoint that fits in VRAM. Pre-cached for the popular ones, on-demand for the rest.

84 models live · 2,847 variants
LLMTextFP16 · INT8 · INT4

Llama 3.1 · 405B

Meta · Open weights · Released Jul 2024

The largest open LLM running on the network. Sharded across 16 consumer GPUs via tensor parallel. Competitive with GPT-4 on most benchmarks at a fraction of the cost.

Parameters
405B
Context
128K tokens
Throughput
42 tok/s
Cost / 1K
$0.003
peer-cli · llama-3.1-405b
VisionDiffusion1024²

FLUX.1 · Pro

Black Forest Labs · Open weights · Aug 2024

State-of-the-art text-to-image at 1024² native resolution. Runs on a single consumer GPU. 4-step Turbo variant generates in under 1 second per image.

Resolution
1024×1024
Steps
4 (turbo)
Latency
2.1s
Cost / img
$0.004
peer-cli · flux-1-pro
AudioSTTStreaming

Whisper · Large v3

OpenAI · Open weights · MIT license

99-language speech-to-text with automatic language detection. Runs 52× realtime on an RTX 3090. Native WebSocket streaming for voice applications.

Languages
99
Speed
52× realtime
TTFT
<300ms
Cost / min
$0.001
peer-cli · whisper-v3-large
006 · Comparison

Against the incumbents.

Every prior system either lacks G2 (no verifiable accountability) or sacrifices G3/G4 (hard-coded chain and storage). Pinaivu AI is the first to satisfy all five guarantees simultaneously.

Property
Pinaivu AI
Bittensor
QVAC
io.net
Fortytwo
G1 · Session privacy
AES-256-GCM
Validators see all
Not addressed
N/A · batch only
Centralised
G2 · Node accountability
Ed25519 receipts
Partial · validators
No receipts
No receipts
No receipts
G3 · Settlement neutrality
5 adapters
TAO only
No payment
IO token
N/A · centralised
G5 · Permissionless
PeerId = pk_N
KYC required
Centralised
Persistent sessions
E2E encrypted
Streaming responses
Native WebSocket
007 · Stack

Built on proven primitives.

No reinvention for its own sake. Every layer is a battle-tested open-source component, assembled specifically for GPU compute coordination.

libp2p Transport

T · 01

TCP + QUIC dual-stack with Noise authenticated encryption and Yamux stream multiplexing. AutoNAT traversal means any home node can participate without port-forwarding.

TCPQUICNoiseYamux

Kademlia DHT + Gossipsub

T · 02

Kademlia DHT for peer routing and mDNS for local discovery. Five gossipsub topics carry inference requests, bids, announcements and reputation broadcasts.

KademliamDNSGossipsub5 topics

Ed25519 Identity

T · 03

Every node is an Ed25519 keypair. The libp2p PeerId is derived from pk_N, no separate account or wallet needed. 128-bit security per RFC 8032.

Ed25519RFC 8032128-bit security

ProofOfInference

T · 04

A signed execution receipt bound to (model, tokens, latency, H_in, H_out). Verifiable offline with only the node's public key. Constant-time O(1) verification, no network call.

Ed25519 σSHA-256 H_in/H_outOffline

AES-256-GCM Sessions

T · 05

Session context encrypted under a client-held key K derived from X25519 DH. The GPU node never sees K, only the current-turn context window, zeroed from RAM after inference.

AES-256-GCMX2551996-bit nonce

Settlement on Sui

T · 06

Sui Move escrow settles payments on-chain against the signed proof, live today. Behind one interface sit five adapters: free, signed-receipt, off-chain payment channel, Sui and EVM, selected by a single TOML key. Same binary, zero code changes.

sui movefreereceiptchannelevm
008 · Fleet

The GPUs behind the mesh.

A live breakdown of the hardware running inference right now. Consumer cards dominate the network, by design.

RTX 4090
24GB · 82.6 TFLOPS
Network share68%
RTX 3090
24GB · 35.6 TFLOPS
Network share18%
A100 · 80GB
80GB HBM2e · 312 TFLOPS
Network share9%
Other
4080 · 4070 · M-series · more
Network share5%
009 · Timeline

From testnet to full mesh.

Four phases. Shipping cadence tied to node-count milestones, not marketing dates.

Live
Phase C · April 2026
Cryptographic Core
  • Ed25519 identity + ProofOfInference
  • Reputation scoring + gossip
  • Free + signed-receipt settlement
  • Local + Walrus storage
Live
Phase D · Live
Sui Settlement
  • Move escrow smart contract
  • SuiSettlement adapter live
  • On-chain proof verification
  • Reputation anchoring on Sui
Queued
Phase E · H1 2027
Multi-Chain Settlement
  • Move escrow beyond mainnet
  • Second settlement adapter live
  • Multi-chain settlement matrix
  • TOML-selectable chains
Queued
Phase F · H2 2027
On-Chain Channels
  • Payment channels, on-chain close
  • 50× gas amortisation at 100 req/session
  • Full gossip protocol live
  • Governance parameterisation
010 · Start Here

Be first on the network.
Join the waitlist.

No credit card, no seed phrase. Sign in with zkLogin, settle on Sui, and keep encrypted memory on Walrus. Ed25519 receipts and on-chain settlement work today.

Launch App