Prerequisites
- A Signa API key with
trademarks:readscope - Completed due diligence with a known list of marks to transfer
- The acquiring entity’s owner ID in Signa
Collect every acquired mark ID
Paginate through each seller owner (and any subsidiary owners that came with the deal) to build the master list of marks you need to transfer. Persist this list — you’ll reuse it for every downstream step.
Assess transfer readiness for each mark
Not every mark can be transferred immediately. Check for blocking conditions: pending proceedings, marks in opposition, grace period deadlines, and marks held by subsidiaries that may need separate assignment documents.Expected output:
Plan the recording sequence by jurisdiction
Each office has different requirements and timelines for recording assignments. Group marks by office and plan the sequence.Office-specific transfer requirements:
| Office | Recording Method | Typical Timeline | Notes |
|---|---|---|---|
| USPTO | File assignment via ETAS (electronic) | 2-4 weeks | One document can cover multiple marks |
| EUIPO | Record transfer via eService | 4-8 weeks | Each mark needs separate request |
| WIPO (Madrid) | File MM5 form via Madrid eRenewal | 6-12 weeks | Recorded at IB, then notified to each designated office |
| CIPO | File via CIPO Online | 4-6 weeks | |
| UKIPO | File TM16 form | 2-4 weeks | |
| DPMA | File via DPMAregister | 4-8 weeks | German language required |
Monitor transfer progress
Re-run a batch fetch over
allMarkIds weekly and count how many marks now carry the acquiring entity as their recorded owner. Every GET /v1/trademarks/{id} response includes the current owners, so no change-stream is required — the batch endpoint comfortably handles 100 IDs per call.Transfer timeline tracker
Build a summary view for your deal team:| Phase | Status | Count | Target Date |
|---|---|---|---|
| Due diligence complete | Done | 312 marks inventoried | 2026-03-01 |
| Assignment documents executed | Done | 4 documents (3 entities) | 2026-03-15 |
| USPTO recordings filed | In progress | 124 marks | 2026-04-30 |
| EUIPO recordings filed | In progress | 68 marks | 2026-05-31 |
| WIPO/Madrid recordings filed | Pending | 42 marks | 2026-06-30 |
| Other offices filed | Pending | 44 marks | 2026-07-31 |
| All recordings confirmed | Pending | 278 marks (excl. blocked) | 2026-09-30 |
What’s next
Renewal Management
Ensure no deadlines are missed during the transfer process.
Class Coverage Audits
Audit the combined portfolio for coverage gaps after the acquisition.