Developer Infrastructure · Solana · 2026

UZPROOF

Verification Layer for Solana

The first Proof-of-Use standard for Solana. Projects define what “real usage” means — we verify automatically, filter bots, pay only for verified users.

121

API endpoints

38

Verification types

14

Solana protocols

8

Anti-sybil signals

Introduction

Which of my users are real?

We are building the first Proof-of-Use Attestor on the Solana Attestation Service. Our project is called UZPROOF and serves as a Verification Layer for the entire Solana ecosystem. It gives projects — existing or new — the answer to the question everyone asks but nobody has solved: which of my users are real, and how do I attract genuine users to my product?

The Problem

Ten thousand followers — but how many actually swapped?

Every Solana project launching an activation or airdrop faces the same problem. Ten thousand followers — but how many actually swapped? How many staked? How many held the token longer than a week? Nobody knows.

60% of airdrop budgets go to bots and farmers. Hundreds of millions of dollars wasted every year. And no tool in the ecosystem answers the simple question: did this wallet actually use my product? Or is it a bot that came to grab tokens?

But there is another side to this problem. Young Solana projects cannot find real users for their product. They launch, build the protocol — then what? Paid advertising in crypto does not work. Organic growth is slow. Quest platforms bring farmers who disappear after the airdrop. Projects need not wallets — but people who will genuinely try the product, evaluate it, and stay. And today there is no tool that connects a project with exactly these users.

The Solution

Projects pay only for verified users

UZPROOF fills this gap. A project defines what a real valuable on-chain action means for them. Creates a campaign in ten minutes without developers. Users perform real on-chain actions — not likes, not follows — actual on-chain actions. We verify everything automatically at the smart contract level. And the anti-fraud engine filters bots before the project spends a cent.

Projects pay only for verified users.

The second value — user acquisition. UZPROOF becomes the place where real users discover new projects to use. Not to farm — to genuinely use. A user arrives, sees campaigns from projects, tries the product, earns verification and reputation. The project gets not random wallets from Twitter — but motivated users who came specifically to try the product and build reputation through real usage.

More projects on the platform — more users arrive. More verified users — more attractive for new projects. A flywheel that works for both sides.

Value for Projects

Not just a bot filter — a full growth engine

Projects get the full funnel: who came, who took action, who is genuine, who returned on day seven. A verified list of wallets with anti-fraud scoring. Batch payments to verified users in any token with one click.

Projects can embed proof of their real audience directly on their website. A “Verified by UZPROOF”badge that updates automatically. Set it once — and every site visitor sees how many real verified users the project has. Not followers — users who actually swapped, staked, held tokens. The number grows in real time — every new verification increases the counter.

Projects no longer say “we have ten thousand followers.” They say “we have a thousand verified users — here is the badge, here is the number, check it on-chain.” This is a different level of trust for partners, investors, listings, and the community.

Value for Users

Every verified action is portable reputation

For users, every verified action is portable reputation. An NFT badge that proves to the entire ecosystem: I am a real user, not a farmer. The more protocols you genuinely use — the higher your rating. Projects can open access to campaigns only for verified users — this instantly cuts off farmers and creates a club of real participants.

More projects verify — more valuable each reputation becomes — more users want to get verified. A network effect that did not exist in Web3.

Moat

First Proof-of-Use Attestor on Solana Attestation Service

Every verification is recorded on-chain. Not in our database — on the blockchain. Forever. Any protocol can read this data without our API. DAOs gate voting by real activity. Launchpads filter airdrops by verified users. We are building an open standard for the entire ecosystem.

How It Works

4 steps from contract to verified users

01

Paste address

Program ID or token mint. Auto-detect 14 protocols.

02

Define rules

Swap ≥ $5, hold 7 days, stake SOL — any condition.

03

Users complete

On-chain actions verified automatically via Helius.

04

Pay real users

Batch payments in any SPL token. 1% platform fee.

Product

What is already built and live

Full-featured platform in production. 121 API endpoints, PostgreSQL 16.13, Next.js 16, TypeScript. Everything below is live code, not mockups.

Verification Engine

18 DeFi types (auto-verify)

  • Swap on Jupiter (v6 instant)
  • Buy / Sell specific token
  • Trading volume target
  • Add liquidity + Hold LP
  • Hold SPL token (+ with duration)
  • Stake SOL (native + LST: mSOL, JitoSOL, bSOL, INF)
  • Hold stablecoin (USDC, USDT, PYUSD)
  • NFT hold / mint / ownership check
  • Transaction verification (any program)
  • Lend, borrow, repay, claim, vote, bridge, create LST

14 Solana Protocols

JupiterMarinadeSanctumOrcaRaydiumDriftKaminoMarginFiMeteoraJitoTensorMagic EdenMetaplexSPL Token

+20 more types

8 Social (Follow, Like, RT, Tweet, Reply, Quote, TG, Discord) + 5 Action (Quiz, Link, File, Text, URL) + Referral + Gaming

Anti-Sybil Engine

no_history

Wallet with zero transaction history

low_tx_count

Fewer than 5 transactions total

new_wallet

Created less than 3 days ago

dust_balance

SOL balance below 0.01

funded_by_malicious

Funded by known scammer/exploiter (Helius)

micro_funded

Funded with < 0.01 SOL (sybil farm pattern)

known_malicious

Wallet flagged as exploit/hack/scam (5100+ DB)

fast_completion

Quest completed in under 10 seconds

