Skip to content

Failure states

A reference for reading what Inscribe is telling you. For fixes, see common problems.

Three different things look similar on screen and have entirely different fixes:

It looks likeIt actually isWhat fixes it
A workspace that will not actIts release gate is off in this deploymentNothing you can do. It is not broken
A workspace that will not actIts data source is down or catching upWaiting. The panel says how far behind
A workspace that will not actThe protocol is not releasedNothing. The work is unfinished

Inscribe reports these separately rather than collapsing them into one word, because they are different problems.

A source is in exactly one of six states:

StateWhat it blocks
LiveNothing
Live, currency unverifiedNothing directly, but how current it is cannot be checked
Tip not verifiedReads and new actions depending on current data, until the comparison is available
BehindDepends on how far. The panel gives the height and the gap
UnavailableReads from that source. Never shown as an empty result
UnknownTreated as not usable

Separately: switched off by the operator is reported as its own thing, not as a source being down.

What a source outage does and does not stop

Section titled “What a source outage does and does not stop”

Keeps working:

  • reading and drafting;
  • your wallet connection;
  • every workspace that does not read the affected source;
  • anything already signed or broadcast, which is never at risk.

Pauses:

  • actions that write to the chain in the affected workspace, with the reason naming the source.

The banner names the source and says that everything which does not read it is working normally. It does not claim the wait will be short.

See what is affected opens the service status panel: each source with its state, the block it has reached against the chain tip, the gap, and the workspaces that read it. Sources that are answering are listed too, so what is unaffected is clear.

HeaderMeaning
LiveEvery source answered
PartialAt least one did not. The page names it and says what is missing

An empty portfolio is never presented as an answer while a source is silent. “No assets found for this address” appears only when every source answered.

StateMeaningAction
Awaiting payment past the hourThe quote expired. The order did notStart fresh if unpaid. If paid, see recovery
Payment below the quoteUnderpaidTop up the same address
FailedNeeds attentionRecovery routes
A reveal that will not broadcastRetried automatically with backoff from 30 secondsNothing. The same signed transaction is resent, never a new one

There is no cancelled or expired order state, and a signing key is never discarded because a provider timed out, a lookup returned nothing, a retry limit was reached, or an hour passed.

Every screen loads as its own file, and a release replaces those files. A tab open across a release asks for a file that is no longer there.

Inscribe recognises this and says a new version was released, offering reload as the primary action. A dropped connection produces the same failure and the same fix, so the message covers both rather than guessing.

Nothing you started is lost by the reload.

Two surfaces return the 404 page when their feature is off rather than loading and refusing: Recover Sats and the Dogecoin BlockPad. Everywhere else, a gated workspace loads.

ProtocolBehaviour
CAT-20Transaction features stay fail-closed when Fractal data and signing dependencies are unavailable. Market discovery reports the dependency state instead of an empty market
Drops and OP_DROPRequire two independent verifiers to agree on the finalized block hash. Disagreement or unavailability keeps readiness unavailable rather than falling back to a public provider
Research protocolsStay visible for documentation or controlled-network work while production actions stay disabled

Mainnet writes require the protocol network profile, independent authorization, an authoritative index, transaction safety checks, and a verified readiness canary. Universe does not switch a protocol on to make a status page look healthy.

What happensWhy
Funding stops with an error rather than returning outputsThe screening infrastructure could not answer. Failing closed is deliberate
An output is listed as UnverifiedThe scan did not complete, was truncated, or could not answer. Not the same as safe
A count is marked as a lower boundA lookup hit a cap on items or groups. The limit is stated rather than a truncated list being shown as complete
You are told outputs were withheldAsset-bearing outputs were kept out of fee funding. The message gives the count and the satoshis

Retry controls repeat read-only requests only. They never replay a mint, transfer, deploy, signing or broadcast action.

That is why retrying is always safe from the interface: the actions that spend money are not what a retry control touches.