Verify a delivery

Paste the transaction hash you paid with and see exactly what was sent back, including the Sepolia transaction you can open on a block explorer. No account, no login, no API key — and it works for anyone, not just the buyer.

1 · Check one order by payment transaction

Use the hash of the payment you sent us on Ethereum mainnet or Base. Not the Sepolia hash — that one is what we give you.

The result page is shareable: after a lookup the address bar carries the hash, so you can hand the link to anyone who wants to check the delivery for themselves.

2 · List every order for an address

This is deliberately public — it is not a leak.

Anyone holding an address can list its orders here, without permission from its owner. We built it that way on purpose: a record only counts as evidence if a stranger can pull it up without asking us. Everything shown is already on a public blockchain — payment hashes, delivery hashes and amounts are visible to anyone regardless of this page. We publish no names, no emails and no IP addresses, because we never collect them.

3 · Live stock and our restock guarantee

Read straight off the Sepolia chain, cached for at most 60 seconds.

Why we cap how much you can send us

Single orders are limited to 30% of current stock. That is a limit on our revenue, not yours — we would earn more by taking any order of any size and sorting it out later. We cap it because an order we cannot fill immediately turns into a refund conversation, and a refund conversation is exactly the thing you have no reason to trust us on. Anyone can check the cap against the stock figure above and confirm the arithmetic.

If stock is short, here is the exact time it comes back

Supply is replenished by an automated batch every day at 00:02 (UTC+8).

So the worst case is never open-ended: if we are short right now, the latest you wait is the next batch.

Our inflow is a scheduled batch process, not manual topping-up, which is why we can name a time instead of writing “sold out, check back later.” If a batch ever misses, the stock figure above drops and stays down — you will see it here before any promise we make about it.

What to do if something looks wrong

The delivery hash is there but the coins are not in my wallet
Open the Sepolia hash on the explorer and check the recipient address against your own. Deliveries always go back to the address that paid. If you paid from an exchange account, that address is not yours to control on Sepolia and the coins will be sitting in it — this is the one mistake we cannot undo for you.
My order says the delivery was broadcast but is not confirmed
It means what it says: we handed a delivery transaction to the network and have not yet seen it included in a block. The hash is shown on the order, so open it on Sepolia Etherscan — you can often see the answer before we record it. Two things are true while it sits there: the coins may already be in your wallet, and we will not broadcast a second delivery for that order until the first is resolved. That is enforced in the code, not a policy we remember to follow — a stuck order gets a human, never an automatic retry.
My order says partial
The order exceeded our per-order stock limit, so it was filled in part. The remainder is refundable — get in touch with the order reference shown on the card.
My payment shows up on the explorer but not here
See the three explanations under the lookup above. The common one is timing: confirmation on the paying chain comes first, our watcher picks it up after that.