Doman

SCAN BEFORE
YOU SEND.
TRUST BEFORE
YOU TRANSACT.

Real-time on-chain analysis, smart contract inspection, and community reputation — fused into a single trust score.

domanprotocol.vercel.app/dashboard/checker
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
91
SAFE
Tx HistoryClean
Contract RiskNone
FundingVerified
Risk LevelLOW
Base|GoPlus|Basescan|Community Signals

10K+

Users

500K+

Scanned

90%+

Detection

About · Doman

YOU THINK THE BLOCKCHAIN IS TRANSPARENT. ACTUALLY IT'S A MAZE, AND SOMEHOW DOMAN HELPS YOU NAVIGATE YOUR SAFETY

Web3 scam losses reached $14B in 2024 — mostly from phishing, bad approvals, and fake addresses. Existing tools are too technical and developer-focused. Doman makes security accessible to everyone.

Use Cases

WHO IT'S FOR

DEFI NEWBIESAFETY

Simple safe/unsafe signals before every transaction

ACTIVE TRADERSPEED

Quick trust checks that don't interrupt your workflow

NFT COLLECTORPROTECTION

Scan domains and mint pages before connecting

DEVELOPERAPI

Integrate trust scores into your own applications

Services · Doman

SECURITY
FEATURES

01

TRUST SCORE ENGINE

Analyze transaction history, funding sources, community signals, and contract risk.

02

ADDRESS CHECKER

Input any address or domain and get an instant safety assessment.

03

CONTRACT INSPECTOR

Decode smart contracts and detect risky approval patterns.

04

BROWSER EXTENSION

Real-time scanning and warning overlays while you browse.

05

PUBLIC API

Programmatic access to trust scores for developers and partners.

SIMPLIFYING WEB3 MEANS PROTECTING USERS. BY ELIMINATING SCAMS AND RISKS, ONLY SAFE TRANSACTIONS REMAIN.

85
Advantage

YOUR ASSETS
STAY SAFER

Doman combines on-chain data from Alchemy, Moralis, and Etherscan with community-driven reputation signals. Our scoring engine processes transaction history, funding sources, and contract risk to deliver trust scores with >90% detection accuracy and <2% false positives.

<1.5s

API Response

99.5%

Uptime SLA

>90%

Detection Rate

<300ms

Extension Speed

Engine

Core Technology

TRUST SCORE ENGINE

Multi-factor analysis combining transaction patterns, wallet age, funding traces, smart contract bytecode inspection, and real-time community reputation signals.

Browser

Real-Time Protection

BROWSER EXTENSION

Automatic scanning when you browse crypto sites. Color-coded trust badges, popup scores, MetaMask integration, and full-screen danger overlays for high-risk pages.

Browser ExtensionComing Soon — Chrome Web Store

PROTECT EVERY
CLICK.
EVERYWHERE YOU BROWSE.

The DOMAN browser extension brings the full power of our trust engine directly into your browser. Scan addresses, detect phishing domains, and get real-time warnings — without ever leaving the page.

https://app.uniswap.org/swap
0x4200...0006
SAFE · 91
Phishing Domain Detected

This site is flagged as a known scam. Do not connect your wallet.

Scanning page...

Real-Time Address Scanning

Automatically detects Ethereum and EVM addresses on any page and overlays instant trust badges.

Phishing & Scam Warnings

Full-screen danger overlays block known scam domains before you can connect your wallet.

Works on Every Crypto Site

Etherscan, OpenSea, Uniswap, Blur — the extension silently scans in the background wherever you go.

Sub-300ms Response

Powered by the DOMAN API with edge caching so warnings appear before you even notice the scan.

doman-extension · Releasing on Chrome Web Store

Be the first to know when it drops.

View Extension Source
Open Source · MIT License

BUILT IN THE OPEN.
FREE TO BUILD ON.

DOMAN is fully open source. The entire API — 22+ endpoints covering scanning, reporting, watchlists, ENS, and more — is documented and ready for you to integrate into your own applications, bots, or extensions.

REST API

22+ endpoints for address scanning, risk scoring, ENS resolution, domain checks, reports, and more. All responses follow a consistent JSON envelope.

Browse endpoints

Open Source

Full source code on GitHub under the MIT license. Fork it, deploy your own instance, or contribute improvements directly.

Star on GitHub

Browser Extension

Chrome extension source is also open. Inspect how we call the API for real-time phishing detection and in-page address scanning.

View extension source
Quick example — scan an addressGET
fetch('https://domanprotocol.vercel.app/api/v1/scan/0x4200000000000000000000000000000000000006')
  .then(r => r.json())
  .then(({ data }) => {
    console.log(data.riskScore)  // 0–100
    console.log(data.riskLevel)  // 'LOW' | 'MEDIUM' | 'HIGH' | 'CRITICAL'
    console.log(data.isVerified) // true
  })

START PROTECTING YOUR WEB3 JOURNEY TODAY

Join thousands of users who scan before they send. Free to start, powerful when you need it.

Get Extension