Technical Whitepaper — v2.3 — May 2026

SirVeyor

A Cardano-Powered Consumer Data Marketplace

with On-Chain Privacy Enforcement, Oracle Validation, and Automated Data Broker Protection

1. Abstract

SirVeyor is a blockchain-native data marketplace built on the Cardano blockchain that fundamentally inverts the current data economy. Rather than corporations harvesting and monetizing personal data without consent or compensation, SirVeyor creates a transparent, consent-first marketplace where consumers own, control, and earn from their personal information.

Using Cardano's Plutus smart contracts, the SRV token (minted on Cardano mainnet with a fixed supply of 100,000,000), and an innovative escrow mechanism, SirVeyor ensures that businesses only receive approved consumer data after tokens are locked on-chain, and consumers receive payment automatically upon approval. A live oracle validation system allows administrators to attest to the accuracy of consumer data categories, with every approved validation anchored as a CIP-20 metadata transaction on the Cardano blockchain — creating a public, independently-verifiable credibility ledger for investors and businesses.

Consumer profile data is encrypted client-side and replicated to IPFS (InterPlanetary File System) via Pinata, creating a decentralised, content-addressed storage layer that ensures durability and verifiability independent of any single database. The platform extends beyond the marketplace with a comprehensive Privacy Shield — automated dark web monitoring and data broker opt-out submission covering 29 major brokers — giving users a complete toolset to reclaim their digital privacy. SirVeyor is available as a progressive web application (PWA) installable on iOS and Android devices, and includes an integrated merch store accepting both card payments and ADA.

2. The Problem

The global data broker market is estimated at $300+ billion annually. Every day, dozens of companies collect, aggregate, sell, and re-sell your personal data without your knowledge or consent. This data — including your name, address, financial history, health information, and browsing behavior — fuels targeted advertising, credit scoring, insurance pricing, and political microtargeting.

The Consumer

Consumers receive nothing in exchange for their data. Worse, they rarely know their data is being traded. When they do find out and attempt to opt out, the process is fragmented — each of the hundreds of data brokers has a different opt-out procedure, most designed to be difficult to complete. SirVeyor automates this entirely, covering 29 major brokers with 90-day re-submission cycles.

The Business

Businesses purchasing third-party data face quality and consent problems. Data collected without explicit consent carries regulatory risk under GDPR, CCPA, and emerging state privacy laws. Poor data quality leads to wasted ad spend and damaged consumer trust. SirVeyor's oracle validation and on-chain attestation system gives businesses cryptographic proof of data accuracy before they pay.

Data Breaches

Centralized data stores are prime attack targets. In 2023 alone, over 3.5 billion records were exposed in data breaches. Consumers have no visibility into which breaches have affected them or what data is now circulating on the dark web. SirVeyor's dark web monitoring via HaveIBeenPwned provides continuous visibility across 14+ billion compromised records.

3. The SirVeyor Solution

SirVeyor introduces three interlocking systems to solve these problems:

Data Marketplace
Consumers set which categories of data they're willing to share. Businesses request specific data and lock SRV tokens in escrow. Consumers approve or deny — tokens transfer automatically on-chain. Protocol fees of 5–15% flow to the platform treasury based on data sensitivity.
Privacy Shield
Automated dark web scanning via HaveIBeenPwned detects breaches across 14+ billion records. Automated authorized-agent opt-out submission to 29 data brokers on behalf of the user, with 90-day re-submission cycles and inbound reply parsing.
Trust System
Business trust scores based on consumer approval rates gate access to sensitive data categories. Higher approval rates unlock higher-sensitivity data — aligning business incentives with consumer interests.

4. Technical Architecture

Authentication & Security

SirVeyor uses email and password authentication with JWT tokens. Passwords are hashed with bcrypt; an additional PBKDF2-derived auth secret is transmitted instead of the raw password, ensuring the plaintext password never reaches the server. All accounts support optional TOTP two-factor authentication (Google Authenticator, Authy, etc.) enforced server-side via a pre-JWT TOTP token step.

