"Trust our audit" is a sentence that should make any engineer slightly suspicious. Not because audits are worthless, but because "trust us" is doing all the load bearing work in that sentence, and load bearing trust is exactly the thing blockchains were supposed to make optional. 🔍
I think about this the same way I think about any third party dependency in a codebase. You would not merge a payment integration because the vendor's landing page said "secure" in a nice font. You would read how settlement actually works, check what happens on failure, and look for something you could independently confirm. Proof of reserves deserves the exact same scrutiny, and most explanations of it online do not survive that level of scrutiny.
So let's actually walk through what "on chain proof of reserves" means as an engineering claim, not a marketing one, and how you would go verify it yourself instead of taking anyone's word for it.
What "1:1 backed" is actually claiming
When a platform says a fund is 1:1 asset backed, it is making a specific, falsifiable claim: for every unit of exposure a user holds, there is a corresponding real asset sitting somewhere, in full, not fractionally, not "mostly." That is a strong claim. It should come with strong, checkable evidence, not a badge graphic.
The honest version of proof of reserves has two separate parts, and conflating them is where most explanations go wrong. Part one is proving the custody wallet actually holds what it claims to hold. Part two is proving the assets inside that wallet are themselves backed by what they claim to be backed by. Both parts matter. Most marketing pages only gesture at part one and skip part two entirely.
Part one, verifying the custody wallet
If a fund's assets are held in a Gnosis Safe multi signature wallet, here is what you are actually able to check, and how:
- The wallet address itself. A legitimate platform gives you this directly, not on request. If you have to ask support for it, that is already a signal.
- The signer threshold. A Gnosis Safe shows you how many signers exist and how many signatures are required to move funds, directly on chain. A two of three or three of five setup means no single compromised key can drain the wallet. This is public information on any block explorer or the Safe app itself, no login required.
- The transaction history. Every deposit, withdrawal, and rebalance is a public transaction. You can watch the wallet's actual behavior over time instead of trusting a quarterly PDF.
- The current balance. Whatever tokens the wallet holds right now are visible in real time. You are not looking at a snapshot from whenever an auditor last checked in, you are looking at the current state.
None of this requires special tooling. A block explorer and roughly five minutes gets you further than most "trust and safety" pages ever will.
Part two, verifying what backs the assets inside the wallet
This is the part almost everyone skips, and it is the more interesting engineering problem. Confirming a wallet holds a token is not the same as confirming that token is itself fully backed by something real.
For an asset like Tether Gold, XAUT, the backing claim is that each token corresponds to physical gold reserves, and Tether publishes its own attestations of those reserves separately from any platform that simply holds XAUT in a wallet. For tokenized equity products like Ondo Finance's AAPLon or NVDAon, the backing claim is that a regulated broker dealer actually purchased the underlying share and a regulated custodian holds it, with Ondo publishing which assets back which tokens.
A platform holding these tokens in a verifiable wallet is proving one link in the chain. It did not create the other links, and a rigorous verification checks both. If you can confirm the wallet holds XAUT, and separately confirm Tether's own reserve attestation for XAUT, and separately understand how Ondo's mint and redeem mechanism keeps its tokens priced in line with the real stock, you have actually verified the full chain instead of just the part that was easiest to check.
What proof of reserves does not prove
This is the section I think matters most, because overselling this concept is how a genuinely good tool becomes a false sense of security.
Proof of reserves proves the assets exist where the platform says they exist, right now. It does not prove the platform will operate well tomorrow, does not prove smart contracts are bug free, and does not prove the broader crypto or equity markets will not drop. A perfectly verified wallet holding volatile assets is still holding volatile assets. Market risk and platform risk are different problems, and on chain verification only ever solves the second one.
If anyone describes proof of reserves as making an investment "safe," that is a category error worth calling out.
Why on-chain custody skips a whole layer of complexity
There is a detail worth understanding here if you have ever looked into how centralized exchanges do proof of reserves, because it explains why a Gnosis Safe based fund can make a stronger claim more simply.
A centralized exchange's user balances typically live in an internal database, not natively on a public blockchain. To prove solvency, they generally need to construct a Merkle tree of all user balances, publish the root hash, and let individual users verify their own balance is included without exposing everyone else's. It works, but it is a cryptographic workaround for the fact that the underlying ledger is not public in the first place, and it usually happens periodically, as a snapshot, rather than continuously.
A fund custodied directly in a public multi signature wallet does not need that workaround, because the ledger was already public the entire time. There is no snapshot to trust, no Merkle root to reconstruct, no window between attestations where something could change unnoticed. You are not verifying a proof about the balance. You are looking at the balance. That is a meaningfully simpler trust model, and it is worth knowing the difference the next time a platform describes its "proof of reserves" without specifying which kind it actually means.
A checklist to actually run
Here is what I would do before trusting any platform's backing claims, in about fifteen minutes:
- Pull the custody wallet address and confirm it is a multi signature wallet, not a single key.
- Check the signer threshold and, if possible, who the signers actually are.
- Look at transaction history for consistency with what the platform says it does.
- For any tokenized real world asset inside the wallet, go find that specific token issuer's own attestation or backing disclosure, separately from the platform holding it.
- Note what is not covered anywhere in that chain, usually operational risk and market risk, and treat those as real, unresolved risks rather than assuming verification handled them too.
Why this matters for how Wealtii is built
Wealtii's funds sit in a Gnosis Safe multi signature wallet you can look up directly, holding named, specific assets, crypto, Tether Gold, and Ondo's tokenized equities, rather than a vague "diversified basket" description. We would rather you run this exact checklist against us than take a page of reassurance at face value. Crypto and tokenized assets remain volatile regardless of how verifiable the custody is, past performance is never a guarantee, and nothing here is financial advice.
If you want to practice this checklist on something real instead of a hypothetical, wealtii.com is live, the wallet is public, and the fifteen minutes are on you. That is the whole point of building it this way. 🛠️
Verification is not a feature you bolt on after the fact. It changes what you build, how you document it, and what you are willing to leave vague. If more of this industry treated "check it yourself" as the default rather than the exception, a lot fewer people would need to ask whether any of it is legit in the first place.

Top comments (0)