Skip to content

Troubleshooting

Source bitcoinuniverseio/docs-core
Path src/content/docs/troubleshooting/
Chain bitcoin, dogecoin
Network mainnet
Verified 2026-09-01

1. Are you on the right address? Core is at www.bitcoinuniverse.io. The bare bitcoinuniverse.io redirects to a different Bitcoin Universe application, so a link missing the www will not show the pages described here.

2. Is it unavailable, or is it empty? These look similar and mean opposite things. A dash is not a zero. An empty table is not a failed read. Reading the numbers takes two minutes and resolves a large share of reported problems.

3. Does the protocol support what you are trying to do? Nine of the 29 marketplace protocols support neither buying nor listing, and thirteen sit behind a feature gate. The support matrix says which, and each protocol page gives the registry’s stated reason.

4. Is the deployment open for trading right now?

Terminal window
curl -s https://api.bitcoinuniverse.io/health \
| jq '{marketplaceProfile, mutate: .mutationTraffic.ready}'

A read-only profile means every trading action is closed, whatever the matrix says. That is gate 3, and it is a property of the running deployment rather than of the protocol.

SymptomGo to
A market says unavailableMarket and reader states
A figure shows as a dashReading the numbers
A column I expected is missingProtocol indexes
A wallet will not connectWallet and signing problems
A control is disabled with a reasonMarket and reader states
A control is not there at allThe support matrix
A balance shows as unavailableAddresses
An asset is missing from PortfolioPortfolio
A purchase was refused over runesAsset-bearing outputs
A settlement is still pending after a blockConfirmation and reorg policy
A search returned several resultsSearch
No USD price is shownFiat prices
A 429 from the APIWhat is public
A 404 on an API pathThe public reader boundary
  • The page or route, and the width you saw it at.
  • What you observed, and what you expected instead.
  • The X-Request-Id header, if the problem involved an API call.
  • The X-Universe-Release value, so the report is pinned to a build.
  • Screenshots with any personal data removed.

Never include a seed phrase, a private key, an unbroadcast signed transaction, a session token, or anyone else’s address. None of those are needed to reproduce a defect, and they cannot be un-sent.

  • A documentation error, a broken link, or a page that does not match the product: open an issue.
  • A suspected security issue: report it privately. Do not open a public issue for it.