Ship a real, allocated gold experience inside your app in weeks — not years. Fintechs, wallets, marketplaces, and loyalty platforms plug into DigiGold's custody, compliance, and on-chain infrastructure, then launch under their own brand, pricing, and UX.
Custom domain, logo, colours, copy, and flows. Customers experience your product — DigiGold runs invisibly under the hood.
Allocated vault storage, KYC/AML, jurisdiction gating, sanctions screening, and quarterly audits ship out of the box.
Integrate mint, redeem, transfer, and balance flows into your stack, or drop in our embeddable widgets and hosted portal.
Set your own spreads, fees, and minimum sizes. DigiGold takes a flat platform fee — you keep the relationship and the economics.
If your users already hold value in your app — points, balances, crypto, fiat — you can hand them real gold without leaving it.
Add a gold savings, round-up, or hedging product to your app without touching blockchain or vault logistics.
Give users a stable, real-world asset that lives next to their crypto — same UX, fully backed, instantly redeemable.
Let senders and receivers hold value in grams of gold instead of volatile local currencies during transit.
Turn points, cashback, or referral rewards into real allocated gold customers actually want to keep.
Offer fractional gold alongside ETFs and stocks as an inflation hedge for retail and premium tiers.
Settle high-ticket purchases in gold, or offer it as a store-credit alternative customers can redeem or withdraw.
No vault leases, no smart contract audits, no custody licensing. We've already done the hard work — you focus on the experience.
Spin up a sandbox in a day. Hit our REST or SDK endpoints with test credentials, or preview the hosted UI under your domain.
Drop in your logo, colours, and copy. Configure pricing, limits, supported regions, and the redemption options you want to offer.
Reuse your existing KYC or plug into ours. We handle vault attestations, on-chain proofs of reserve, and audit reports for regulators.
Go live in production. Monitor volume, balances, and revenue from a single dashboard — scale from pilot to millions of users.
Mint, redeem, transfer, query balances, attach metadata, stream webhooks. Whether you're building a savings round-up, a checkout flow, or a loyalty engine, the primitives are the same.
import { DigiGold } from "@digigold/sdk";
const gold = new DigiGold(process.env.DIGIGOLD_KEY);
// Convert $50 of cashback into allocated gold
const tx = await gold.mint({
userId: "usr_8f3...",
amount: { currency: "USD", value: 50.00 },
metadata: { source: "loyalty_reward" },
});
console.log(tx.grams); // → 0.5734
console.log(tx.vault); // → "LBMA-LDN-04"Most partners launch a branded pilot in 4–8 weeks. Hosted UI deployments can be live in under two weeks if your KYC and treasury are already in place.
Gold is allocated and stored in LBMA-grade vaults under your customers' beneficial ownership. Reserves are attested on-chain and audited quarterly by an independent firm.
No. Users interact with your app as they always have. The on-chain layer is optional — partners can expose it as a power-user feature or hide it entirely.
A flat platform fee per transaction plus a small custody fee on assets under management. You set your own spreads on top and keep the difference.
Tell us what you're building. We'll come back with a sandbox, a sample integration, and a deployment plan for your team.