NFT Badges

  • Metaplex Token Metadata (legacy standard)
  • Co-sign pattern: server + user
  • On-chain attributes: actions, protocols, score, rank
  • Proof-of-Use Badge — portable credential
  • NFT collections for projects (3-step wizard)
  • Refresh metadata on-chain (IPFS + URI update)

SAS Attestations — Paid Claim

First Proof-of-Use Attestor on Solana Attestation Service (Solana Foundation). Every quest completion requires a user-signed, user-paid on-chain attestation.

Credential:2chgBfvkwhnHQVVAyXKDK6CBjbCRMQ8aLWrysL5UQyyF
Schema:8yW2BboQuhp2MMmrQLFz35V6VSqC48MF7wZ5bmzcTeTF
PDA:SHA256(wallet + ":quest_" + id)— deterministic, one per wallet per quest

Anti-sybil by design: farming N wallets costs N × ~0.003 SOL of rent, so low-reward quests are uneconomic to farm. Server runs simulateTransaction(sigVerify: false)before handing the tx to the wallet — the user never signs something that would fail on-chain.

Batch Payments

  • v0 VersionedTransactions + Address Lookup Tables
  • 50 SOL / 20 SPL transfers per TX
  • Any SPL token (paste mint address)
  • Live price from DexScreener
  • 1% platform fee
  • Leaderboard → Payments integration

Solana Blinks + SDK + API

  • Solana Actions API v2.4 (Blinks on X/Twitter)
  • @uzproof/verify SDK (4 methods, 0 deps)
  • x402 pricing ($0.05/verify, USDC on Solana)
  • Embeddable badge (SVG) + live widget (JS)
  • Contract detection (14 protocols)
  • Token info API (Helius DAS + DexScreener)

Platform Features

For Users

  • uzproof Score (4 tiers)
  • XP + streaks + daily check-in
  • Price Predictions (SOL)
  • Demo Trading (50x leverage)
  • Referral program
  • AI assistant

For Projects

  • Quest editor (smart detect)
  • Access gating (badge/level/actions)
  • Funnel analytics (D7/D30)
  • Team management (4 roles)
  • CSV export
  • Campaigns (sequential)

Tech Stack

  • Next.js 16 + TypeScript
  • PostgreSQL 16.13
  • Helius SDK
  • Metaplex Token Metadata
  • SAS Protocol
  • Solana Web3.js
Market

TAM / SAM / SOM

$12B

TAM

Global Web3 marketing and user acquisition market. Airdrops, quest platforms, verification services, on-chain analytics.

$800M

SAM

Solana ecosystem: quest platforms + on-chain verification + anti-sybil. ~4,000 active projects, $200K avg annual spend on user acquisition.

$557K

SOM (Year 3)

500 projects: Pro subs ($297K) + batch fees ($250K) + API ($10K). 0.07% capture of SAM. Conservative.

Competitors

Positioning vs Torque / Layer3 / Galxe

UZPROOFTorque (C1, $250K)Layer3 / Galxe
FocusVerify completionsCreate offersQuests & points
On-chain verify38 types (24 auto)Via Shyft webhooksLimited
Anti-sybil8 real-time signalsBasicGitcoin Passport
SAS AttestationFirst attestor
NFT BadgesMetaplex on-chainOff-chain points
Batch Paymentsv0 TX + ALT
SDK@uzproof/verify
x402 API$0.05/verify
BlinksActions v2.4
PricingFree + 1% feeSubscriptionSubscription

Key difference: Torque creates offers (marketing), UZPROOF verifies completions (infrastructure). We are the verification backend for any quest platform.

Business Model

3 revenue streams

1%

Batch Payment Fee

Commission on every batch payment. 100 users x 1 SOL = 1 SOL to us.

$0.05

API Verification (x402)

Pay-per-call via x402. USDC on Solana, no API keys needed. 1K free/month.

$99/mo

Pro Plan

DeFi verification, anti-fraud, analytics, unlimited. Starter plan is free.

Web2 precedent: UseProof (YC W18) raised $2.2M for popup surveys for SaaS. UZPROOF is UseProof for Web3.

Revenue Projection

Revenue Forecast

MetricYear 1Year 2Year 3
Projects on platform50200500
Pro subscribers ($99/mo)1580250
Pro revenue$17.8K$95K$297K
Batch payment volume$500K$5M$25M
Batch fee revenue (1%)$5K$50K$250K
API calls (x402)5K50K200K
API revenue ($0.05)$250$2.5K$10K
Total ARR$23K$147.5K$557K
MRR (Year 3)$46.4K

$23K

Year 1 ARR

$147.5K

Year 2 ARR

$557K

Year 3 ARR

Conservative estimates. $0 marketing spend Year 1 (organic + ecosystem growth). Year 2-3 growth driven by API adoption and network effects.

Roadmap

From MVP to protocol

Phase 1 — MVP

April-May 2026

38 action types, DeFi verification, NFT badges, SAS attestation, 8 anti-sybil signals (incl. Helius Wallet API), Jupiter Terminal, batch payments, Blinks, SDK, Agent Kit plugin, x402.

Phase 2 — Growth

May-July 2026

LP verification (Raydium, Orca), Bridge (Wormhole), Telegram bot, campaigns, webhook API, Helius webhooks for real-time verification.

Phase 3 — Scale

August-October 2026

Public API marketplace, AI quest editor, advanced analytics, white-label.

Phase 4 — Protocol

Q4 2026+

Platform token, universal proof-of-use standard, cross-protocol composability.