The user's Cardano wallet mnemonic is generated entirely in the browser, encrypted client-side using AES-256-GCM with a PBKDF2-derived key from the user's password, and only the ciphertext (vault) is stored on the server. The plaintext mnemonic never leaves the browser and is held only in memory during the session — never in localStorage.

Smart Contracts

SirVeyor deploys two Plutus V3 smart contracts compiled with Aiken on the Cardano mainnet:

Escrow Contract — Locks SRV tokens when a business creates a data request. The contract validates the consumer's verification key hash and releases tokens to the consumer on approval (Approve redeemer) or returns them to the business on denial (Deny redeemer). A deadline mechanism allows businesses to reclaim tokens from expired requests.

Consent Registry — Creates an immutable on-chain record when a consumer approves a data request, referencing the escrow transaction hash, categories consented to, and a POSIX timestamp. This provides cryptographic proof of consent for regulatory compliance.

Backend API

A Node.js/Express API hosted on Railway handles: authentication (JWT + bcrypt + TOTP), consumer profile encryption (AES-256-GCM client-side with PBKDF2 key derivation), decentralised profile replication to IPFS via Pinata, request matching, trust score computation, data delivery with anonymization, rolling in-memory API metrics, on-chain attestation submission, inbound email routing (Resend webhooks), and support ticket threading.

On-Chain Attestation Service

When an admin approves an oracle validation, the backend constructs and submits a Cardano transaction from the platform hot wallet carrying two metadata labels. Label 674 (CIP-20) provides a human-readable message. Label 7391 carries the SirVeyor attestation record: schema version, data category, confidence score (×100 as an integer), a SHA-256 privacy-preserving hash linking the record to the database row without exposing identity, a monotonically increasing sequence number, and a Unix timestamp. The resulting transaction hash is stored in the database and displayed on the public Ledger page. No personally identifiable information is ever included in on-chain metadata.

Frontend

A Next.js 16 application hosted on Vercel uses Lucid Evolution for browser-side Cardano transaction building. The user's mnemonic is generated in the browser, encrypted client-side, and only the ciphertext is stored on the server. Cardano transactions are signed entirely in the browser — the server never has access to private keys.

Decentralised Storage (IPFS)

Encrypted consumer profile blobs are replicated to IPFS via Pinata, creating a content-addressed, decentralised backup layer alongside the primary PostgreSQL database. Each profile update pins the new encrypted blob and unpins the previous version to manage storage efficiently.

IPFS provides three key properties: durability — profiles survive database failures because the encrypted blob exists on the IPFS network independently; verifiability — the CID is a cryptographic hash of the data, so any retrieval can be verified; and decentralisation — no single point of failure controls the storage layer. Because all data stored on IPFS is AES-256-GCM ciphertext, even direct access to the blob reveals nothing without the user's password.

IPFS / PinataFilecoin (planned)Content-Addressed StorageGraceful DegradationEncrypted at Rest

Role-Based Access Control

SirVeyor implements a five-tier role system: CONSUMER (data marketplace and Privacy Shield), BUSINESS (data request creation and SRV token purchases), ADMIN (full platform control, all email addresses), CMO (email composer, blog management, support tickets), and DEVELOPER (support tickets and orphaned escrow rescue tooling). Role enforcement is applied at both the API route level and the frontend UI layer.

5. The SRV Token

SRV is a Cardano native token that powers the SirVeyor data marketplace. SRV was minted on Cardano mainnet in May 2026 with a fixed total supply of 100,000,000 tokens. Unlike ERC-20 tokens, Cardano native tokens don't require smart contract execution to transfer — they're first-class citizens of the ledger, making transfers fast and fee-efficient.

Token Utility

Data Request PaymentEscrow MechanismConsumer EarningsMerch Store (ADA)Trust Staking (planned)Governance (planned)

Purchasing SRV

