🌐 US-Proxy
>; the forty bespoke doors don't, so a body-keyed rule silently fails on every one of them (that flashed the hamburger white on hover, 2026-07-28). Guarded by a test. */ .estate-nav[data-s="dark"]{background:#0A1411;border-bottom-color:#20342B;color:#DCE7E0} .estate-nav[data-s="dark"] .lockup .stop{color:#35B183} .estate-nav[data-s="dark"] .estate-layers a:hover,.estate-nav[data-s="dark"] .estate-layers .sl-here{color:#35B183} .estate-nav[data-s="dark"] .estate-layers .sl-held{color:#8BA396} .estate-nav[data-s="dark"] .estate-nav-body{background:#0A1411;border-bottom-color:#20342B} .estate-nav[data-s="dark"] .estate-layers a{border-top-color:#20342B} .estate-nav[data-s="dark"] .nav-cta{color:#DCE7E0!important;border-color:#20342B} .estate-nav[data-s="dark"] .nav-cta:hover{border-color:#DCE7E0} .estate-nav[data-s="dark"] .nav-partner{background:#35B183;color:#0A1411} .estate-nav[data-s="dark"] .nav-partner:hover{filter:brightness(1.06);color:#0A1411} .estate-nav[data-s="dark"] .nav-btn:hover{background:rgba(255,255,255,.06)} .nav-state:checked ~ .estate-nav .i-menu{opacity:0;transform:rotate(90deg) scale(.7)} .nav-state:checked ~ .estate-nav .i-close{opacity:1;transform:none} .nav-state:focus-visible ~ .estate-nav .nav-btn{outline:2px solid var(--accent,var(--green,#0E6B4A));outline-offset:2px} @media(min-width:861px){ .estate-nav-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:16px} .estate-nav-row .lockup{grid-column:1;justify-self:start} .estate-nav-body{display:contents} .estate-layers{grid-column:2;justify-self:center;flex-wrap:nowrap;column-gap:22px} /* The right slot: field and/or CTA share one grid cell as a flex row, so if a surface ever passes BOTH they sit side by side instead of overlapping. */ .estate-nav-end{grid-column:3;justify-self:end;display:flex;align-items:center;gap:12px} .estate-nav-end .vin-field--bar{width:260px;max-width:100%} } @media(max-width:860px){ .estate-nav-row .nav-btn{display:inline-flex} /* EVERY SHELL TOKEN IN THIS SHEET NAMES BOTH VOCABULARIES. --bg / --rule / --accent are the shared SHELL's semantic slots (styles.ts). The forty bespoke doors render their :root from rootCss(), which emits --paper / --line / --green and has NEVER carried the shell's names. So on every bespoke door the bar and the open menu both resolved to rgba(0,0,0,0) — a transparent header with the page scrolling through it, and a transparent dropdown. It looked correct on the shell and broke on forty doors, which is why a shell-only check passed it. Fallback chain, not a rename: shell slot, then door token, then literal. */ /* THE DROPDOWN MUST NAME BOTH TOKEN VOCABULARIES. --bg / --rule are the shared SHELL's semantic slots (styles.ts). The forty bespoke doors render their :root from rootCss(), which emits --paper and --line and has never carried --bg or --rule. So on every bespoke door the open menu resolved to rgba(0,0,0,0) — a transparent panel with the page scrolling behind it. It looked right on the shell and broke everywhere else, which is why a shell-only check would have passed it. Fallback chain, not a rename: shell slot, then door token, then literal. */ .estate-nav-body{position:absolute;top:100%;left:0;right:0;z-index:50;flex-direction:column;align-items:stretch;gap:14px;background:var(--bg,var(--paper,#FFFFFF));border-bottom:1px solid var(--rule,var(--line,#E4E8E5));padding:16px 24px 20px;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .24s ease,transform .28s cubic-bezier(.2,.7,.3,1)} /* .estate-nav-end unwraps here so field/CTA keep their own dropdown slots (field on top, CTA lower) instead of grouping as they do on desktop. */ .estate-nav-end{display:contents} .estate-nav-body .vin-field--bar{order:0} .estate-layers{order:1;flex-direction:column;align-items:stretch;column-gap:0;row-gap:0;font-size:1.05rem} .estate-layers a,.estate-layers .sl-here,.estate-layers .sl-held{display:flex;align-items:center;min-height:54px;padding:0;border-top:1px solid var(--rule,var(--line,#E4E8E5))} .estate-nav-body .nav-cta{order:2;justify-content:center;margin-top:4px} .estate-nav-body .nav-partner{order:3;justify-content:center;margin-top:4px;width:100%;min-height:48px;font-size:1rem;font-weight:700;font-family:var(--sans-display)} .nav-state:checked ~ .estate-nav .estate-nav-body{opacity:1;transform:none;pointer-events:auto} } /* The shared menu-toggle machinery EstateNav renders: the sr-only checkbox, the hamburger button + its menu/close icon, the scrim, and the scroll lock. The nav STRUCTURE (bar grid, layers, CTA, mobile dropdown) lives in estateNavCss above; the old .nav-inner / .nav-links / .nav-panel / .np-* sheet was retired with DoorNav (2026-07-27). Icon-swap + focus are scoped to .estate-nav there. */ .sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0} .nav-state{position:fixed;top:0;left:0} .nav-btn{display:none;align-items:center;justify-content:center;width:48px;height:48px;margin-right:-12px;border-radius:8px;cursor:pointer;position:relative;z-index:2;color:inherit} .nav-btn:hover{background:#F5F7F6} .nav-ico,.nav-ico svg,.nav-ico path,.nav-ico span{pointer-events:none} .nav-ico{position:relative;width:24px;height:24px;display:block} .nav-ico > span{position:absolute;inset:0;display:block;width:24px;height:24px;transition:opacity .22s ease,transform .28s cubic-bezier(.2,.7,.3,1)} .nav-ico svg{width:24px;height:24px;display:block} .i-close{opacity:0;transform:rotate(-90deg) scale(.7)} .nav-scrim{display:none;position:fixed;inset:0;z-index:40;background:rgba(11,18,15,.28);opacity:0;pointer-events:none;transition:opacity .26s ease} .nav-state:checked ~ .nav-scrim{opacity:1;pointer-events:auto} /* THE SCROLL LOCK — clip, never hidden. overflow:clip is not a scroll container, so nothing clamps the offset to 0; both Chromium and WebKit hold position. */ body:has(.nav-state:checked){overflow:clip} .nav-scrim{overscroll-behavior:contain} .nav-state:checked ~ .nav-scrim{touch-action:none} @media(max-width:860px){ .nav-scrim{display:block} } /* ---- ranks: the ground ------------------------------------------------ */ .price,.price-col,.price-block{ --p-ink:#0B120F;--p-soft:#3C4642;--p-muted:#66716B; --p-posted:#0E6B4A;--p-rule:#E4E8E5; } [data-ground="dark"] .price,[data-ground="dark"] .price-col,[data-ground="dark"] .price-block, [data-s="dark"] .price,[data-s="dark"] .price-col,[data-s="dark"] .price-block, [data-surface="dark"] .price,[data-surface="dark"] .price-col,[data-surface="dark"] .price-block, .dark .price,.dark .price-col,.dark .price-block{ --p-ink:#F2F7F4;--p-soft:#DCE7E0;--p-muted:#8BA396; --p-posted:#35B183;--p-rule:#20342B; } /* ---- ranks: the type -------------------------------------------------- */ .price-eyebrow{ display:block;font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:.68rem;font-weight:600; letter-spacing:.22em;text-transform:uppercase;color:var(--p-muted,#66716B); } .price-lead{ display:block;font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size:clamp(1.5rem,1.05rem + 1.35vw,1.875rem); font-weight:600;letter-spacing:-.02em;line-height:1.05;color:var(--p-ink,#0B120F); font-variant-numeric:tabular-nums;white-space:nowrap; } /* Posted takes the green (tokens.ts: the trust signal is the stop, posted prices, primary actions). Quoted never does — a quote is not certified. */ .price-lead[data-price="posted"]{color:var(--p-posted,#0E6B4A)} .price-lead[data-price="quoted"]{color:var(--p-ink,#0B120F)} .price-sum{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:1.0625rem;font-weight:600; letter-spacing:-.01em;color:var(--p-ink,#0B120F);text-align:right;white-space:nowrap; font-variant-numeric:tabular-nums; } .price-line{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:.875rem;font-weight:500; color:var(--p-ink,#0B120F);text-align:right;white-space:nowrap; font-variant-numeric:tabular-nums; } .price-qual{ display:block;font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:.8125rem;font-weight:400; line-height:1.5;color:var(--p-soft,#3C4642);font-variant-numeric:tabular-nums; } .price-qual + .price-qual{margin-top:4px} /* An anchor is a Qualifier that names its source and its date. It is never a was/now: attestation has no before-price, so the strike is refused here rather than trusted not to be authored. */ .price-anchor{color:var(--p-muted,#66716B)} .price-lead,.price-sum,.price-line,.price-qual,.price-anchor,.price-slot{text-decoration:none} .price-lead s,.price-sum s,.price-line s,.price-qual s,.price-anchor s, .price-lead del,.price-qual del,.price-anchor del{text-decoration:none;font-style:normal} /* The slot inherits the rank it stands in for and is capped at Line. It never takes weight >=600, never green, never full ink. */ .price-slot{color:var(--p-muted,#66716B);font-weight:400;letter-spacing:.04em} .price-sum.price-slot{font-size:.875rem;font-weight:400} .price-lead.price-slot{font-size:1.0625rem;font-weight:400;letter-spacing:.04em} /* ---- the column: ONE shrink-wrapped box (THE ALIGNMENT LAW, §11/§12.5) -- */ .price-col{ display:grid;grid-template-columns:minmax(0,1fr) max-content; gap:0 16px;align-items:baseline;font-variant-numeric:tabular-nums; } .price-col > .price-line,.price-col > .price-sum{grid-column:2} .price-col > .price-rule{grid-column:1 / -1;height:1px;background:var(--p-rule,#E4E8E5);margin:8px 0} /* A price that is also a link is still an address: 44px target, no colour hand-off to the link rule. */ a.price-lead,a.price-sum,a.price-line{display:inline-block;padding:12px 0;margin:-12px 0} a.price-lead:hover,a.price-sum:hover,a.price-line:hover{text-decoration:underline;text-underline-offset:4px} /* ======================================================================= */ /* ADOPTION — the hooks the shipped landings already emit, resolved onto */ /* the five ranks. Every selector below was measured on the served artifact */ /* on 2026-07-26; all of them sit on a white or paper-2 ground, so the ink */ /* values are safe without a per-door ground test. */ /* ======================================================================= */ /* Line: 12 distinct renderings across 126 figures, collapsed to one. */ .stk-rows .amt,.ord-rows .amt,.order-rows .amt,.order-rows .o-amt,.pay-rows .amt, .venue-rows .v-price,.comp-rows .c-price:not(.h),.result-rows .r-price, .option-rows .o-pay{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:.875rem;font-weight:500; color:#0B120F;text-align:right;white-space:nowrap; font-variant-numeric:tabular-nums; } /* Sum: 21 of 22 shipped renderings already agreed at 17px/600/ink. The outlier is sticker's Monroney facsimile (.msrp-*), which is a reproduction of a printed label and keeps its own smaller scale on purpose — promoting it made an unpriced total the loudest money on that page, measured, so it is excluded here rather than argued with. */ .stk-total .amt,.ord-total .amt,.order-total .amt,.order-total .o-amt, .pay-out .amt{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:1.0625rem;font-weight:600; letter-spacing:-.01em;color:#0B120F;white-space:nowrap; font-variant-numeric:tabular-nums; } /* Lead: the door's own posted price. vhr.vin's posted block is the estate's only shipped instance where the real price stands alone in its own element; the peer SKU beneath it takes the Sum rank, per §12.2. */ .posted-rows li:first-child .amt{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:clamp(1.5rem,1.05rem + 1.35vw,1.875rem); font-weight:600;letter-spacing:-.02em;line-height:1.05;color:#0E6B4A; font-variant-numeric:tabular-nums; } .posted-rows li + li .amt{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:1.0625rem;font-weight:600; letter-spacing:-.01em;color:#0B120F;font-variant-numeric:tabular-nums; } /* Qualifier: the TTL/anchor line under a posted price, and the ladder rung's own explanatory clause. 4.9:1 muted -> 9.8:1 ink-soft. */ .posted-rows .amt small,.rung-what,.rung-text{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:.8125rem;font-weight:400; line-height:1.5;color:#3C4642;font-variant-numeric:tabular-nums; } .posted-rows .amt small{display:block;margin-top:4px} /* The price pair inside a proof card is two peer SKUs: Sum rank, one ink. (The same two prices inside .close-row are label text on a button — one of them aria-disabled — so they are left to the door: restyling them would dress a disabled control as an active one.) */ .proof-prices .pp b{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:1.0625rem;font-weight:600; letter-spacing:-.01em;color:#0B120F;font-variant-numeric:tabular-nums; } /* Slot: figures a landing shows the shape of but does not post — the five value bands, the register slot lines. They keep their size, and their place in the column, and stop impersonating a price. (sticker's option prices are withheld by a ratified rule, not merely unpriced; they already render at the slot's weight and ink and are left where they are — sizing them up would draw the eye to a figure the door is deliberately not showing.) */ .st-slot,.r-slots,.m-slots{ font-weight:400;color:#66716B;letter-spacing:.04em; font-variant-numeric:tabular-nums; } /* The door's own posted fee sentence keeps the posted green (it is a posted price) and gains the Qualifier's size and weight. */ .sheet-fee,.order-fee,.zero-fee{ font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:.8125rem;font-weight:500; color:#0E6B4A; } /* Tabular on every money column box, not on each figure — insurance against a face swap. Measured cost today: 0.00px (Fira Code digit-width delta 0). */ .stk-rows,.ord-rows,.order-rows,.pay-rows,.opt-rows,.venue-rows,.comp-rows, .result-rows,.option-rows,.posted-rows,.pay-grid,.doc-msrp,.proof-prices, .close-row{font-variant-numeric:tabular-nums} /* Money is never struck through, anywhere, however it was authored. */ .stk-rows s,.ord-rows s,.order-rows s,.pay-rows s,.posted-rows s,.opt-rows s, .comp-rows s,.venue-rows s,.result-rows s,.option-rows s{text-decoration:none} /* Below 414px the label column and the money column compete for the same ~290px. The Line rank steps down one notch so the figure never buys its width out of the line name — measured on insure.vin, whose .what label was clipping 3px further at 375px before this step existed. Sum:Line holds at 17/13 = 1.31x, still inside §12.2. */ @media(max-width:414px){ .stk-rows .amt,.ord-rows .amt,.order-rows .amt,.order-rows .o-amt,.pay-rows .amt, .venue-rows .v-price,.comp-rows .c-price:not(.h),.result-rows .r-price, .option-rows .o-pay{font-size:.8125rem} } @media(max-width:560px){ .posted-rows li:first-child .amt{text-align:left} } .next-rows a,.product-rows a,.rec-rows a,.rail-rows a,.dir-rows a,.grammar-rows a{ /* Square, not rounded (founder ruling 2026-08-04): the row hover/focus fill sits flush. One shared value so no door drifts back to a radius. */ padding-left:12px;padding-right:12px;border-radius:0; } @media(max-width:700px){ .next-rows .addr,.product-rows .addr,.rec-rows .addr,.rail-rows .addr,.dir-rows .addr,.grammar-rows .addr{grid-column:1;grid-row:1} .next-rows .arrow,.product-rows .arrow,.rec-rows .arrow,.rail-rows .arrow,.dir-rows .arrow,.grammar-rows .arrow{grid-column:2;grid-row:1;align-self:center} .next-rows .desc,.product-rows .desc,.rec-rows .desc,.rail-rows .desc,.dir-rows .desc,.grammar-rows .desc{grid-column:1 / -1;grid-row:2} } /* THE AGENT BAND'S CODE SAMPLE — scrolls in its own box, never wraps. Founder ruling 2026-07-28, superseding the ≤860px pre-wrap fit that shipped here: code keeps its line shape at every width and the box scrolls horizontally inside itself (white-space:pre + overflow-x:auto). Every door also ships the same pair locally on .demo-pre; this shared rule enforces the ruling for any door whose local block goes missing — the apis.vin case, where the absent block let the raw pre push ~660px of page-level scroll at 320px. */ .demo-pre{white-space:pre;overflow-x:auto;overflow-wrap:normal} /* THE AGENT BAND SITS IN THE PAGE, not against the glass. The band is full-bleed by design — its rule and ground span the viewport — but its CONTENT belongs in the same measure as everything above it. Three treatments shipped across the estate: 20 doors padding:5.5rem max(28px,calc((100% - var(--wrap))/2)) 6rem correct 16 doors padding:5.5rem 0 6rem no padding at all 6 doors padding:5.5rem 28px 6rem 28px, no measure So on 22 of 40 doors "for the agent you send" ran to the window edge while the section above it stopped at the wrap. Only the horizontal padding is set here — each door keeps its own vertical rhythm, border and ground. The +28px is not a fudge. A normal section is .wrap — max-width:var(--wrap) AND 28px of padding inside it — so its CONTENT is var(--wrap) minus 56, not var(--wrap). Centring a full-bleed band on var(--wrap) alone therefore left the agent band 56px wider than everything above it and 28px further out on each side: 1040 against 984 at a 1440 viewport. Below the wrap both clamp to 28px, which is why this only ever showed on desktop. */ .agent{ padding-left:max(28px,calc((100% - var(--wrap))/2 + 28px)); padding-right:max(28px,calc((100% - var(--wrap))/2 + 28px)); } .estate-footer{background:#0A1411;color:#DCE7E0;border-top:1px solid #20342B} .estate-footer .wrap{max-width:var(--wrap);margin:0 auto;padding:0 28px} .estate-footer .stop{color:#35B183} .estate-footer a:focus-visible{outline:2px solid #35B183;outline-offset:3px;border-radius:2px} .ef-ident{padding:3.2rem 0 2.4rem;display:flex;align-items:flex-start;justify-content:space-between;gap:20px 40px;flex-wrap:wrap} .ef-word{font-family:'Sora', -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;font-weight:700;font-size:clamp(1.3rem,2.6vw,1.6rem);letter-spacing:-.02em;color:#F2F7F4;line-height:1} .ef-line{margin-top:.55rem;font-size:.88rem;color:#8BA396} .ef-auth{display:inline-flex;align-items:baseline;gap:12px;flex-wrap:wrap;text-decoration:none;border:1px solid #20342B;border-radius:12px;padding:12px 18px;transition:border-color .16s ease} .ef-auth:hover{border-color:#35B183} .ef-auth-addr{font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-weight:500;color:#35B183;font-size:.9rem} .ef-auth-what{color:#8BA396;font-size:.86rem} .ef-seam{border:0;border-top:1px solid #20342B} .ef-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:2.6rem 40px;padding:3rem 0} .ef-pw{font-family:'Sora', -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;font-weight:700;font-size:1rem;letter-spacing:-.01em;color:#F2F7F4;line-height:1.1} .ef-doors{list-style:none;display:flex;flex-direction:column;margin-top:.5rem} .ef-door{font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:.8rem;font-weight:400;line-height:1.3;display:block;padding:3.5px 0;color:#8BA396;text-decoration:none;transition:color .13s ease} a.ef-door:hover{color:#35B183} .ef-held{color:#5E6E66} .ef-base{padding:1.9rem 0 3rem;display:flex;align-items:center;justify-content:space-between;gap:12px 24px;flex-wrap:wrap;font-size:.82rem;color:#8BA396} .ef-house{font-family:'Fira Code', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;font-size:.78rem;display:flex;gap:14px;flex-wrap:wrap;align-items:center} .ef-house .ef-door{display:inline;padding:0} .ef-sep{opacity:.45} @media(max-width:520px){ .estate-footer .ef-cols{grid-template-columns:repeat(2,1fr);gap:1.8rem 18px} .estate-footer .ef-door{font-size:.78rem} .estate-footer .ef-ident{flex-direction:column} .estate-footer .ef-auth{width:100%} }
explore.vin

Every address.
And what it does.

Search. Walk. Arrive.

The Vin estate as one tree — pillar, lane, door, mark — placed exactly as the ratified hierarchy draws it. A live door links. A held name is a plain mark with its why. An arrow is a 301: serve, never home.

door — live, links · mark — held, never links · → — serves, 301 path-preserving

Data.

The record — what is true about one car.

the recordone anchor, the record faces beside it

data.vinpillar anchor — the catalogEvery fact about every car, cataloged — posted coverage, posted license, posted price, keyed to one VIN.

  • batteries.vinThe plural of the battery record fact, held with it.
  • battery.vinBattery state is a per-VIN record fact, held until an EV data source binds.
  • drivers.vinA person referent; the estate's referent is the vehicle. Held, no door.
  • soh.vinState-of-health — the EV battery record fact, held until a source binds.

vhr.vinflagship — the report facePaste a VIN, get the truth — history, recalls, sticker, value.

  • accident.vhr.vin→ vhr.vin · serving alias — 301, path-preserving
  • flood.vinA fact the record carries, per VIN.
  • logbook.vinA fact the record carries, per VIN.
  • odometer.vinA fact the record carries, per VIN.
  • owners.vinOwner count is a history fact; the report that may lawfully carry it is governed by compliance rules.
  • theft.vinA fact the record carries, per VIN.
  • totaled.vinA fact the record carries, per VIN.

records.vinheld member — the full record corpusThe full per-VIN record corpus — more than the history report; held as its own future face.

values.vinthe five numbersValue any car by its VIN — five numbers posted with source, timestamp, and the comps behind them. Retail · private party · trade · wholesale · auction. Free. No account.

  • comps.vinA fact the record carries, per VIN.
  • pricing.vinA fact the record carries, per VIN.
  • tco.vinA fact the record carries, per VIN.
  • valuation.vinA fact the record carries, per VIN.
  • valuations.vinA fact the record carries, per VIN.
  • worth.vinA fact the record carries, per VIN.

listings.vinthe live-listings spineSearch every car for sale by its VIN — 2.1M+ live listings, each posted with venue, source, and timestamp.

  • adf.vinA fact the record carries, per VIN.
  • aging.vinA fact the record carries, per VIN.
  • frontline.vinA fact the record carries, per VIN.
  • inventories.vinA fact the record carries, per VIN.
  • listing.vinA fact the record carries, per VIN.
  • merchandising.vinA fact the record carries, per VIN.
  • models.vinA fact the record carries, per VIN.
  • stocking.vinA fact the record carries, per VIN.
  • syndication.vinA fact the record carries, per VIN.
  • trim.vinA fact the record carries, per VIN.
  • ymm.vinA fact the record carries, per VIN.

sticker.vinthe window sticker — birth recordRead the original window sticker by its VIN — MSRP, options, paint, posted as the factory built it.

  • monroney.sticker.vin→ sticker.vin · serving alias — 301, path-preserving
  • window.sticker.vin→ sticker.vin · serving alias — 301, path-preserving
  • invoice.vinA fact the record carries, per VIN.
  • invoices.vinA fact the record carries, per VIN.
  • manuals.vinOEM reference material — a sticker.vin-adjacent record with no source bound yet.
  • msrp.vinA fact the record carries, per VIN.

build.vinthe OEM as-built recordRead the OEM build record by the VIN — the as-built data behind the window sticker: options, packages, color codes, plant, build date.

specs.vinthe factory specificationsRead the full factory specifications by the VIN — dimensions, powertrain, capacities, equipment, posted for the trim the car actually is.

recalls.vinsafety — the retention enginecheck any car for open recalls by its VIN — campaign, remedy, and repair status posted, free.

  • airbag.recalls.vin→ recalls.vin · serving alias — 301, path-preserving
  • open.recalls.vin→ recalls.vin · serving alias — 301, path-preserving
  • safety.recalls.vin→ recalls.vin · serving alias — 301, path-preserving
  • alerts.vinA fact the record carries, per VIN.

vindex.vinfeatured — the industry-ID crosswalkOne YMMTS spine — year, make, model, trim, style — with every industry data provider's IDs and trim, style, color, and option codes cross-mapped between all of them.

enrich.vinupload the file, get it back enrichedUpload a CSV or XLSX with a VIN column — get the file back with every row decoded and the record appended, the same capability by API and MCP.

Services.

The work — five lanes, one dispatch counter. A lane never mints an address.

the counterthe dispatch router

services.vinpillar anchor — dispatchEvery service a car needs, ordered by its number — one VIN, one quote, one paid order, one invoice.

  • service.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
MOVEphantom band — no lane zone, ever

transport.vinflagship inside MOVEShip any car with a VIN and two zips — quote, track, delivered.

  • customs.vinThe question, asked in another language or at the border; the estate holds the word.
  • deliver.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • deliveries.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • export.vinThe question, asked in another language or at the border; the estate holds the word.
  • exports.vinThe question, asked in another language or at the border; the estate holds the word.
  • import.vinThe question, asked in another language or at the border; the estate holds the word.
  • imports.vinThe question, asked in another language or at the border; the estate holds the word.
  • ships.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • tows.vinA tow is a dispatch fact — the seam between transport.vin and roadside.vin, held until dispatch resolves it.

roadside.vinheld canonical — incident dispatchOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

FIXphantom band — no lane zone, ever

repair.vinthe fix, quoted from the recordRepair work quoted in writing from the VIN — the number before the lift, a work order at a posted price, the completion posted to the record.

  • aftermarket.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • mods.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • repairs.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • shops.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • tires.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • upfit.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

collision.vinheld canonical — the insurer-paid poolOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

  • bodyshop.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

inspection.vininspection-recon: one commerce-kernel unitOrder a pre-purchase inspection by VIN — a credentialed inspector at the car, the condition report posted to the record, point by point.

  • state.inspection.vin→ inspection.vin · serving alias — 301, path-preserving
  • inspections.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • recon.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • reconditioning.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

detail.vinthe recondition, ordered per VINOrder a professional detail from the VIN — the package priced from what the decode says the car is, paid at a posted price, posted to the record when done.

  • detailing.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
PAPERphantom band — no lane zone, ever

title.vinthe paper trailThe title, read and worked by VIN — status posted from the record; transfer, lien release, correction, and duplicate quoted on request, state by state.

  • clean.title.vin→ title.vin · serving alias — 301, path-preserving
  • lost.title.vin→ title.vin · serving alias — 301, path-preserving
  • salvage.title.vin→ title.vin · serving alias — 301, path-preserving
  • gift.vinA question owners actually ask, held so the answer lands on the record.
  • lien.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • liens.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • titles.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • transfer.vinA question owners actually ask, held so the answer lands on the record.

registration.vinco-canonical peer of title.vin — one office visit, two doorsRegistration and plates by VIN — the state's fees posted where the state posts them; new registration, renewal, and plate work quoted on request, state by state.

  • plates.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • renew.vinA question owners actually ask, held so the answer lands on the record.
  • tags.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

emissions.vinheld canonicalOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

  • smog.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
KEEPphantom band — no lane zone, ever

maintenance.vinkeep-lane anchorThe factory maintenance schedule for any VIN — interval by interval from the decode and posted specs — and the work, ordered at a posted price, posted to the record when done.

  • driver.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • fleets.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • parking.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • storage.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • tolls.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

garage.vinheld canonicalOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

  • garages.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
POWERphantom band — no lane zone, ever

charge.vinheld canonicalOne word for one lane of the work on a car; the estate holds it beside the lane that does it.

  • chargers.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
  • charges.vinOne word for one lane of the work on a car; the estate holds it beside the lane that does it.
internationalthe border and the other language — held marks beside the counter

Commerce.

The deal — one anchor, two registers, and the rail that makes the transacting doors legally real.

the anchorthe Deal ledger

commerce.vinpillar anchor — the order faceThe whole deal settles as one order — the car, the taxes, the loan, the insurance, and the delivery, every line posted at its own address.

  • accessories.vinA word the trade uses at the desk, held with the register it belongs to.
  • acquisition.vinA word the trade uses at the desk, held with the register it belongs to.
  • acquisitions.vinA word the trade uses at the desk, held with the register it belongs to.
  • deals.vinA word the trade uses at the desk, held with the register it belongs to.
  • docs.vinA word the trade uses at the desk, held with the register it belongs to.
  • ground.vinA word the trade uses at the desk, held with the register it belongs to.
  • grounding.vinA word the trade uses at the desk, held with the register it belongs to.
  • part.vinA word the trade uses at the desk, held with the register it belongs to.
  • sources.vinA word the trade uses at the desk, held with the register it belongs to.
consumer registerimperative verbs

buy.vinflagshipBuy any car by its VIN, end to end online — the proven 7-step checklist.

  • deal.vinA question owners actually ask, held so the answer lands on the record.
  • poa.vinA question owners actually ask, held so the answer lands on the record.
  • purchase.vinA question owners actually ask, held so the answer lands on the record.

offers.vinflagship — the one consumer sell-canonicalSell your car by its VIN — offer, payoff, and net to you posted before you accept.

  • offer.vin→ offers.vin · serving alias — 301, path-preserving
  • consign.vinA question owners actually ask, held so the answer lands on the record.
  • consignment.vinA question owners actually ask, held so the answer lands on the record.
  • junk.vinJunk-car cash offers are their own offer class under offers.vin; the junk-title fact reads at vhr.vin.
  • payoff.vinA question owners actually ask, held so the answer lands on the record.
  • scrap.vinA question owners actually ask, held so the answer lands on the record.
  • selling.vinThe word-form of the sell motion — serves offers.vin.

financing.vinflagship — lending, the loanFinance any car by its VIN — soft-pull prequal, APRs by credit band, every fee posted.

  • pre.approval.vin→ financing.vin · serving alias — 301, path-preserving
  • apr.vinA question owners actually ask, held so the answer lands on the record.
  • buyout.vinA question owners actually ask, held so the answer lands on the record.
  • loan.vinA question owners actually ask, held so the answer lands on the record.
  • loans.vinA question owners actually ask, held so the answer lands on the record.
  • refinance.vinA question owners actually ask, held so the answer lands on the record.
  • score.vinA question owners actually ask, held so the answer lands on the record.

fi.vinF&I products — VSC · GAP · protectionVehicle service contracts, GAP, and protection products priced to the exact VIN — posted, not pitched, attached to the deal at close.

  • incentives.vinA question owners actually ask, held so the answer lands on the record.
  • vsc.vinA question owners actually ask, held so the answer lands on the record.
  • warranties.vinA question owners actually ask, held so the answer lands on the record.

insure.vinflagshipInsure any car by its VIN — bindable quotes, proof posted to the deal.

  • full.coverage.vin→ insure.vin · serving alias — 301, path-preserving
  • sr22.insure.vin→ insure.vin · serving alias — 301, path-preserving
  • claim.vinA question owners actually ask, held so the answer lands on the record.
  • claims.vinA question owners actually ask, held so the answer lands on the record.
  • coverage.vinA question owners actually ask, held so the answer lands on the record.
  • ins.vinA question owners actually ask, held so the answer lands on the record.
  • insured.vinA question owners actually ask, held so the answer lands on the record.
  • quotes.vinA question owners actually ask, held so the answer lands on the record.

taxes.vinthe out-the-door mathPrice the out-the-door cost of any car by its VIN — exact tax, title, DMV, and doc fees for all 50 states, itemized before the desk prints them.

  • fees.vinA question owners actually ask, held so the answer lands on the record.
  • otd.vinA question owners actually ask, held so the answer lands on the record.

escrow.vinwhere the money waitsThe escrowed-funds face of the deal — held balance, conditions, release — attested on the record; settlement itself runs inside the one order at buy.vin.

  • escrows.vinA question owners actually ask, held so the answer lands on the record.

lease.vinmember door — stays liveThe four numbers every lease is built from — money factor, residual, cap cost, term — posted as structure before the desk quotes you a monthly.

  • off.lease.vin→ lease.vin · serving alias — 301, path-preserving
  • leases.vinA question owners actually ask, held so the answer lands on the record.
dealer registertrade nouns — dealers.vin is the register’s flagship, never a second anchor

dealers.vinthe dealer register’s flagshipRun your store on the number: appraise, pull records, wholesale, and move cars — every unit at its own address.

  • crm.dealers.vin→ dealers.vin · serving alias — 301, path-preserving
  • dealer.vin→ dealers.vin · serving alias — 301, path-preserving
  • dealership.vin→ dealers.vin · serving alias — 301, path-preserving
  • dealerships.vin→ dealers.vin · serving alias — 301, path-preserving
  • dms.dealers.vin→ dealers.vin · serving alias — 301, path-preserving
  • bdc.vinA word the trade uses at the desk, held with the register it belongs to.
  • lead.vinA word the trade uses at the desk, held with the register it belongs to.
  • leads.vinA word the trade uses at the desk, held with the register it belongs to.

desking.vinthe deal, penciled at the deskPayment grids for one VIN — term, rate, and money down as posted scenarios, F&I lines attached where papered — the same grid on both sides of the desk.

  • desk.vinA word the trade uses at the desk, held with the register it belongs to.

auction.vinthe laneRun-list presence, lane history, and announcements for any VIN — what the block knows, posted with source and timestamp before sale day.

  • arb.vinA word the trade uses at the desk, held with the register it belongs to.
  • arbitration.vinA word the trade uses at the desk, held with the register it belongs to.
  • auctions.vinA word the trade uses at the desk, held with the register it belongs to.
  • lane.vinThe estate's own word for a line of work, held with the family.
  • lanes.vinA word the trade uses at the desk, held with the register it belongs to.
  • runlist.vinA word the trade uses at the desk, held with the register it belongs to.
  • sourcing.vinA word the trade uses at the desk, held with the register it belongs to.

wholesale.vintrade to tradeDealer-side wholesale disposition by VIN — the auction band beside the retail band, the spread posted, Manheim the papered counterparty when the unit runs.

  • disposition.vinA word the trade uses at the desk, held with the register it belongs to.
  • remarketing.vinA word the trade uses at the desk, held with the register it belongs to.

tradein.vinthe bilingual seamThe trade number for any VIN, posted from the five value bands with source and timestamp — read it before the appraisal walk, then turn it into a real offer.

  • tradeins.vinA word the trade uses at the desk, held with the register it belongs to.
  • trades.vinA question owners actually ask, held so the answer lands on the record.

floorplan.vinlive attest doorThe floor-plan status of a unit, posted by VIN — floored date, days on line, curtailment, payoff — every dollar a posted slot, none invented.

  • floor.vinA word the trade uses at the desk, held with the register it belongs to.
  • flooring.vinA word the trade uses at the desk, held with the register it belongs to.
  • floorplans.vinA word the trade uses at the desk, held with the register it belongs to.

appraisal.vinthe act — Data keeps the resulting recordA condition-adjusted number for any VIN — the posted values.vin basis, moved line by line by inspection facts, every adjustment sourced and timestamped.

  • appraisals.vinA word the trade uses at the desk, held with the register it belongs to.
dealer-of-record railCloud Motors — the licensed entity the deal types run on

cloud.motors.vinthe entity’s door — subdomain-canonicalCloud Motors is a licensed dealership with an API where the lot would be: buy or sell cars through it — titles, payoffs, taxes, registration, and transport handled; you bring funds and/or credit.

  • cloudmotors.vin→ cloud.motors.vin · serving alias — 301, path-preserving
  • motors.vin→ cloud.motors.vin · serving alias — 301, path-preserving

dropship.vinthe kernel’s first deal typeWholesale Dropship on the dealer-of-record rail: the unit goes lane to driveway as one order — quote, order, delivered — and never stocks anywhere.

payments.vinheld member — the money railThe settlement rail where service providers connect for payouts.

AI.

The motions and the actors — no new anchor; the layer is carried by the motion doors and apis.vin.

the motion doorsoffer surface, describer sub-class — the page sells the motion, apis.vin transacts it

b2a.vinan agent buys on its own accountBusiness-to-agent: the buyer is an autonomous agent — wallet, Mandate ceiling, no human leaf anywhere.

b2h2a.vina human approves exactly one stepB2H2A — the human at exactly one step. The agent walks the rest.

b2a2c.vinan agent buys for a consumer, receiptedYour agent buys the car. Your user reads the receipt.

  • b2c.vin→ b2a2c.vin · serving alias — 301, path-preserving

b2a2b.vinheld → live on Mandate-chain settlementAgent-brokered trade between businesses — Mandate presented, fee disclosed, settlement posted.

  • b2b.vin→ b2a2b.vin · serving alias — 301, path-preserving

b2a2d.vinheld → live on embed-payload surfacesEmbed the capability. The membrane comes with it.

  • b2d.vin→ b2a2d.vin · serving alias — 301, path-preserving
the actorswho shows up — plain marks, never anchors

reads here — the canonical homes elsewhere

  • assistant.vinYour agent, your account, your receipts. A plain mark, no door. → b2a.vin
  • assistants.vinThe plural of the assistant actor; held with it. → b2a.vin
  • autonomous.vinWhen the car is the customer — the AV fleet actor. A plain mark, no door. → b2a.vin
  • bots.vinA thousand agents, one ledger. A plain mark, no door. → b2a.vin
  • copilot.vinThe AI that advises: reads everything, signs nothing. A plain mark, no door. → b2a.vin
  • copilots.vinThe plural of the advising AI; held with copilot. → b2a.vin
lapsetechnical AI primitives — primitives live on .do; these names lapse safely

held — a mark, not a door

  • agis.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • ais.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • embedding.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • embeddings.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • genai.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • inference.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • llms.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • prompts.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • rag.vinAnother spelling of a question the estate answers, held so it lands at the canonical.

Platform.

The estate’s own machinery — infrastructure, not pillar inventory.

the platformthe family home and the doors the estate runs on

vin.companythe family home — the certificate registerEvery vehicle has an identity. The industry runs on it.

  • all.vin→ vin.company · serving alias — 301, path-preserving
  • drivly.vin→ vin.company · serving alias — 301, path-preserving
  • proof.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • resources.vinAnother spelling of a question the estate answers, held so it lands at the canonical.

apis.vindeveloper door + the estate MCP homeProgram the car market by its VIN — one key, one SDK, one MCP server; every call priced on the page.

  • auth.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • dauth.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • dms.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • mcps.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • photos.vinAnother spelling of a question the estate answers, held so it lands at the canonical.

blogs.vinthe estate periodicalEvery piece written across the .vin estate — one periodical, newest first, each piece posted and dated at its own door.

pitch.vinthe deckThe VIN Company, in 14 slides: one VIN, many doors, one company — data, services, and commerce, each door live at its own address.

explore.vinthis address — the domain mapEvery address in the Vin estate, and what it does — the family's domain map, one walkable tree: pillar, lane, door, mark.

  • directory.vin→ explore.vin · serving alias — 301, path-preserving
utility overlay.do-class technical primitives — they stay off .vin brands

held — a mark, not a door

  • cfd.vinA technical primitive; the automotive sense is empty.
  • ctx.vinA technical primitive; the automotive sense is empty.
  • edm.vinA technical primitive; the automotive sense is empty.
  • examples.vinA technical primitive; the automotive sense is empty.
  • function.vinA technical primitive; the automotive sense is empty.
  • graph.vinA technical primitive; the automotive sense is empty.
  • jwt.vinA technical primitive; the automotive sense is empty.
  • logs.vinA technical primitive; the automotive sense is empty.
  • mds.vinA technical primitive; the automotive sense is empty.
  • poi.vinA technical primitive; the automotive sense is empty.
  • rand.vinA technical primitive; the automotive sense is empty.
  • rkt.vinA technical primitive; the automotive sense is empty.
  • roadmap.vinA technical primitive; the automotive sense is empty.
  • schema.vinA technical primitive; the automotive sense is empty.
  • src.vinA technical primitive; the automotive sense is empty.
  • template.vinA technical primitive; the automotive sense is empty.
integration-alias shelfthird-party and government marks — redirect-only, never brands

held — a mark, not a door

  • acv.vinA third-party mark — a redirect-only hold, never a brand.
  • clickhouse.vinA third-party mark — a redirect-only hold, never a brand.
  • kbb.vinA third-party mark — a redirect-only hold, never a brand.
  • manheim.vinA third-party mark — a redirect-only hold, never a brand.
  • mdb.vinA third-party mark — a redirect-only hold, never a brand.
  • mmr.vinA third-party mark — a redirect-only hold, never a brand.
  • mongo.vinA third-party mark — a redirect-only hold, never a brand.
  • nada.vinA third-party mark — a redirect-only hold, never a brand.
  • nats.vinA third-party mark — a redirect-only hold, never a brand.
  • nhtsa.vinA third-party mark — a redirect-only hold, never a brand.
  • nmvtis.vinA third-party mark — a redirect-only hold, never a brand.
  • prisma.vinA third-party mark — a redirect-only hold, never a brand.
held inventoryowned names, held — each renews on its pillar’s annual decision

held — a mark, not a door

  • 402.vinHTTP 402, Payment Required — the status code machine payment settles on.
  • 4x4.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • a2a.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • abandoned.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • accident.vinThe singular of the accidents question; the record reads at vhr.vin.
  • accidents.vin'Any accidents?' is the first question of a used-car purchase; the answer is a vhr.vin report field.
  • ach.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • actor.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • actors.vinEveryone who shows up at the deal — the plural of the actor question.
  • addendum.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • adjuster.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • airbags.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • ankauf.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • answers.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • antique.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • ap2.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • apk.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • application.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • apply.vinA question owners actually ask, held so the answer lands on the record.
  • approval.vinA question owners actually ask, held so the answer lands on the record.
  • approved.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • assurance.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • atvs.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • auctionsheet.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • audit.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • automatic.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • autopay.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • autos.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • awd.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • band.vinA word of the estate's own vocabulary, held so it stays in the family.
  • bastidor.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • bev.vinBattery-electric — the initialism industry data feeds and registration statistics use.
  • bhph.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • bike.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • binder.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • bonded.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • borrow.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • borrower.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • bos.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • brakes.vinThe repair every car eventually needs; the fix is quoted at repair.vin.
  • branded.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • breakdown.vinThe moment the car stops moving; the services pillar answers it.
  • brochure.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • brochures.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • broker.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • bus.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • buyback.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • buyer.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • buyhere.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • buying.vinThe word-form of the buy door — serves buy.vin.
  • camioneta.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • campervan.vinThe UK and EU word for the class-B conversion — a vehicle class and a listings filter.
  • carrier.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • carro.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • carros.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • cashoffer.vin'Get a cash offer' — the consumer's own phrase for the offers.vin motion.
  • cashout.vinCash-out auto refinance — the equity motion, one word.
  • celebrate.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • certified.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • charging.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • chassi.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • chassis.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • checkdigit.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • checkengine.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • coche.vinSpanish for car — the singular of coches, held with it.
  • codes.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • collector.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • commercial.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • comp.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • concesionario.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • concessionaria.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • cosign.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • cote.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • cover.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • cpo.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • cr.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • crash.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • crashtest.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • credit.vinThe consumer's word for auto financing.
  • creditapp.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • crossover.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • damage.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • deductible.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • delivered.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • deposit.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • depreciation.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • dmv.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • documents.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • downpayment.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • driverless.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • dtc.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • elt.vinElectronic lien and title — the rail state title programs run on.
  • equity.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • esign.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • estimate.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • etch.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • etitle.vinThe electronic title — the document, going digital state by state.
  • exotic.vinThe exotic class — a listings filter and a value fact per VIN.
  • extendedwarranty.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • fahrzeug.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • fee.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • financement.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • financiamiento.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • finanzierung.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • fixedops.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • fmv.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • fni.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • fnol.vinFirst Notice of Loss — the claim's opening document.
  • frame.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • funded.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • gas.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • gatepass.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • gebrauchtwagen.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • gifted.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • grade.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • gvw.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • gvwr.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • haendler.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • has.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • hatchback.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • hauling.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • holdback.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • immatriculation.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • instantoffer.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • insur.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • insurer.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • is.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • jdm.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • keep.vinKEEP — the estate's word for the ownership lane: maintenance, insurance, registration.
  • kei.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • kennzeichen.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • kenteken.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • kfz.vinThe German trade prefix — kfz-versicherung, kfz-werkstatt, kfz-zulassung — an entire language's car economy in three letters.
  • labor.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • leasereturn.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • leasing.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • lemonlaw.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • lend.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • lender.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • lending.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • lhd.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • license.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • lienholder.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • loadboard.vinThe transport trade's marketplace word — where carriers find the load.
  • loads.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • loaner.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • loaners.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • lockout.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • logistics.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • lorry.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • ltv.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • makes.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mandate.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • mandates.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • matricula.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mco.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mechanic.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • memory.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mileage.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • minivan.vinThe family-hauler class — a listings filter and a per-VIN spec fact.
  • modelyear.vinThe first axis of year-make-model — a per-VIN fact the record posts.
  • monroney.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mot.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • motions.vinOne name for the motions the estate demonstrates — business to agent, agent-mediated purchase, human hand-off.
  • motorcycles.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • motorhome.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mso.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mvd.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mvpa.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • mvr.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • new.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • nohaggle.vinOne-price retail's trade term — the posted-price philosophy, named.
  • notarize.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • obd2.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • occasion.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • odo.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • offroad.vinThe off-road class — dirt bikes, side-by-sides, overlanders — and the 'off-road only' title brand the record reports.
  • oilchange.vinThe most ordinary line on the maintenance schedule, as one word.
  • oneowner.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • options.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • outthedoor.vinThe out-the-door number — the consumer's name for the math taxes.vin posts.
  • owner.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • paint.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • paper.vinPAPER — the estate's word for the document lane: title, registration, taxes.
  • paperwork.vinThe consumer's word for the PAPER lane — title, registration, taxes as one noun.
  • payhere.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • pcp.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • pdi.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • pdr.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • petrol.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • phev.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • pickup.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • pickups.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • pinkslip.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • placas.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • plate.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • policy.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • powersports.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • powertrain.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • ppi.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • preapproval.vinThe single-word form of pre-approval — an auto-financing fact.
  • preapproved.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • preowned.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • prequal.vinAuto lending's soft-pull word — the first step of a financing application.
  • prices.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • protect.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • psi.vinPost-sale inspection — the auction trade's initialism.
  • pti.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • quad.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rail.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • range.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rate.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • rates.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • rdr.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rebates.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rebuilt.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • receipt.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • receipts.vinThe plural of the receipt — the paper trail of agentic commerce, demonstrated at b2a2c.vin.
  • record.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • reg.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rego.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • renavam.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • renewal.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rent.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rentals.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • repo.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • reprise.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • residual.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • residuals.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • retail.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • returns.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • revenda.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • reviews.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • revisione.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rhd.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • roro.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rto.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • rv.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • rvs.vinThe plural of rv, held with it.
  • rwd.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • safety.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • samochody.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • sedan.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • seguro.vin'Seguro de auto' — Spanish for car insurance, held beside insure.vin.
  • seguros.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • seller.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • semi.vinThe semi — a commercial vehicle class whose VINs feed fleet compliance.
  • seminovos.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • seminuevos.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • settlement.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • shaken.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • shipping.vinThe consumer's word for the move; the move is priced at transport.vin.
  • showroom.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • softpull.vin'Soft pull, no impact to your credit' — the phrase auto finance qualifies with.
  • sold.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • sorn.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • spec.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • sr22.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • srp.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • stips.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • styles.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • supercar.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • suv.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • suvs.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • sxs.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • tax.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • telaio.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • telematics.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • temptag.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • testdrive.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • tmu.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • totalled.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • towed.vin'Where was my car towed?' — the question this name asks.
  • towing.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • tpms.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • tradeup.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • trailer.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • trailers.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • transaction.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • transmission.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • transporter.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • trims.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • tsb.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • ttl.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • turbo.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • txn.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • tyres.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • underwriting.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • usados.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • used.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • ute.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • utv.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • utvs.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • v5c.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • valet.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • van.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • vans.vinAnother spelling of a question the estate answers, held so it lands at the canonical.
  • vds.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • vendo.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • versicherung.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • vins.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • voiture.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • wac.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • was.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • werkstatt.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • whiteglove.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • windowsticker.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • windshield.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • wmi.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • writeoff.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • x402.vinHeld in the estate's inventory. Its placement posts when it is ruled.
  • zulassung.vinHeld in the estate's inventory. Its placement posts when it is ruled.

The map never re-rules.

Placements here render the ratified estate tree — where a name’s place is in question, the tree answers, and this page posts that answer. A door going live converts its mark to a link; a ruling moves a name; nothing on this page decides either. The record’s one home stays vin.company: one VIN field, every door, one posted record.

For the agent you send

The agent reads the same record you do. Same two routes, three representations — the numbers never differ between them.

motions: B2A

curl https://explore.vin/ -H 'accept: text/markdown'        → the markdown twin of this page
curl https://explore.vin/{VIN} -H 'accept: application/json' → the record as typed evidence objects
curl https://explore.vin/{VIN} -H 'accept: text/markdown'    → the record's markdown twin

Machine surfaces on this host: /llms.txt · /icp.json · /.well-known/agents.json · one estate MCP server — apis.vin/mcp (every door a lens; tool results carry the door URL).

Attribution: X-Client-Type: html | md | json | mcp — read for agent-led demand attribution; it never changes the record.

No gate on this door's two routes — keyless reads, no account. Gated actions elsewhere on the estate return a typed OFFER (posted price · hard ceiling) or a NEEDS_HUMAN handoff, never a dead end.