From Physical Assets to Digital Truth
Bullion Trust forges tangible value into an unassailable digital identity. We provide the definitive proof of authenticity for your physical assets, secured on a transparent, immutable ledger.

Bullion Trust forges tangible value into an unassailable digital identity. We provide the definitive proof of authenticity for your physical assets, secured on a transparent, immutable ledger.
But what happens when that peace of mind is stolen? For the owner, the enthusiast, the seller—the crisis of authentication isn't about supply chains or ledgers. It's a deeply personal story of doubt.
You possess a high-value asset representing a cherished memory, achievement, or inheritance.
A question arises: "Is this asset truly authentic?" The thought is triggered by an article or simple introspection.
The path to certainty is perceived as too difficult, expensive, or socially awkward.
The existing paper certificate feels flimsy and disconnected, providing no real reassurance.
You possess a high-value asset representing a cherished memory, achievement, or inheritance.
A question arises: "Is this asset truly authentic?" The thought is triggered by an article or simple introspection.
The path to certainty is perceived as too difficult, expensive, or socially awkward.
The existing paper certificate feels flimsy and disconnected, providing no real reassurance.
Now, imagine you want to sell that item—not to a stranger, but to a friend, a colleague, a member of your community. It’s a transaction built on personal trust. You present the item, along with its official paper certificate. "Here you go," you say, with a confident smile. "It's all there."
But a flicker of hesitation crosses their face... “I trust my friend, but this is a serious amount of money. Is this paper enough? How can I ask for more proof without insulting them?”
The conversation stalls. The easy, friendly dynamic is replaced by an uncomfortable tension. The paper certificate, intended to be the ultimate proof, has become the source of the problem. It isn’t powerful enough to bridge the gap between personal trust and financial certainty.
You find yourself wishing you had something more. Something undeniable, instant, and absolute.
A transaction between friends or community members begins.
The seller presents the item with its official paper certificate.
The buyer feels uncertain, but asking for more proof feels awkward.
The friendly dynamic is replaced by tension. The deal stalls.
Proof shouldn’t be a conversation. It should be a single tap.
The Physical, Secured by the Digital. Irrefutably.
We don’t just fix the broken system. We replace it with something stronger, smarter, and simpler. Bullion Trust transforms uncertainty into absolute proof by creating a Digital Certificate of Authenticity—a living, verifiable, and cryptographically secured digital twin for your physical asset.
A transaction between friends
Seller presents a QR code
Buyer scans for instant proof
Deal Closed. Trust Reinforced.
The nagging doubt is replaced by absolute certainty. Verifying your asset for insurance, for a potential buyer, or simply for your own reassurance is as simple as showing them a QR code. We give you the power to share trust, effortlessly and instantly.
Digital or physical invoices are received.
A verifiable QR code and Certificate of Authenticity are generated.
Your authentication process is no longer your biggest bottleneck; it's your greatest asset. Reduce verification time by up to 90%, ensure flawless accuracy with AI-powered data extraction, and get an immutable audit trail for automatic compliance.
Bullion Trust creates a single, unbreakable source of truth, restoring integrity to the asset and peace of mind to its owner.
Trust is not a feature we add; it is the foundation upon which our entire system is built. The power of a Bullion Trust Digital Certificate is directly tied to the integrity of the network that creates and honors it. That is why access to our platform is reserved for businesses that are the gatekeepers of value in their respective industries.
Bullion Dealers
Luxury Maisons
Art Galleries
Auction Houses
We partner with leaders in high-value industries where the cost of failed authentication is catastrophic. Our partners are the pillars of trust in their markets.
You are the bedrock of the precious metals market. We provide the tools to manage high-volume inventory with flawless accuracy and provide your clients with the modern, digital proof of ownership they now expect.
Your brand is a promise of heritage and timeless value. We empower you to protect your legacy, giving each unique piece an irrefutable digital provenance that travels with it for life.
You are the custodians of culture. We transform ambiguous paper trails into a clear, verifiable, and court-admissible chain of custody, ensuring the provenance of each masterpiece is irrefutable.
For the members of this trusted network, we offer a revolutionary capability: the power to let your customers securely manage and transfer their own proof of authenticity. This is most powerful during a private, secondary market sale.
Owner selects the asset in their app and chooses 'Initiate Secure Transfer'.
A unique, time-sensitive QR code is created as a temporary key.
Potential buyer scans the code with their phone's camera or the Bullion Trust app.
Buyer views the live, authoritative certificate directly from Bullion Trust servers.
After payment, buyer claims ownership, and the transfer is recorded immutably.
Your business is not generic, and your authentication process shouldn't be either. You work with multiple suppliers, each with a unique invoice format. You handle a diverse inventory, from cast 1-kilogram bars requiring ultrasonic thickness testing to minted 1-ounce coins needing precise numismatic data. A rigid system would force you to change your proven processes. Bullion Trust is designed to do the opposite: it adapts to you.
At the heart of our platform is the Configuration Engine—a powerful and flexible system that allows you to define precise blueprints for how any document or product should be scanned, what data must be captured, and how that data should be validated.
Our partnership begins with a simple conversation. We work with you to understand your business objectives and exactly what you need to scan. Based on this, we provide complimentary, custom-built JSON configuration files that codify your unique workflow. These rules become the brain of your operation.
Once your configurations are set, we assign an admin user for your business. Your company admin can then add staff members, empowering them to scan invoices and products. The AI, guided by your custom configurations, knows precisely what data to extract, ensuring a seamless and error-free process.
We suggest basic templates for your Certificate of Authenticity, but the power is in your hands. Your admin can fully customize the certificate's appearance from the settings panel. Upon a successful scan, a certificate is generated based on your template. It can be printed with a secure QR code, allowing the end buyer to instantly verify their asset's digital twin while keeping any sensitive data you've specified private.
The authentication process begins when inventory arrives, accompanied by an invoice. Your suppliers—from a major refinery in Switzerland to a regional distributor—don't use a standard format. This is where Bullion Trust's adaptability first becomes critical.
You can create a unique Invoice Configuration for each supplier. When you onboard a new supplier, you simply create a new configuration that teaches our AI how to read their specific layout.
{ "name": "Swiss Refiners Inc. - Commercial Invoice", "scan_type": "invoice", "system_prompt": "You are an AI assistant specialized in accurately extracting structured data from precious metals invoices...", "output_schema": { "type": "object", "required": ["shipper_ref", "products"], "properties": { "shipper_ref": { "type": "string", "pattern": "^SRI-[0-9]{8}$" }, "products": { "type": "array", "items": { "type": "object", "required": ["serial_number", "declared_weight_grams"], "properties": { "serial_number": {"type": "string"}, "declared_weight_grams": {"type": "number"} } } } } }
This is where the Configuration Engine demonstrates its true power. A cast bar is not a minted coin. A bar requiring an XRF scan for purity has different data requirements than one verified by density. Bullion Trust allows you to create an unlimited number of Product Configurations tailored to every unique item in your inventory.
When an operator scans a 1kg bar, they select the corresponding profile. The app's interface changes, prompting them only for the specific data points defined in that configuration.
{ "name": "1kg Cast Gold Bar (XRF Verified)", "scan_type": "product_bullion", "system_prompt": "You are an expert in analyzing precious metal testing equipment displays, specifically XRF analyzers...", "output_schema": { "type": "object", "required": ["physical_serial_number", "weight_measured_grams", "xrf_purity_analysis"], "properties": { "weight_measured_grams": { "type": "number", "minimum": 999.95, "maximum": 1000.05 }, "xrf_purity_analysis": { "type": "object", "required": ["Au_percent", "device_model"], "properties": { "Au_percent": {"type": "number", "minimum": 99.9}, "Ag_percent": {"type": "number"} } } } }, "ai_settings": { "temperature": 0.0 } }
By defining schemas with data types, validation rules, and required fields, you eliminate ambiguity and enforce data quality at the point of capture.
Onboard new products or testing equipment in minutes, not weeks. Simply create a new configuration file. Your workflow adapts instantly without needing a software update.
As your business and testing methods evolve, your authentication platform evolves with you. The Configuration Engine is designed for the requirements of today and tomorrow.
This level of granular control ensures that the Bullion Trust platform works exactly the way your business does. It is more than just software; it is a framework for codifying your expertise and operational excellence into a repeatable, scalable, and error-proof digital process.