The public documentation site for StampDEX, the trading venue for Bitcoin Stamps and SRC-20.
This repository holds the source of that site. The product itself is a separate, private application; this is its public documentation.
The 6 September execution status records the recovery changes and missing native evidence. Native release readiness remains NO-GO. Earlier screenshots do not verify current native execution.
51 English pages, each with a Simplified Chinese translation.
| Section | What is in it |
|---|---|
| Start | What StampDEX is, a five minute orientation, and the exact list of actions that work |
| Browse | The market board, token pages, collection pages, and the portfolio |
| Trade | Buying, selling, cancelling, repricing, collecting stamps, listing stamps, and reviewing a PSBT |
| How settlement works | Custody at every stage, the order state machine, the settlement pipeline, offers, and recovery |
| Identity and data | Asset identity, deployment identity, market data, unknown against zero, provenance, and freshness |
| Reference | Fees, wallets, the capability matrix, order states, and a glossary |
| API | Quick start, rate limits, market, stamps, orders, media, status, and worked examples |
| Safety and support | Safety and trust, troubleshooting, and the FAQ |
| Project | Changelog, release evidence, page freshness, and contributing |
Where your money is at every moment. An SRC-20 trade routes the buyer's payment through escrow addresses StampDEX controls until the tokens arrive. Where your funds are draws that stage by stage, for both protocols, so a pending settlement is never mistaken for a lost payment.
Which actions are actually supported, and why the others are not. The capability tables are generated from the Bitcoin Universe ecosystem registry, and every unsupported action carries the registry's own recorded reason. SRC-20 uses guarded replacement routes for repricing, splitting and repair. Keep the linked old and new order IDs when reviewing the result. See What you can and cannot do.
What has and has not been verified. Release evidence states which paths have accepted evidence and which still need it. A supported Signet journey can pass without a mainnet transaction.
| Claim type | Checked against |
|---|---|
| Which marketplace actions are supported | The ecosystem capability registry in bitcoinuniverseio/core, via the published snapshot, vendored here as src/data/registry.json |
| Product behaviour, fees, timeouts, error strings | The private bitcoinuniverseio/stampdex application source |
| Live values: version, index lag, fee rates | The public API at https://stamp.api.bitcoinuniverse.io |
| Screenshots | Real captures from production on 2026-08-28. Nothing here is a mockup |
Every page carries a Source and verification panel under its title naming the owning repository, the source path, the applicable release, the chain and network, the lifecycle, and the date it was last checked.
npm install
npm run dev # local preview
npm run build # static build into dist/, including the Pagefind search index
npm test # runner policy, copy guard, manifest validation
npm run check:links # internal links and anchors, after a buildAstro and Starlight, deployed to GitHub Pages by .github/workflows/pages.yml. No
external CDNs, no web fonts, no analytics, and no trackers. Content pages work with
JavaScript disabled; JavaScript adds search and the theme toggle only.
Corrections are the most valuable contribution here. See CONTRIBUTING.md and the contributing page.
- Documentation problems: issues in this repository
- Product bugs: issues in the application repository
- Suspected security problem: see SECURITY.md. Email
legal@bitcoinuniverse.ioand do not open a public issue. - Everything else: SUPPORT.md
Documentation content is licensed under CC BY 4.0. The StampDEX application itself is proprietary; this repository documents it publicly.