# Stablecoins use-case page

**Route:** `/use-case/stablecoins`  
**Production URL:** `https://tatum.io/use-case/stablecoins`  
**Next.js page:** `src/app/stablecoins/page.tsx`  
**Browsable docs (AI / agents):** `/use-case/stablecoins.md`  
**Content negotiation:** `GET /use-case/stablecoins` with `Accept: text/markdown` returns the same markdown

Marketing page for Tatum’s stablecoin infrastructure toolkit. Migrated from the Webflow Designer page as published HTML plus page CSS (same approach as fee-estimation / token-minter).

## Page structure

| Section | Source | Contents |
|---------|--------|----------|
| Body | `src/content/embeds/stablecoins/body.html` | Hero + network canvas, product capabilities, partner network (BoomFi / Inabit / io.finnet), market stats counters, HubSpot “Speak to Our Team” form |

Webflow shared + page CSS load via SSR `<link>` tags in `page.tsx` and again from the embed bundle. Interactive pieces (canvas network, HubSpot form, counter / partner card animations) run through `TrustedEmbed` after hydration.

## Editing

```bash
node scripts/bundle-embeds.mjs
npm run dev
# http://localhost:3013/use-case/stablecoins
```

### Webflow source

Designer page id `67f6d30c08b2d4470c001e52` on **Tatum.io Website** (`publishedPath`: `/use-case/stablecoins`).