Businesses purchase SRV directly on the platform by sending ADA to the SirVeyor holding wallet. The backend verifies the on-chain payment via Blockfrost (with fallback transaction scanning) and distributes SRV from the holding wallet to the business's Cardano address. Purchases are capped at 100,000 SRV per transaction to ensure fair distribution and prevent market concentration. SRV is also available on decentralized exchanges (SundaeSwap, Minswap) using ADA.

Economics

Businesses lock SRV tokens directly into the Plutus escrow contract when creating a data request. That locked amount is the consumer's compensation — it is never held by SirVeyor. Tokens are released to the consumer only when they explicitly approve, or returned to the business on denial or expiry. A tiered protocol fee is charged on top of the consumer payout and flows to the SirVeyor treasury: 5% for low-sensitivity categories (browsing history, interests, social media), 10% for medium-sensitivity (location, purchase history, demographics), and 15% for high-sensitivity (health, financial). The protocol fee is additive — businesses pay it on top of the consumer payout and consumers always receive the full amount they were promised.

Token Distribution

Total supply is fixed at 100,000,000 SRV. The distribution prioritizes consumer rewards and marketplace liquidity while providing runway for ecosystem growth and long-term sustainability.

50%
50,000,000 SRV
DEX Liquidity & Consumer Float
Seeded into decentralized exchange liquidity pools (SundaeSwap, Minswap) so businesses can purchase SRV with ADA. This allocation ensures the token is accessible and liquid for the marketplace to function.
20%
20,000,000 SRV
Ecosystem & Partnerships
Exchange listings, strategic data partnerships, marketing incentives, and early consumer acquisition programs to drive marketplace demand.
15%
15,000,000 SRV
Platform Operations
Reserved for SirVeyor's own marketplace activity — including platform-initiated data requests, partner onboarding, and marketplace seeding during the growth phase.
10%
10,000,000 SRV
Team & Founders
Subject to a 2-year vesting schedule with a 6-month cliff. No team tokens are liquid at launch.
5%
5,000,000 SRV
Reserve
Strategic reserve for governance, emergency response, and future DAO participation.

6. Oracle Validation & On-Chain Credibility Ledger

A core trust challenge in any data marketplace is proving that consumer-reported information is accurate. SirVeyor addresses this with a live oracle validation system paired with a public on-chain attestation ledger — designed specifically to drive credibility with businesses and investors.

How Validation Works

Consumers submit data category validation requests through the platform. Trained SirVeyor administrators review supporting evidence against documented standards (defined in the Oracle Validation SOP, document SRV-SOP-001) and assign a confidence score between 0.00 and 1.00. Categories include Demographics, Income, Location, Purchase Behavior, and Health. Every decision is logged with a full audit trail.

On-Chain Attestation

Every approval immediately triggers a Cardano transaction from the SirVeyor platform hot wallet. The transaction carries CIP-20 metadata (label 674) and a custom SirVeyor attestation payload (label 7391) containing the data category, confidence score, sequence number, timestamp, and a SHA-256 hash that cryptographically links the chain record to the database row without exposing any consumer identity. These records are permanently on the Cardano blockchain and can be queried by anyone using Blockfrost or any Cardano explorer.

CIP-20 MetadataEd25519 SigningSHA-256 Privacy HashBlockfrost APIPlatform Hot Wallet

Future: Chainlink Oracle Automation

SirVeyor's current oracle validation pipeline relies on trained platform administrators. As the marketplace scales, manual review becomes a bottleneck. The planned integration with Chainlink will introduce automated, trustless data validation for select categories — confirming location via geolocation APIs, validating purchase history against merchant networks, and cross-referencing demographic claims against public records, all without human intervention.

Chainlink OraclesDIA Oracle NetworkDecentralised ValidationHybrid Human + Automated Review

Public Ledger Page

The /ledger page provides a public view of all on-chain attestations — total count, category breakdown, average confidence, and a live table with direct links to each transaction on Cardanoscan. Any investor, business partner, or regulator can independently verify SirVeyor's attestation history without needing access to the platform.

Admin Dashboard

