<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Trademark Sentinel | Blog</title><description>Brand monitoring for trademark professionals — track WIPO and beyond.</description><link>https://trademark-sentinel.com/</link><language>en</language><item><title>WIPO Global Brand Database explained</title><link>https://trademark-sentinel.com/blog/2026-05-wipo-global-brand-database-explained/</link><guid isPermaLink="true">https://trademark-sentinel.com/blog/2026-05-wipo-global-brand-database-explained/</guid><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;If you’ve spent any time around international trademark work, you’ve heard of
the &lt;strong&gt;WIPO Global Brand Database&lt;/strong&gt; — usually shortened to &lt;strong&gt;GBD&lt;/strong&gt;. It’s the
biggest single trademark search interface in the world, and it’s the data
source Trademark Sentinel uses today. This post explains what’s actually in
GBD, what isn’t, and why we picked it as the MVP source.&lt;/p&gt;
&lt;h2 id=&quot;what-gbd-is&quot;&gt;What GBD is&lt;/h2&gt;
&lt;p&gt;The Global Brand Database is a free public search tool maintained by the
World Intellectual Property Organization (WIPO). It aggregates trademark and
appellation-of-origin records from a number of sources into one searchable
index. As of writing, it indexes on the order of 60+ million records,
covering both &lt;strong&gt;international filings&lt;/strong&gt; and &lt;strong&gt;national contributions&lt;/strong&gt; from
participating offices.&lt;/p&gt;
&lt;p&gt;Two things are worth pulling apart in that sentence.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;International filings&lt;/strong&gt; are records from registers WIPO itself runs — most
notably the &lt;strong&gt;Madrid System&lt;/strong&gt;, the international trademark registration
treaty that lets a brand owner file once and designate dozens of member
countries. Madrid records flow into GBD natively. So do filings under the
Lisbon System (appellations of origin like “Champagne” or “Roquefort”), the
Article 6ter list (state emblems and intergovernmental organisation names),
and a few smaller WIPO registries.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;National contributions&lt;/strong&gt; are records that participating national offices
send to WIPO for inclusion in GBD. Around 70 national offices contribute,
including major ones like the United States (USPTO), the United Kingdom
(UKIPO), Australia (IP Australia), Canada (CIPO), and many EU member states.
The European Union Intellectual Property Office (EUIPO) contributes its
trademark data as well.&lt;/p&gt;
&lt;p&gt;The result is the closest thing the world has to a global trademark search.
Not the &lt;em&gt;only&lt;/em&gt; global search, but the broadest free one.&lt;/p&gt;
&lt;h2 id=&quot;what-gbd-does-not-cover&quot;&gt;What GBD does not cover&lt;/h2&gt;
&lt;p&gt;Equally important — what’s missing.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Not every national office contributes.&lt;/strong&gt; Several large jurisdictions are
absent or only partially represented. China and Japan, in particular, have
partial coverage; many smaller offices contribute irregularly or not at
all. If your business depends on a specific national office, check whether
it’s a GBD contributor before relying on GBD alone.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Update lag varies by source.&lt;/strong&gt; WIPO’s own registries (Madrid, Lisbon)
update with little delay — often within days. National contributions update
on whatever cadence the contributing office chooses, which can be weekly,
monthly, or quarterly. A “fresh” GBD record for one office may be a week
old; for another, several weeks.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No commerce-use data.&lt;/strong&gt; GBD is a &lt;em&gt;register&lt;/em&gt; search, not a market-use
search. It tells you what’s been &lt;em&gt;filed&lt;/em&gt;; it doesn’t tell you what’s
actually being sold under a brand. Use-based research is a separate tool.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No domain or social-handle data.&lt;/strong&gt; Brand monitoring at large includes
domain squats, social-media handle squats, and marketplace listings. None
of that is in GBD. It’s a register-level data source, full stop.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The honest summary: GBD is the best single place to start, &lt;em&gt;and&lt;/em&gt; you’ll
eventually want more sources if your enforcement strategy demands them. We
think most teams should start with GBD and add coverage as they hit its
limits, rather than starting expensive and broad on day one.&lt;/p&gt;
&lt;h2 id=&quot;how-trademark-sentinel-queries-it&quot;&gt;How Trademark Sentinel queries it&lt;/h2&gt;
&lt;p&gt;At a high level, Trademark Sentinel runs a scheduled search pipeline against
GBD: for each watchlist mark, we issue a similarity-aware query against the
GBD search interface, normalise the results, deduplicate against records
we’ve already seen, score the new ones for similarity, and emit alerts for
the matches that cross your threshold.&lt;/p&gt;
&lt;p&gt;A few implementation notes that affect what you’ll see as a user, without
getting into internals:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Session-bound search.&lt;/strong&gt; Our queries run inside a managed search session,
not as a single one-shot lookup. That keeps result paging consistent
between similarity passes and lets us evaluate the same query against the
current GBD snapshot end-to-end.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Proof-of-work pacing.&lt;/strong&gt; GBD is a free public service and we want to keep
it that way for everyone. Our query layer paces itself — including a
proof-of-work step on each session — so we stay well within fair-use rates
no matter how many watchlists are running on our side.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No internal scraping shortcuts.&lt;/strong&gt; We use the public GBD interface as
WIPO publishes it; we don’t try to bypass rate limits or undocumented
endpoints. If GBD is down or slow, your alerts arrive when GBD recovers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you’re a technical reader interested in the API surface for your own
integrations — pulling matches into a case-management system, for example —
the &lt;a href=&quot;https://trademark-sentinel.com/docs/api/&quot;&gt;API reference&lt;/a&gt; has the full schema.&lt;/p&gt;
&lt;h2 id=&quot;why-gbd-is-the-mvp-source&quot;&gt;Why GBD is the MVP source&lt;/h2&gt;
&lt;p&gt;This is a deliberate scope choice. We started Trademark Sentinel with one
source for three reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Coverage breadth.&lt;/strong&gt; Madrid plus 70 national contributions hits more
useful registers from one integration than any other single source. For a
brand-monitoring product launching today, GBD-only catches the majority of
internationally relevant filings on day one.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Operational simplicity.&lt;/strong&gt; Adapter code for any new register is a real
commitment — we have to keep it working as upstream interfaces shift.
Shipping one adapter well beats shipping three poorly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A clear v2 roadmap.&lt;/strong&gt; Next on the list are direct USPTO and EUIPO
adapters (faster updates than GBD’s relayed copies of those offices) and
WHOIS-based domain monitoring for teams whose enforcement extends past
the registers.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When v2 sources ship, they’ll show up as additional sources you can add to a
watchlist alongside GBD.&lt;/p&gt;
&lt;h2 id=&quot;practical-guidance&quot;&gt;Practical guidance&lt;/h2&gt;
&lt;p&gt;Quick fit check against GBD-only coverage:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;International enforcement:&lt;/strong&gt; strong fit. Madrid is excellent, and
national contributions catch most of what slips outside Madrid.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pure-domestic in a market with a v2 adapter on the roadmap (US, EU):&lt;/strong&gt;
workable today, stronger when v2 ships.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pure-domestic in a non-contributing jurisdiction:&lt;/strong&gt; not enough on its
own — talk to us.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you want to dig into the source itself, the WIPO Global Brand Database is
publicly searchable at
&lt;a href=&quot;https://branddb.wipo.int/en/&quot;&gt;branddb.wipo.int&lt;/a&gt;. It’s worth ten minutes of
exploration, even if you end up using a watch service to do the daily
monitoring for you.&lt;/p&gt;
&lt;h2 id=&quot;further-reading&quot;&gt;Further reading&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://trademark-sentinel.com/docs/api/&quot;&gt;API reference&lt;/a&gt; — endpoints, authentication, and the alert
payload schema.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://trademark-sentinel.com/blog/2026-05-what-is-a-trademark-watch/&quot;&gt;What is a trademark watch?&lt;/a&gt; —
the conceptual primer, if you skipped it.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://trademark-sentinel.com/blog/2026-05-nice-classification-101/&quot;&gt;Nice classification 101&lt;/a&gt; — useful
context for GBD class filtering.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;GBD isn’t perfect, but it’s the right place to start. The trick is knowing
which gaps matter for &lt;em&gt;your&lt;/em&gt; portfolio, and filling them deliberately.&lt;/p&gt;</content:encoded><category>trademarks</category><category>wipo</category><category>data-sources</category></item><item><title>Nice classification 101 for non-attorneys</title><link>https://trademark-sentinel.com/blog/2026-05-nice-classification-101/</link><guid isPermaLink="true">https://trademark-sentinel.com/blog/2026-05-nice-classification-101/</guid><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;If you’ve ever filed a trademark or read a watch alert, you’ve run into the
&lt;strong&gt;Nice classification&lt;/strong&gt;. It looks like bureaucratic plumbing, and it is — but
it’s also the single biggest lever you have over how broad, how expensive, and
how enforceable your trademark is.&lt;/p&gt;
&lt;p&gt;This post is the version I wish someone had handed me before my first filing.
No legal advice; just the mental model.&lt;/p&gt;
&lt;h2 id=&quot;what-the-nice-classification-is&quot;&gt;What the Nice classification is&lt;/h2&gt;
&lt;p&gt;The Nice classification — formal name, &lt;em&gt;Nice Agreement Concerning the
International Classification of Goods and Services for the Purposes of the
Registration of Marks&lt;/em&gt; — is a single, internationally agreed list of &lt;strong&gt;45
classes&lt;/strong&gt; that all signatory trademark offices use to categorise what a brand
is registered for. Classes 1–34 cover &lt;strong&gt;goods&lt;/strong&gt; (physical products); classes
35–45 cover &lt;strong&gt;services&lt;/strong&gt;. WIPO maintains it, and a new edition lands every
five years (we’re currently on the 12th edition; minor revisions ship
annually).&lt;/p&gt;
&lt;p&gt;Why does it exist? A trademark is never absolute. “Apple” is registered for
computers and for music streaming, but a fruit stand can still call itself
Apple Orchard without infringing. The Nice classification is the formal
mechanism for that: trademarks live inside specific classes, and conflicts
between marks generally only matter within or across related classes.&lt;/p&gt;
&lt;h2 id=&quot;the-45-classes-briefly&quot;&gt;The 45 classes, briefly&lt;/h2&gt;
&lt;p&gt;You don’t need to memorise them, but knowing the shape of the list helps:&lt;/p&gt;









































