// FCA · COBS 4.12A.21R · PRESCRIBED WARNING

The prescribed cryptoasset risk warning.

The exact 100-word warning, in the prescribed wording, with prominence requirements. Post-HTX, this is the line FCA examiners start at.

Applies to: Any firm communicating cryptoasset promotions to UK consumers

The rule.

The FCA Handbook COBS 4.12A.21R prescribes a specific wording for the risk warning on any cryptoasset financial promotion communicated to UK consumers. The wording is mandatory; firms cannot paraphrase, summarise, or substitute their own version.

Don’t invest unless you’re prepared to lose all the money you invest. This is a high-risk investment and you should not expect to be protected if something goes wrong. Take 2 minutes to learn more.

The link “Take 2 minutes to learn more” must point to the FCA’s prescribed risk summary, hosted at a specific URL or replicated word-for-word at the firm’s own domain.

What it requires.

Five operational obligations.

Exact wording. The warning text must be reproduced verbatim. No paraphrasing, no shortening, no substituting “crypto” for “crypto-asset.”

Prominence. The warning must be prominently displayed at the start of the financial promotion. For a webpage, that means above the fold. For a video, in the first 5 seconds. For a banner ad, within the visible frame.

Linked risk summary. The “Take 2 minutes to learn more” phrase must be a clickable link to the FCA’s prescribed risk summary content. Firms may host the summary themselves provided it matches the prescribed text exactly.

Personalisation overlay. Beyond the prescribed warning, for direct-offer promotions, an additional personalised risk warning is required before the consumer can transact.

Frictionless first interaction. A consumer must be able to read the warning without dismissing a cookie banner, completing a sign-up, or solving a captcha.

Common violations.

// Violation pattern · paraphrased wording

“Crypto is high-risk. Only invest what you can afford to lose. Click here for more.”

Substantially similar but not the prescribed wording. Fails. The FCA is explicit that the prescribed text is not a guideline; it is the wording.

// Violation pattern · below-the-fold placement

Hero CTA “Buy BTC” visible on first paint; warning text 800 pixels below.

Warning is present but not prominent. The user can complete the CTA without ever seeing the warning. Fails prominence.

// Violation pattern · cookie banner block

Cookie consent modal covers warning until dismissed.

The warning is technically on the page but operationally hidden. Fails frictionless-first-interaction. Equally a problem if a paywall or signup modal blocks the warning.

// Violation pattern · 200x leverage promotion

Mobile app navigation menu: “200x leverage · Trade now.” No prescribed risk warning on the menu surface.

Leverage promotion is a financial promotion. Every surface that promotes it needs the prescribed warning. The Trust Wallet finding pattern.

How to comply.

// Fix 1 · copy the text exactly

Treat the prescribed wording as immutable. Store it as a single source-of-truth string in your CMS or component library. Lint against it. Block any deviation.

// Fix 2 · above the fold

For every UK-facing landing page, place the warning in the visible viewport on first paint. Standard mobile viewport: ~375×667. Desktop: ~1280×800. Test both.

// Fix 3 · link the risk summary

“Take 2 minutes to learn more” must be a working hyperlink to the FCA risk summary or your verbatim copy. Test the link in deploy CI.

// Fix 4 · cookie banner positioning

Cookie banners must not overlay the risk warning. Either move the cookie banner to the footer (where most jurisdictions actually require it) or move the risk warning above the cookie banner’s overlay.

// Fix 5 · in-app surfaces

Every in-app surface that promotes a cryptoasset — navigation menu, push notification, banner, splash screen — counts as a financial promotion. Build a reusable warning component and place it on every surface that has a buy/trade/earn CTA.

Related rules.