Platform administrators have access to a real-time performance dashboard showing user and consumer growth, data request volume and conversion, rolling API health metrics (request count, response times, error rates), SRV token statistics from Blockfrost, and live ADA market price from CoinGecko. The dashboard is instrumented via a 1-hour rolling in-memory metrics middleware with per-minute bucketing. CMO users have access to email composition, blog management, and support ticket handling. Developer users have access to support tickets and orphaned escrow rescue tooling.

7. Privacy Shield

Privacy Shield is SirVeyor's comprehensive data protection layer, directly comparable to commercial services like Cloaked and DeleteMe, but integrated natively into the platform and included with every consumer account at no additional cost. Authorized-agent letters are sent to 29 data brokers under CCPA §1798.135(d) and GDPR Article 80, with automated public-search verification, broker-reply parsing via Resend inbound email routing, and a 90-day re-submission cycle.

Dark Web Monitoring

SirVeyor integrates with the HaveIBeenPwned API — the world's largest database of known data breaches, covering 14+ billion compromised records. Users can scan their email address to determine if they've been exposed in any known breach, with detailed information about which data types were compromised and when.

Data Broker Opt-Out Automation

SirVeyor maintains a database of 29 major data brokers and their opt-out mechanisms. With a single click, users can submit opt-out requests to all brokers simultaneously. SirVeyor tracks the status of each request, parses inbound replies automatically, and resubmits every 90 days as data brokers frequently re-add records.

Current broker coverage includes: Spokeo, WhitePages, Intelius, BeenVerified, Radaris, PeopleFinder, MyLife, Acxiom, LexisNexis, Equifax, Epsilon, Oracle Data Cloud, Experian, CoreLogic, ZoomInfo, TransUnion, and more.

Support & Ticketing

All inbound emails to support@sirveyor.app are automatically routed into a threaded support ticket system. Tickets are matched to existing open threads by sender email within a 30-day window, ensuring continuous conversation history. Platform staff reply directly from the admin panel with proper email threading (In-Reply-To headers set for email client compatibility).

Legal Basis

Data broker opt-out rights are established under CCPA (California Consumer Privacy Act), GDPR (General Data Protection Regulation), Virginia CDPA, Colorado CPA, and similar state and national privacy laws. Data brokers are legally required to honor opt-out requests within 30–45 days.

8. Mobile & Progressive Web App

SirVeyor is designed from the ground up as a mobile-first experience. The platform is available as a Progressive Web App (PWA) that can be installed directly from the browser on both iOS and Android without requiring an app store download.

PWA Features

Offline SupportPush Notifications (planned)Home Screen InstallNative-like UIBackground Sync

The service worker caches essential app routes and assets, enabling core functionality even with intermittent connectivity. The web app manifest enables installation on iOS (via Safari Add to Home Screen) and Android (via Chrome Install Prompt).

Merch Store

SirVeyor includes an integrated merch store fulfilled by Printful, shipping worldwide. Products include privacy-themed tees, hoodies, mugs, and stickers. Payments are accepted via Stripe (card) and ADA (Cardano native), making it one of the first consumer merch experiences natively integrated with a Cardano wallet.

App Store Distribution

SirVeyor is planned for distribution on the Google Play Store via Trusted Web Activity (TWA) and on the Apple App Store via WKWebView wrapper. Both approaches allow the existing PWA codebase to be distributed through official channels without maintaining separate native codebases. Target release: Q3 2026.

9. Trust & Governance

Business Trust Score

Each business on SirVeyor earns a trust score based on their consumer approval rate (approved requests / total resolved requests). This score determines which data sensitivity tiers they can access:

Unverified<5 resolved requestsLow sensitivity only (browsing, interests, social)
Basic5+ resolved, ≥50% approval+ Medium sensitivity (location, purchases, demographics)
Trusted20+ resolved, ≥70% approval+ High sensitivity (health, financial)

Oracle-Enhanced Trust

Consumer data categories that have passed oracle validation carry an on-chain attestation and a confidence score. Businesses querying the data marketplace can filter by validated categories and minimum confidence thresholds, ensuring they only pay for data that meets their accuracy requirements.

