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
Traffic-Ranked Marketplace
Ranked by verified traffic, not hype.
neural.ai
DNSSECcipher.com
DNSSECledger.io
DNSSECquantum.dev
DNSSECsignal.io
forge.ai
DNSSECorbit.dev
DNSSECBadge & 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.
Domain
Terms
Badge customizer
v=FORSALE1; fval=USD15000 furi=mailto:owner@example.com ftxt="Serious offers only"<!-- 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.
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 identifierfval=USD…Asking value, ISO 4217 prefixedfuri=…Contact / escrow routing URIftxt="…"Free-form indicative noteCommand 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 (
checkreturns 0/1) - ›
--jsonoutput and--demooffline 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"