Proof-of-traffic domain marketplace

Turn live web traffic into direct domain offers.

Standardized via RFC 10023 (_for-sale TXT records). Embed an elegant badge, verify ownership via DNS, and rank on the public marketplace using real verified traffic.

624.2k
Verified pings / mo
8
Domains listed
88%
DNSSEC signed
https://neural.ai
Domain For Sale$185k
TXT _for-sale.neural.aiDNSSEC
v=FORSALE1;
fval=USD185000
furi=mailto:owner@neural.ai
ftxt="Premium AI brand — escrow ready"
Resolved in 24ms · badge installed & pinging

Traffic-Ranked Marketplace

Ranked by verified traffic, not hype.

Live ping feed

vault.com

DNSSEC
Pinging
61.2kUV / mo
173.4kPV / mo
342Refers
$320,000Listed 8d ago

neural.ai

DNSSEC
Pinging
42.4kUV / mo
118.0kPV / mo
214Refers
$185,000Listed 2d ago

cipher.com

DNSSEC
Pinging
33.6kUV / mo
102.9kPV / mo
187Refers
$128,000Listed 4d ago

ledger.io

DNSSEC
Pinging
28.9kUV / mo
91.2kPV / mo
156Refers
$74,000Listed 5d ago

quantum.dev

DNSSEC
DNS only
19.7kUV / mo
54.3kPV / mo
98Refers
Open to OffersListed 1d ago

signal.io

Pinging
12.4kUV / mo
38.1kPV / mo
84Refers
$46,000Listed 3d ago

forge.ai

DNSSEC
DNS only
9.8kUV / mo
26.5kPV / mo
61Refers
Open to OffersListed 6d ago

orbit.dev

DNSSEC
Pinging
7.3kUV / mo
19.8kPV / mo
44Refers
$28,500Listed 11d ago

Badge & Multi-TXT Generator

Configure once. Embed anywhere.

Set your asking price, escrow contact, and note. We compile a valid RFC 10023 TXT record and a one-line embed snippet in real time.

1

Domain

2

Terms

3

Badge customizer

Theme
Position
Text
Live preview
Domain For Sale$15,000
_for-sale.{domain} · TXT
v=FORSALE1; fval=USD15000 furi=mailto:owner@example.com ftxt="Serious offers only"
1-click embed snippet
<!-- RFC 10023 Badge -->
<script src="https://badge.forsale/b.js"
  data-domain="example.com"
  data-theme="dark"
  data-position="bottom-right"
  data-text="Domain For Sale" async></script>

Live Verification & Inspector

Test any domain against the protocol.

Runs a real DNS TXT lookup of _for-sale.<domain> on the server and parses the RFC 10023 tags live.

forsale-inspector · live dns

Protocol Docs

RFC 10023 in four tags.

A minimal, DNS-native convention for signaling that a domain is for sale — resolvable by anyone, ownable by only you.

v=FORSALE1Protocol version identifier
fval=USD…Asking value, ISO 4217 prefixed
furi=…Contact / escrow routing URI
ftxt="…"Free-form indicative note

Command Line

Resolve any domain from your terminal.

The `forsale` CLI is a real, dependency-free Node.js tool. It performs live DNS lookups of the _for-sale TXT record, generates valid records, and prints badge snippets.

  • Live DNS resolution via Node built-ins — no dependencies
  • Scriptable exit codes (check returns 0/1)
  • --json output and --demo offline mode

# install globally

$ npm install -g forsale

# resolve a domain

$ forsale resolve neural.ai

[ ok ] FOR SALE — verified FORSALE1 record

asking price 250000 USD

contact mailto:owner@neural.ai

# use it in scripts

$ forsale check vault.io && echo "make an offer"