Admin Verification

SirVeyor maintains an admin panel with role-based access for business verification, oracle validation management, email communications (scoped by role), blog management, support ticket handling, and platform monitoring. Admin users follow a formal Standard Operating Procedure (SRV-SOP-001) for all oracle validation decisions.

Future: DAO Governance

Planned for 2027, the SirVeyor DAO will allow SRV token holders to vote on protocol fees, treasury allocation, and platform upgrades. Staking rewards will incentivize long-term participation from consumers who regularly contribute validated data to the marketplace.

10. Roadmap

Q1–Q2 2026 — Foundation & Credibility Layer (Complete ✓)
Email/password auth with TOTP 2FANon-custodial Cardano wallets (AES-256-GCM encrypted mnemonic, in-browser generation)Recovery phrase acknowledgment flowData request marketplace with escrow flowBusiness trust score systemOracle validation with admin SOP (SRV-SOP-001)On-chain attestation ledger (CIP-20 metadata transactions)Public ledger page with Cardanoscan linksAdmin dashboard with role-based access (ADMIN, CMO, DEVELOPER)Support ticket system with inbound email threadingIPFS decentralised profile storage via PinataPrivacy Shield — dark web scan + 29 broker opt-out with 90-day cyclesSRV token minted on Cardano mainnet (100M fixed supply)SRV purchase flow (ADA → SRV, Blockfrost on-chain verification, 100k/tx cap)Merch store with Printful fulfillment (Stripe + ADA)Full SEO optimization, OG image, sitemap, robots.txtPWA with service worker & offline support
Q3 2026 — Public Rollout (In Progress)
DEX liquidity (SundaeSwap, Minswap)Aiken smart contracts on Cardano mainnet (escrow + consent registry)Privacy Shield public launch to all consumersAutomated email opt-out sendingGoogle Play Store (TWA) & Apple App StoreOpen consumer launch — platform live and accepting all signups
Q4 2026 — Enterprise Scale
Enterprise API for bulk data requestsAdvanced business targeting & cohort analyticsHeadless browser automation for web form opt-outs500+ data broker coverageReal-time breach monitoring alertsConsent revocation & GDPR audit dashboardMulti-language support
2027 — Governance & Global Expansion
SirVeyor DAO governance frameworkCommunity voting on data pricing tiers & treasuryStaking rewards for long-term data providersChainlink oracle automation for scalable data validationDIA oracle integrationsFilecoin integration for verifiable long-term storageAtala PRISM DID identity verificationRegional compliance modules (CCPA, LGPD, PIPL)Cross-chain bridge explorationStrategic data partnerships

11. Conclusion

SirVeyor represents a paradigm shift in how personal data is handled. By combining Cardano's secure smart contract infrastructure with a consumer-first marketplace, automated privacy enforcement, and transparent trust mechanics, we create a system where data privacy and economic participation are not trade-offs but complements.

The SRV token is live on Cardano mainnet. The oracle validation system and on-chain attestation ledger are operational. Privacy Shield covers 29 data brokers with automated opt-out and 90-day re-submission. Every validated data point is cryptographically anchored to the Cardano blockchain, independently verifiable by investors, businesses, and regulators at any time.

Looking ahead, planned integrations with Chainlink's decentralised oracle network and Filecoin's incentivised storage layer will further remove centralised dependencies — automating data validation at scale and guaranteeing verifiable, long-term persistence of consumer profiles across a global network of storage providers. DAO governance will transfer protocol control to SRV token holders, completing SirVeyor's journey toward a fully decentralised data economy.

As privacy regulations mature globally and consumer awareness grows, SirVeyor is positioned at the intersection of blockchain technology, personal data rights, and the creator economy. Consumers should own their data story — SirVeyor makes that possible.

© 2026 SirVeyor. All rights reserved. This whitepaper is for informational purposes only and does not constitute financial or legal advice. SRV tokens are utility tokens on the Cardano mainnet.