&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Range&lt;/th&gt;&lt;th&gt;What lives there&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;1–5&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Chemicals, paints, cosmetics, lubricants, pharmaceuticals&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;6–11&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Metal goods, machines, hand tools, scientific apparatus, electronics, vehicles, lighting&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;12–17&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Vehicles, firearms, jewellery, instruments, paper, rubber/plastic&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;18–23&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Leather, building materials, furniture, kitchenware, textiles, yarn&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;24–28&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Fabrics, clothing, lace, carpets, games and toys&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;29–34&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Food, beverages, agricultural products, tobacco&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;35–40&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Advertising/business, insurance, telecommunications, transport, materials processing&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;strong&gt;41–45&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Education and entertainment, scientific and tech services, food/lodging, medical/personal, legal/security&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;The most useful insight here is that classes are &lt;strong&gt;not by industry, but by
output type.&lt;/strong&gt; A software company’s &lt;em&gt;product&lt;/em&gt; (downloadable software) lives in
class 9 alongside thermometers and circuit boards. The same company’s
&lt;em&gt;service&lt;/em&gt; (software-as-a-service, hosting) lives in class 42 alongside
scientific research. That’s why software brands almost always file in both.&lt;/p&gt;
&lt;h2 id=&quot;why-classes-9-25-35-41-and-42-are-the-popular-ones&quot;&gt;Why classes 9, 25, 35, 41, and 42 are the popular ones&lt;/h2&gt;
&lt;p&gt;Look at any year’s filing statistics from WIPO and you’ll see the same heavy
hitters:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Class 9 — Electronics, downloadable software, scientific apparatus.&lt;/strong&gt; Any
app you can install — mobile or desktop — lives here. So do video games,
recorded media, glasses, headphones, and most consumer electronics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Class 25 — Clothing, footwear, headgear.&lt;/strong&gt; Fashion is enormous, and the
class is narrow enough that you almost can’t avoid it if you sell apparel.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Class 35 — Advertising, business management, retail services.&lt;/strong&gt; Catches
e-commerce, retail stores, marketplaces, and most “we sell other people’s
stuff” business models. If you run a Shopify store, you probably belong
here.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Class 41 — Education, entertainment, training.&lt;/strong&gt; Online courses, podcasts,
publishing, sports events, gaming services as a service. A surprisingly
large basket.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Class 42 — Software-as-a-service, scientific services, design.&lt;/strong&gt; Where the
rest of the software industry lives. Hosting, SaaS, custom development, UX
design, IT consulting.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If your business sits anywhere near consumer tech, retail, or media, you’ll
end up in two or three of these. That’s normal.&lt;/p&gt;
&lt;h2 id=&quot;how-to-pick-the-right-class&quot;&gt;How to pick the right class&lt;/h2&gt;
&lt;p&gt;Three rules of thumb that won’t replace counsel but will save you from
obvious mistakes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. File for what you sell, not what you do internally.&lt;/strong&gt; A coffee company
doesn’t file in class 30 (coffee, the substance) just because they buy coffee
beans. They file in class 30 if they &lt;em&gt;sell&lt;/em&gt; coffee under that brand. The
trademark protects what reaches the customer.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. Distinguish goods from services.&lt;/strong&gt; “We have a downloadable app &lt;em&gt;and&lt;/em&gt; a
web app” usually means class 9 &lt;em&gt;and&lt;/em&gt; class 42. “We sell a physical product
&lt;em&gt;and&lt;/em&gt; run a retail website that also sells other people’s products” usually
means the goods class &lt;em&gt;and&lt;/em&gt; class 35. Pretending you only need one class
because the offerings feel like one thing is the most common founder mistake.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. File where you operate, not where you exist.&lt;/strong&gt; The class strategy and
the country strategy are independent. You can file class 9 in the US, EU, and
Japan and not in the UK. Most companies start with their home market plus
their two or three biggest export markets — adding more is cheap to plan but
expensive to actually file.&lt;/p&gt;
&lt;h2 id=&quot;common-pitfalls&quot;&gt;Common pitfalls&lt;/h2&gt;
&lt;p&gt;A short list of things that bite new filers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Filing too narrowly.&lt;/strong&gt; “Software for accountants” inside class 9 is
enforceable only against software-for-accountants conflicts; a filing of
the same mark for “software for dentists” might slip through. Conversely,
filing too broadly invites office actions and partial refusals.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Forgetting class 35 for retail.&lt;/strong&gt; If you sell things online, class 35
protects the &lt;em&gt;retail service&lt;/em&gt;, not the goods themselves. Surprising number
of D2C brands miss this.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Filing class 41 for SaaS.&lt;/strong&gt; Class 41 is education and entertainment, not
software. SaaS belongs in class 42, even if your product happens to be a
learning tool. (The &lt;em&gt;content&lt;/em&gt; might be class 41; the &lt;em&gt;platform&lt;/em&gt; is class
42.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Translating the spec verbatim from one office to another.&lt;/strong&gt; Class
&lt;em&gt;specifications&lt;/em&gt; — the actual text describing your goods — vary by office.
USPTO is famously picky about specificity; WIPO and EUIPO are looser. Don’t
copy-paste.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;watching-by-class&quot;&gt;Watching by class&lt;/h2&gt;
&lt;p&gt;Once you’ve filed, the Nice class also drives how you watch. A clothing brand
in class 25 doesn’t need an alert when somebody else files the same mark in
class 9 (electronics) — those goods don’t compete. Filtering watches by
relevant classes drops the noise floor dramatically.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;https://trademark-sentinel.com/docs/user-guide/watches/&quot;&gt;user guide on
watches&lt;/a&gt; walks through how to filter your
Trademark Sentinel watchlist by Nice class, including the option to broaden
to “related” classes (e.g., 25 plus 18 for leather goods, plus 35 for
clothing retail).&lt;/p&gt;
&lt;h2 id=&quot;further-reading&quot;&gt;Further reading&lt;/h2&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.wipo.int/classifications/nice/en/&quot;&gt;WIPO Nice classification
page&lt;/a&gt; is the canonical
reference and is genuinely readable. If you ever need to know whether a
specific item belongs in class 7 or class 11, the WIPO search there is the
right answer, not Google.&lt;/p&gt;
&lt;p&gt;When in doubt, ask counsel. Class strategy compounds — one wrong filing isn’t
fatal, but a portfolio built on the wrong classes is hard to unwind. Get the
first one right.&lt;/p&gt;</content:encoded><category>trademarks</category><category>getting-started</category><category>nice-classification</category></item><item><title>What is a trademark watch?</title><link>https://trademark-sentinel.com/blog/2026-05-what-is-a-trademark-watch/</link><guid isPermaLink="true">https://trademark-sentinel.com/blog/2026-05-what-is-a-trademark-watch/</guid><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;If you own a brand, the registers never stop moving. Every week, somebody,
somewhere, files a new trademark that may sit a little too close to yours. A
&lt;strong&gt;trademark watch&lt;/strong&gt; is the standing arrangement that catches those filings while
you still have time to act.&lt;/p&gt;
&lt;h2 id=&quot;the-definition&quot;&gt;The definition&lt;/h2&gt;
&lt;p&gt;A trademark watch is a continuous monitoring service over one or more trademark
registers. You give it a list of marks — your own brand, your product names,
maybe a competitor or two — and the watch flags new applications that look
similar enough to be worth a closer look. The output is a stream of alerts:
“this application published last week, here is the mark, here is the owner,
here is the deadline to oppose.”&lt;/p&gt;
&lt;p&gt;Watches differ from one-off &lt;strong&gt;clearance searches&lt;/strong&gt;. A clearance search is a
snapshot — the answer is “as of today, here’s what’s filed.” A watch is a
subscription — the answer is “tell me whenever something changes.” Both have a
place; this post is about the second one.&lt;/p&gt;
&lt;h2 id=&quot;why-monitor-proactively&quot;&gt;Why monitor proactively&lt;/h2&gt;
&lt;p&gt;There are two ways to defend a trademark portfolio. The first is &lt;strong&gt;reactive
enforcement&lt;/strong&gt;: you discover an infringer in the wild — on a shelf, on a
website, in an ad — and you send a cease-and-desist or sue. By the time you’ve
spotted the infringement, the other party has already invested in their brand.
Pulling them off the market is slow, expensive, and contested. Sometimes you
lose.&lt;/p&gt;
&lt;p&gt;The second is &lt;strong&gt;proactive opposition&lt;/strong&gt;. Most jurisdictions publish new
trademark applications before they grant, and give third parties a fixed window
— typically 30 to 90 days — to oppose. If you catch a conflicting application
during that window, opposition is dramatically cheaper than litigation. The
applicant hasn’t spent money on packaging, marketing, or distribution yet.
Often the matter ends with a withdrawal or a coexistence agreement, not a
lawsuit.&lt;/p&gt;
&lt;p&gt;Trademark watches exist to make proactive opposition workable. Without a watch,
you’d need someone to read every gazette in every relevant jurisdiction the
day it publishes. Nobody does that by hand any more.&lt;/p&gt;
&lt;h2 id=&quot;what-sources-matter&quot;&gt;What sources matter&lt;/h2&gt;
&lt;p&gt;Trademarks are jurisdictional, so a watch is only as good as the registers it
actually reads. The sources that matter most:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;WIPO Global Brand Database&lt;/strong&gt; — the closest thing to a global view. It
aggregates international filings made under the Madrid System plus
contributions from many national offices. If you’re tracking a brand with
international reach, this is the one source you cannot skip.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;National offices&lt;/strong&gt; — USPTO for the United States, EUIPO for the European
Union, UKIPO for the UK, and so on. National offices catch domestic-only
filings that never go international, which is the majority of filings.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For Trademark Sentinel, &lt;strong&gt;WIPO Global Brand Database is the source we cover at
launch.&lt;/strong&gt; Direct adapters for USPTO and EUIPO are on the v2 roadmap; we’d
rather ship one source well than three sources poorly. If your enforcement
strategy depends on national-only US filings today, factor that in.&lt;/p&gt;
&lt;h2 id=&quot;what-an-alert-looks-like-in-practice&quot;&gt;What an alert looks like in practice&lt;/h2&gt;
&lt;p&gt;Once you’ve defined a watchlist — say, your brand “Acme” plus the variants
“Acme Pro” and “Acme Cloud” — a typical alert might read:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;New application: ACMEE CLOUD&lt;/strong&gt; — Filed 2026-04-28 by Acmee Holdings Ltd in
Nice classes 9, 42. Similarity: 0.86 (visual + phonetic). Watchlist match:
“Acme Cloud”. Source: WIPO GBD. Opposition window: closes 2026-07-28.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The interesting fields:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Similarity score&lt;/strong&gt; — a measure of how close the filed mark is to the
watched mark, by visual edit distance and phonetic comparison. Modern watch
services expose this so you can triage quickly: a 0.95 needs review today, a
0.55 might be a coincidence.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Class match&lt;/strong&gt; — the Nice classification context. A clothing-class filing
for “Acme” matters more if you sell clothing than if you sell software. (We
cover Nice in &lt;a href=&quot;https://trademark-sentinel.com/blog/2026-05-nice-classification-101/&quot;&gt;a separate
post&lt;/a&gt;.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Deadline&lt;/strong&gt; — the opposition window for the relevant office. Miss it and
your cheapest option disappears.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Good alerts let you make a yes/no decision in under a minute. Bad alerts bury
the conflict in noise; that’s why similarity scoring and class filtering matter
so much.&lt;/p&gt;
&lt;h2 id=&quot;what-a-watch-is-not&quot;&gt;What a watch is not&lt;/h2&gt;
&lt;p&gt;A watch is not a legal opinion. It surfaces things worth looking at; whether to
oppose is still a judgment call, often involving counsel. A watch is also not a
guarantee — registers have publication delays, and similarity scoring is
imperfect by design (too strict and you miss conflicts, too loose and you
drown in alerts). Treat it as a daily news feed for your brand, not as
infallible truth.&lt;/p&gt;
&lt;h2 id=&quot;where-to-go-from-here&quot;&gt;Where to go from here&lt;/h2&gt;
&lt;p&gt;If you’re setting up watches for the first time:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Read &lt;a href=&quot;https://trademark-sentinel.com/docs/user-guide/watches/&quot;&gt;the user guide on watches&lt;/a&gt; for how to
configure a watchlist, set similarity thresholds, and filter by Nice class.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://app.trademark-sentinel.com/signup&quot;&gt;Start a free watch&lt;/a&gt; — the signup
form takes about a minute.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The cheapest opposition is the one you file before the other side has even
seen the artwork. A watch is how you get there.&lt;/p&gt;</content:encoded><category>trademarks</category><category>getting-started</category></item></channel></rss>