$> Kaya
~/tools/ordinal-fee-estimatorinteractive
/tools/ordinal-fee-estimator

Ordinal Fee Estimator

Use this ordinal fee estimator to estimate commit fee, reveal fee, total fee, and postage for a simple Ordinals inscription flow.

~/tools/ordinal-fee-estimatorestimate inscription fees
Estimated reveal vbytes
Estimated commit fee
Estimated reveal fee
Estimated total fee
Fee + postage
~/tools/ordinal-fee-estimator/examplesusage.txt

Example Usage

  • Estimate how content size changes the reveal fee for an inscription.
  • Compare P2TR and P2WPKH style reveal assumptions.
  • Calculate total fee plus postage before building an inscription flow.
~/tools/ordinal-fee-estimator/guideREADME.md

Ordinal Fee Estimator Explained

An ordinal fee estimator gives you a rough cost estimate for a simple inscription flow by separating commit and reveal fees. It uses content size, fee rate, output type assumptions, and postage to estimate total spend. This is useful when you want a quick planning number before building the full commit-reveal transaction sequence. Exact inscription cost depends on script details and construction choices, but a lightweight estimator is still valuable for product previews, UI planning, and user education around inscription size and fee sensitivity.

~/tools/ordinal-fee-estimator/faq3 items

FAQ

Why are there separate commit and reveal fees?

Because many inscription flows use a two-step structure, with one transaction committing and another revealing the content.

What is postage?

Postage is the amount of satoshis carried with the inscription output itself, separate from fees.

Is this an exact inscription fee calculator?

No. It is a simplified estimator meant for quick planning rather than exact script-level accounting.

~/tools/ordinal-fee-estimator/related5 links
~/tools/ordinal-fee-estimator/linksinternal