What's broken
A decent test for whether a synthetic asset works: can you arbitrage it against the underlying? For most existing on-chain synthetic stocks, the answer is no. They get issued as derivative tokens with no primary issuance or redemption mechanism. When the on-chain price diverges from the off-chain price, the only people who can close that gap are market makers running their own inventory, and they have a limited risk budget. They don't run that inventory for free either.
So what you get is persistent basis. A token that's supposed to track Microsoft trades 4% rich for two days because someone bought a lot of it, then 6% cheap the next week as a long-tail farm starts to unwind. The underlying corporate-action calendar (earnings, ex-dividend dates, splits) flows through the actual stock and not the token. You're holding something that looks like equity exposure and behaves like a noisy LP token.
Then layer on the management fees. Most synthetic stock protocols charge ~1% annually, so a year in you're already 1% behind a brokerage account before any basis effect. Hold through a dividend cycle and you're another 1.5–3% behind depending on the underlying. The math doesn't work for any holding period longer than a few weeks.
This is why, despite years of attempts, synthetic equities haven't taken meaningful flow off centralized brokers. The product is broken at the protocol layer.
What needs to change
The fix is unglamorous and architectural, and it requires getting three things right at once.
Primary issuance and redemption have to exist. When the on-chain price diverges from the off-chain reference, an arbitrageur should be able to mint or redeem the synthetic 1:1 against actual collateral. That's the only mechanism that durably collapses basis. Without it, you're relying on market makers to volunteer arbitrage, which they will not do at any scale.
The protocol has to connect to real liquidity. Bootstrapping liquidity through token emissions and LP incentives works for the first six months and then destroys itself. Real liquidity lives in the existing interbank market, the existing equity exchanges, and the existing fixed-income desks. The protocol's job is to plug into those venues rather than recreate them.
Dividends and corporate actions have to flow through to the holder. This one is operational rather than architectural, but it's where most existing protocols quietly skip. If the underlying pays a dividend, the synthetic should distribute it. If the underlying splits 3-for-1, the synthetic should split 3-for-1 the same day. Anything else is dressing.
Solistic is built around these three constraints. We have direct issuance and redemption, we connect to institutional venues for execution depth rather than LP incentive programs, and we treat corporate-action flow-through as a non-negotiable feature rather than a v2 roadmap item.
Two interfaces, one protocol
There's a recurring debate in DeFi about whether protocols should be retail-first or institution-first. My answer is that the people deploying the most capital don't want the same UX as the people testing $50, so we run two surfaces over the same underlying protocol.
The simplified app is for users who want exposure without thinking about wallets, gas, or collateral mechanics. They sign up, fund an account, hold tokenized exposure, and the protocol handles the on-chain plumbing.
The open dApp is for DeFi-native users who want to use the synthetic as collateral, compose it into structured positions, and integrate it with their existing on-chain infrastructure. Same tokens, same redemption rights, more rope.
We didn't invent this pattern; several centralized exchanges have run versions of it. What differs here is that the underlying protocol stays the same. The simplified app isn't a custodial product that also exists on-chain, it's a thin layer over the same redemption mechanism. The composability the dApp users get is real because the simplified app users hold the same tokens.
Beyond equities
Tokenized equities are the visible surface, but they're not the interesting part.
The interesting part is what happens when you can issue any cash-flowing instrument as a synthetic, settle it on-chain, and let it interact with every other instrument in the same financial graph. Equities, treasuries, structured credit, options, perpetuals, structured products: historically these live in seven different operational silos, and a hedge fund spends real money on the connective tissue between them.
If they all live in the same on-chain venue, the connective tissue becomes a smart contract. A treasury position can collateralize an equity short, a structured note can be replicated from primitive option legs, and a delta-hedged options book can earn yield from a tokenized credit pool. The marginal cost of building any new structured product collapses because the legs are already on the same rails. Doing this safely under oracle lag is its own hard problem; I've written about the liquidity model that makes on-chain options viable separately.
This is the unified financial layer thesis, and it's what the technology is for. Tokenized equities are the wedge, the easiest product to launch and the one with the most obvious demand, but they're not the destination.
On compliance
The reflexive view is that tokenization fights regulation. I think it's closer to the opposite.
Traditional finance relies on intermediaries (clearinghouses, custodians, transfer agents) to enforce the rules. Each intermediary is a private company whose compliance is auditable in principle and opaque in practice, and the regulator's view is whatever the intermediary chooses to report.
Tokenization replaces several of those intermediaries with smart contracts. The compliance logic (KYC gates, accredited-investor checks, jurisdictional restrictions, transfer restrictions) sits in code rather than a back-office workflow. Every transaction that ever happens is immediately visible to anyone with a block explorer. The regulator's audit problem collapses from "subpoena six private companies" to "read the chain."
Done right, this is more transparent than the existing system, not less. The tokenization protocols that survive the next decade will be the ones that engage seriously with compliance as a core feature rather than an afterthought. The ones that try to route around it will get shut down, and the ones that try to bolt it on over an existing architecture will spend years rebuilding their stack to do it. Building it in from day one is the cheap path.
Where we are now
Solistic targets user availability in 2025, beginning with major equity assets. We've prioritized the underlying infrastructure (issuance, redemption, oracle integration, settlement, compliance rails) over rushing a half-finished surface to market. The space is full of protocols that launched fast and now spend their engineering cycles patching the architecture they should have gotten right the first time.
We're going the other way. The visible product is the last 10% of the work, and the first 90% is the boring infrastructure that determines whether the visible product still exists in five years. That's where we've spent our time.
— Rohan Rathod, London, April 2026
An earlier version of these ideas appeared in my interview with Analytics Insight. I'm building Solistic Finance — synthetic asset infrastructure and an AI wealth advisor for tokenized real-world assets. Reach me at r@solistic.finance or @ro_lend.