Guide
Item Duping, and What Changes When Every Item Has a Public ID
Short answer: duping means copying an item so you hold two, then selling both. It works on a normal server because your items are rows in a database only the owner can see, and a copied row looks exactly like the original. On MineX every item carries its own public ID, so a copy is a different item — and the difference is something a stranger can check without asking us.
What duping is, and why it quietly kills an economy
A dupe is a bug being used on purpose. A container that doesn't save the way the server thinks it did, an inventory that survives a crash it shouldn't have, a trade window that resolves twice. The result is two of something there should only be one of. The copy stacks normally, enchants normally, sells normally. Nothing in the game flags it as suspicious, because as far as the game is concerned it isn't.
The damage isn't the free sword. One duplicated kit is a story people tell in chat; a working dupe method run quietly for a week is a currency collapse. Supply that nobody worked for floods the market, prices of the genuinely rare things fall through the floor, and the players who put in the hours are the ones who lose the most. Then comes the part that outlasts the patch: once dupes have circulated, every rare item is suspect, including all the honest ones. Trust is the thing that doesn't come back with a rollback.
Why a normal server can't prove an item is the original
This is a structural problem, not a staffing problem. On a private server, your items are rows in a database the owner controls. A duplicated row isn't a forgery — it's a row, written by the same server, identical to the first in every field that matters. There is no outside record to compare it against, so there is no answer to "which one was first?" There are two, and both look first.
Staff can roll back, ban, and wipe. What they can't do is show a buyer proof. Every check ends at "we looked into it," which means the buyer is still trusting a person rather than reading a record. That is a large part of why most servers ban real-money trading outright instead of trying to police it — a subject the guide to selling Minecraft items for real money covers properly.
One item, one identity
MineX registers every item as its own entry in a single public collection on Solana. The collection address is 8bLZnuPCqRek9oUpuPZ12EiXj1RMKAxXMLPM2xmq1iw5, and publishing it is the entire point — an address you can paste into any explorer is a claim you can test, not a promise you have to accept.
All 4,375 items in the MineX ledger sit on one tree, and each one carries its own asset ID. So a second copy of your sword isn't "the same sword twice." It's a second identity with a second history, sitting in public next to the first. That's the shift worth understanding: the goal was never to make copying unthinkable — it was to make a copy distinguishable from the original by someone who doesn't know either of you.
If the vocabulary here is unfamiliar, the Minecraft economy glossary defines dupe, on-chain item and provenance in plain language.
Anyone can pull the record without asking us
Item metadata is served publicly, with no key and no account. Fetch api.minex.gg/metadata/<item-id>.json and you get that item's name, image and attributes straight from the source — then compare it with whatever a seller is telling you. The chain points back at the same place: the collection's on-chain metadata URI is api.minex.gg/metadata/collection.json, which you can open right now, from any network, without a login.
The human version of that check is the MineX Item Explorer. Every item in the world has its own page, and every player has a public inventory you can read before you agree to anything. We're not going to re-list the steps here — the two-minute verification guide owns them. This page is about why that check is worth running at all: it's worth something precisely because the record isn't ours to hand over or withhold.
Check it without us: open api.minex.gg/metadata/collection.json in a browser tab, then look the same item up in the explorer. Two independent readings of the same record, neither one requiring our permission. That's the whole design in one action.
The numbers we publish, including the awkward ones
On 22 August 2026 the ledger held 4,375 items, of which 4,282 were visible in the public explorer. The 93-item difference is MineX's own unsold stock, still sitting in the treasury. We publish both numbers, because publishing only the flattering one is how a stat becomes marketing. 669 distinct players held items in the ledger on the same day.
Escrow is where a system usually gets to be quietly convenient, so here's ours in the open. When a player places a protection block in the world, the item moves into treasury escrow — but the record keeps attributing it to that player, so it stays inside the public count and the explorer shows it as in use by them, rather than vanishing quietly from their inventory. An item you can't see is an item you can't audit, which defeats the purpose.
This is the same rule the rest of the network runs on: 100% of items and trades are public, including MineX's own. The reasoning behind that is on the about page, and it's the only reason any of the numbers above mean anything — a stat you publish about yourself is only useful if someone else can recount it.
What this does not fix
A public ID does not stop someone lying to you in a DM. It doesn't stop a screenshot of somebody else's inventory, a borrowed account, or "send the money and I'll hand it over after." Those are social problems and no ledger has ever solved one. What changes is the cost of the lie: it goes from unfalsifiable to checkable in about a minute, by you, for free.
And if you'd rather not run the check at all, buy through the player market, where payment and delivery are handled together and there is nothing left to trust in the first place. That is the honest version of the pitch. Not "exploits are impossible" — software has bugs, and any server telling you otherwise is selling you something. Just this: each item has one public identity, anything unbacked is visible, and you never have to take our word for either.
Next: run the check yourself with the item verification guide, or start from the vocabulary in the Minecraft economy glossary.