diff --git a/docs/concepts/universal-filament-identity.md b/docs/concepts/universal-filament-identity.md
index 5dd2034..695e260 100644
--- a/docs/concepts/universal-filament-identity.md
+++ b/docs/concepts/universal-filament-identity.md
@@ -41,7 +41,7 @@ flowchart LR
TTP["TigerTag+
the chip carries a real catalogue product
(still 100% offline; signed = TigerTag+ Certified)"]
TD -- "pick it from the catalogue" --> TDP
TD -- "write to a chip" --> TT -- "pick a catalogue product" --> TTP
- TDP -- "write to a chip" --> TT
+ TDP -- "write to a chip" --> TTP
```
- **TigerData** is the protocol *before* the chip: the same identity, stored
@@ -76,6 +76,31 @@ all four states travel as files: the
more inventory materials — TigerData, TigerData+, TigerTag or TigerTag+ — on a USB
stick, in a mail, between tools.
+## Promotion: from a record to a chip
+
+*Promoting* a spool is the move from the left of the diagram to the right: an
+existing TigerData or TigerData+ record is written onto a blank NTAG chip, and
+the spool now carries its identity itself, offline. Tiger Studio does it in
+one step, atomically.
+
+What comes out depends only on what went in:
+
+| You promote… | You get… | Because |
+|---|---|---|
+| a **TigerData** — values its owner chose | a **TigerTag** | a physical UID is now associated with the identity |
+| a **TigerData+** — a real catalogue product | a **TigerTag+** | the chip now carries the catalogue product ID: *still identified, still not signed* |
+
+That second row is the whole `+` vocabulary in one line. Promotion changes the
+*state* — digital to chip — and never the meaning of the `+`. Only a certified
+manufacturer's signature makes a chip a
+[TigerTag+ Certified](../products/tigertag-plus.md), and no promotion produces
+one.
+
+Nor is promotion a one-way door. Chips are never write-locked: a promoted chip
+can be erased from [Tiger NFC Connect](../products/tigertag-connect.md) or
+Tiger Studio and written again ([the TigerTag chip](./tigertag-chip.md)). The
+identity is the record; the chip is only where it lives right now.
+
---
**◀ Previous:** [Second Life workflow](../philosophy/second-life.md) · **▲ [Documentation index](../../README.md)** · **Next ▶** [The TigerTag chip](./tigertag-chip.md)
diff --git a/i18n/fr/concepts/universal-filament-identity.md b/i18n/fr/concepts/universal-filament-identity.md
index b370dea..e80eb1d 100644
--- a/i18n/fr/concepts/universal-filament-identity.md
+++ b/i18n/fr/concepts/universal-filament-identity.md
@@ -1,5 +1,5 @@
---
-sourceHash: 7d07c5df827c946751008349f73b7f696c2a6b497ecc08cb7bd6b9628d5ad2a8
+sourceHash: 3f16993dfe016fd4dd30471911d4554a4a17a7958065d1737773a6ca0298963c
sourcePath: docs/concepts/universal-filament-identity.md
---
@@ -48,7 +48,7 @@ flowchart LR
TTP["TigerTag+
the chip carries a real catalogue product
(still 100% offline; signed = TigerTag+ Certified)"]
TD -- "pick it from the catalogue" --> TDP
TD -- "write to a chip" --> TT -- "pick a catalogue product" --> TTP
- TDP -- "write to a chip" --> TT
+ TDP -- "write to a chip" --> TTP
```
- **TigerData**, c'est le protocole *avant* la puce : la même identité, stockée
@@ -86,6 +86,32 @@ de façon atomique** quand vous le décidez (Tiger Studio le fait en une seule
plusieurs matériaux d'inventaire — TigerData, TigerData+, TigerTag ou TigerTag+ —
sur une clé USB, dans un mail, d'un outil à l'autre.
+## La promotion : de l'enregistrement à la puce
+
+*Promouvoir* une bobine, c'est passer de la gauche du schéma à la droite : un
+enregistrement TigerData ou TigerData+ existant est écrit dans une puce NTAG
+vierge, et la bobine porte désormais elle-même son identité, hors ligne. Tiger
+Studio le fait en une seule étape, de façon atomique.
+
+Ce qui en sort ne dépend que de ce qui y entre :
+
+| Vous promouvez… | Vous obtenez… | Parce que |
+|---|---|---|
+| un **TigerData** — des valeurs choisies par son propriétaire | un **TigerTag** | un UID physique est désormais associé à l'identité |
+| un **TigerData+** — un vrai produit du catalogue | un **TigerTag+** | la puce porte désormais l'identifiant produit du catalogue : *toujours identifié, toujours pas signé* |
+
+Cette seconde ligne, c'est tout le vocabulaire du `+` en une phrase. La
+promotion change l'*état* — du numérique à la puce — et jamais le sens du `+`.
+Seule la signature d'un fabricant certifié fait d'une puce un
+[TigerTag+ Certified](../products/tigertag-plus.md), et aucune promotion n'en
+produit un.
+
+La promotion n'est pas non plus un aller simple. Les puces ne sont jamais
+verrouillées en écriture : une puce promue peut être effacée depuis
+[Tiger NFC Connect](../products/tigertag-connect.md) ou Tiger Studio, puis
+réécrite ([la puce TigerTag](./tigertag-chip.md)). L'identité, c'est
+l'enregistrement ; la puce n'est que l'endroit où elle vit en ce moment.
+
---
**◀ Précédent :** [Le flux Seconde vie](../philosophy/second-life.md) · **▲ [Index de la documentation](../../README.md)** · **Suivant ▶** [La puce TigerTag](./tigertag-chip.md)