TAP on DogeBitcoin Universe

Interactive tools

Validator and confirmation comparator

Two tools. One checks a TAP on Dogecoin payload against the rules on the specification page. The other converts a confirmation count into elapsed time on both chains, because that is the difference people most often carry over unchanged.

Privacy

Both tools run in this page. Nothing you type is transmitted, stored, logged, or saved to your browser. This page makes no network request other than loading its own stylesheet, scripts, and search index. Reloading the page discards everything you entered.

TAP on Doge payload validator

Paste the exact JSON you intend to inscribe. The validator reports errors that make the payload invalid, cautions that usually mean a mistake, and notes about conditions it cannot check from the payload alone, such as whether a deployment still has supply.

This tool needs JavaScript. With scripts disabled you can still check a payload by hand against the operation rules and the test vectors. The two things worth checking first are that p is exactly tap, and that the operation name is prefixed: token-mint, not mint.

What it checks

What it cannot check

The validator sees one payload and nothing else. It cannot know whether a ticker is deployed, whether supply remains, whether an address holds the balance, whether a trade is still inside its valid window, or whether a signature verifies. Those depend on chain state at the moment the message is applied. A payload the validator accepts is well formed, not guaranteed to succeed.

Confirmation time comparator

A confirmation count is a unit of time, and the unit is different here. Dogecoin targets one minute per block; Bitcoin targets ten. Advice written for one chain buys a tenth or ten times the wait on the other.

This tool needs JavaScript. The arithmetic is simple enough to do without it: on Dogecoin, confirmations are roughly minutes. On Bitcoin, multiply by ten. To wait as long as n Bitcoin confirmations you need about 10n Dogecoin confirmations. The guide has a table of common values.

Minutes are not work

This tool converts block counts into elapsed time and nothing more. Dogecoin and Bitcoin are separate chains with separate hashrate and separate proof-of-work functions, so matching the minutes does not match the accumulated work. Dogecoin is merge-mined alongside Litecoin, so its security budget does not follow DOGE's price in a simple way. Choose a confirmation policy from the value at risk and from the reorg depths your indexer can survive. See reorg behaviour.