# Fee Estimation use-case page

**Route:** `/use-case/fee-estimation`  
**Live Webflow URL:** `https://tatum.io/fee-estimation`  
**Next.js page:** `src/app/fee-estimation/page.tsx`  
**Browsable docs (AI / agents):** `/use-case/fee-estimation.md`

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

## Page structure

| Section | Source | Contents |
|---------|--------|----------|
| Body | `src/content/embeds/fee-estimation/body.html` | Hero, client logo marquee, USP / code samples, testimonials, dashboard CTA banner |

Webflow shared + page CSS and Prism theme load via SSR `<link>` tags in `page.tsx` and again from the embed bundle so the Designer layout paints correctly.

## Editing

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

### Webflow source

Designer page id `656d018e3bb6059555105a84` on **Tatum.io Website** (`publishedPath`: `/fee-estimation`).
