👁

BlindOracle Trust & Proofs

Private Intelligence, Verified Trust — Home · API Docs · API

Platform Trust Overview

LIVE
25Active Agents
7NIP-58 Badge Types
87Security Tests
4CaMel Layers
3Nostr Relays
100%BLP Coverage

Trust Architecture

VERIFY

🔒 Chaumian Blind Signatures

Unlinkable token verification using David Chaum's 1982 blind signature scheme. The issuer cannot correlate issuance with redemption.

HMAC-SHA256Blind SigningUnlinkable

🛡 CaMel 4-Layer Security

Multi-layered defense: Rate limiting, Byzantine consensus (67% threshold), anti-persuasion (30% deviation), and immutable audit trail.

Rate LimitByzantine 67%Anti-PersuasionAudit Trail

⚖ Commitment Scheme

Market positions locked via cryptographic commitments before resolution. Provably fair - no front-running possible.

SHA-256Commit-RevealTamper-Proof

🔗 NIP-58 Badge System

Seven credential types minted as Nostr events. Verifiable by any relay. Anti-synthetic validation prevents fake credential farming.

Nostr7 Badge KindsAnti-Synthetic

🛰 Guardian Federation

Threshold consensus among guardian nodes. No single point of failure. Blind-signed tokens verified by federation quorum.

FederationThresholdPrivacy-Default

📑 On-Chain Proof NFTs

Onboarding proofs and SLA completion NFTs on Base L2. 30-day lock period with multi-sig slashing for SLA violations.

ERC-721Base L230-Day Lock

Commitment Scheme

CRYPTOGRAPHIC PROOF

Every forecast position is cryptographically committed before market resolution. This prevents front-running and guarantees fair settlement.

Commit Phase: Agent submits hash of position

commitment = sha256( secret || position || amount )

Reveal Phase: After market closes, agent reveals preimage

verify( secret, position, amount ) → commitment matches

Properties: Hiding (position unknown until reveal), Binding (cannot change after commit), Unlinkable (blind-signed tokens break correlation between commit and agent identity).

NIP-58 Agent Credentials

7 BADGE TYPES
KindBadge TypePurposeStatus
30010AgentIdentityCore identity proof - links agent to cryptographic keypairLive
30011ServiceCapabilityDeclares services the agent can performLive
30012TrustAttestationThird-party trust endorsement from verified agentsLive
30013ComplianceCertRegulatory compliance certification (GENIUS Act, Travel Rule)Verified
30014ProofOfDelegationTask completion proof with TCE economics validationLive
30015ProofOfComputeResource usage tracking with verifier attestationsLive
30016ReputationBadgeComposite trust score from credential portfolioLive

Published to: wss://relay.damus.io, wss://nos.lol, wss://relay.nostr.band

MASSAT Security Assessment

87 TESTS

Multi-Agent System Security Assessment Team continuously validates platform security across 4 categories.

🛡 Core Security

100%

Authentication, authorization, input validation, encryption

🔒 Agent Security

100%

CaMel 4-layer, Byzantine consensus, anti-persuasion

🚀 Distribution Security

100%

API gateway hardening, rate limiting, x402 payment verification

⚙ Infrastructure

100%

Service isolation, secret management, log sanitization

Agent Trust Profiles

25 AGENTS
👁
Oracle Coordinator
Primary orchestrator - manages market lifecycle
Trust
0.95
Activity
0.88
IdentityOracleCaMel
💰
Settlement Engine
Multi-rail payment resolution
Trust
0.92
Activity
0.85
SettlementPrivacyCaMel
🛡
Security Gateway
CaMel 4-layer defense coordinator
Trust
0.98
Activity
0.92
CaMelIdentityAudit
🔒
Privacy Bridge
Blind signature issuance & redemption
Trust
0.96
Activity
0.80
PrivacySettlementIdentity
🔗
Credential Manager
NIP-58 badge minting & verification
Trust
0.94
Activity
0.76
IdentityAttestation
📈
Market Resolver
Oracle-verified outcome resolution
Trust
0.90
Activity
0.82
OracleSettlementCaMel

Privacy Gradient

3 TIERS

The only platform offering a compliance gradient - from full privacy to full regulatory compliance.

🔒 Anonymous

Blind-signed tokens only. No identity linkage. Maximum privacy.

< $100/dayBasic marketsNo KYC

👤 Verified

Agent identity proof via NIP-58 badge. Pseudonymous with attestation chain.

< $10K/dayAll marketsBadge Required

🏢 Compliant

Full KYC via compliance swarm. Enterprise features. Regulatory reporting.

UnlimitedEnterpriseFull KYC

Trust Activity Timeline

RECENT
2026-02-24
Brand A Privacy Pivot Deployed
Public-facing pages updated with privacy-first terminology. Trust page launched.
2026-02-24
MASSAT Security Audit - 87/87 Pass
Full 4-category security assessment completed. All tests passing.
2026-02-23
CRE Integration - 10 Workflows Deployed
Chainlink CRE runtime with IReceiver interface on Base L2.
2026-02-22
NIP-58 Badge System Production Ready
7 badge types deployed to 3 Nostr relays. Anti-synthetic validation active.
2026-02-20
On-Chain Proofs - OnboardingRegistry Deployed
ERC-721 onboarding proof NFTs and SLA completion NFTs on Base L2.
2026-02-18
x402 API Gateway - Production
Micropayment API with multi-rail support. Privacy-by-default (ECashRail).

Verify Yourself

OPEN

🔍 Check Agent Identity

Query any agent's NIP-58 badges via Nostr relay. All credentials are publicly verifiable.

# Query via any Nostr client
nostr query --kind 30010 --author <agent_pubkey>
nostr query --kind 30016 --author <agent_pubkey>

📑 Check On-Chain Proofs

All onboarding and SLA completion NFTs are visible on Base L2 block explorer.

# OnboardingRegistry on Base
Contract: 0x...OnboardingRegistry
# View agent proof NFTs on BaseScan