Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion world-id/idkit/verification-flows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ When your app requests a World ID proof, the user is taken through one of three
| Flow | World App installed | Has credential | What happens |
| --- | --- | --- | --- |
| Hot | Yes | Yes | World App opens, displays a proof consent, and the user approves. Typically under 10 seconds. |
| Warm | Yes | No | World App opens and walks the user through credential enrollment (e.g., PoH, Face, or NFC). Once issued, a proof consent appears and the user approves. |
| Warm | Yes | No | World App opens and walks the user through credential enrollment (e.g., PoH, or NFC). Once issued, a proof consent appears and the user approves. Note: Selfie check does not have a distinct warm flow - the "Hot Flow" is used for all "app installed" cases. |
| Cold | No | No | The user must install World App first. The experience differs by platform — see below. |

## Cold flow
Expand Down
Loading