Build Your Own RWA Vault: Lucidly vs Veda

Comparing RWA vault infrastructure: building a custom DeFi vault with Lucidly versus Veda

If you're trying to build an RWA vault or a custom DeFi yield product in 2026, you've probably run into Veda. They're hard to miss: $3.7 billion in TVL, $18 million raised from CoinFund and Coinbase Ventures, powering Kraken's DeFi Earn product and EtherFi's liquid vaults. The BoringVault framework they've built is genuinely clever, and their enterprise pitch is polished. For large platforms with dedicated engineering teams and the runway to negotiate an enterprise contract, Veda is a reasonable choice.

But here's what the Veda pitch doesn't answer: what if you're not Kraken? What if you're a smaller fund, a protocol team, or an asset manager who wants to deploy an institutional-grade RWA vault without signing a six-figure enterprise deal and waiting months for an integration? What if you want to own the strategy rather than license someone else's infrastructure? That's where the comparison gets interesting, and where app.lucidly.finance operates in a fundamentally different mode.

This article is for builders, fund operators, and asset managers who are actively evaluating their options for building RWA vaults and custom yield products. We'll break down how Veda actually works, where its model creates friction for smaller institutions, and how Lucidly's vault architecture addresses the exact gaps that Veda's enterprise focus leaves open.

How Veda's BoringVault works

The architecture in plain terms

Veda's core product is the BoringVault, named for its intentionally minimal core contract logic (roughly 100 lines of code). The design philosophy is to keep the vault contract itself as simple as possible and delegate functionality to external modules. The main components are: the BoringVault (holds user assets, mints/burns shares), the Manager (controls which strategies the vault can execute via Merkle tree verification), the Teller (handles deposits and withdrawals, enforces share lock periods), and the Accountant (publishes the exchange rate using off-chain oracles).

The Manager's Merkle tree approach is architecturally interesting. Every permitted action, including target contract address, function selector, and acceptable parameters, is encoded as a leaf in the Merkle tree. When the vault executes a strategy, the Manager checks the operation against the Merkle proof before allowing it. This constrains what the vault can do to a pre-approved whitelist of operations, which is a genuine security property.

The same architecture underlies the Manager contract at app.lucidly.finance. Lucidly's syToken vaults use the same core principle: whitelisted calldata, Merkle proof verification, pre-approved contract addresses. The execution layer can only do what the whitelist permits. This architectural similarity is worth noting because it means both platforms sit in the same security category when it comes to execution constraint. The difference is in how you access, deploy, and own the strategy built on top of that architecture.

Who Veda is actually built for

Veda is explicit about its market: fintechs, large crypto exchanges, chains, and protocols wanting to embed DeFi yield into their products without exposing users to DeFi complexity. Kraken's DeFi Earn is the flagship example. EtherFi, Lido, Binance Web3 wallet, and Bybit Web3 wallet are all Veda-powered products. The common thread is that these are high-distribution platforms looking for white-label yield infrastructure to bolt onto an existing user base.

That's not the same market as a $50 million fund that wants to build a syBTC strategy, or a protocol team that wants to launch a structured stablecoin vault with defined RWA exposure. Veda's enterprise model comes with dedicated engineering staff, 24/7 SLA-driven operations, and comprehensive SDK packages. All of that has a cost, a lead time, and a relationship requirement that doesn't fit operators who need to move faster and maintain more direct control over what they're building.

Where Veda creates friction for builders

The enterprise integration barrier

Veda's documentation describes an operational support model covering dedicated engineering staff, round-the-clock triage, and SLA-backed operations. That's a sales relationship, not a permissionless deployment. For a team at Kraken or EtherFi scale, that relationship is the point: you get a vendor who's contractually responsible for keeping things running. For a smaller fund or an emerging protocol, the same relationship model creates friction at every stage.

You can't just fork the BoringVault contracts and deploy independently, run your own strategy, and stay separate from Veda's integration framework. The modularity is real at the smart contract level, but the operational dependencies on off-chain infrastructure, oracle services, and the Accountant's exchange rate updates mean you're still dependent on Veda's systems even after the contracts are deployed. That's not a criticism of the design; it's the right architecture for enterprise white-labeling. It's just not the right architecture if you want to own the full stack.

The strategy ownership question

Here's the more fundamental issue for operators thinking about building RWA vaults. When you build on Veda, you're configuring strategies within Veda's infrastructure. The execution logic, the off-chain oracle system, the Accountant contract, the strategist permissions, these all run on Veda's platform. Veda calls this abstraction; the strategy you build is portable in the smart contract sense but operationally dependent on their systems.

For RWA vault builders who want to offer genuinely differentiated products, and for funds that need to answer LP questions about who controls what, that dependency matters. The Resolv incident in March 2026 was a reminder that execution dependency on a third party's systems introduces risk at exactly the moments when you most need control. When the SERVICE_ROLE key was compromised, Resolv's entire minting architecture was at the discretion of whoever held that key, with no on-chain constraint preventing the damage. Veda's architecture prevents this better than Resolv's did, but the principle of third-party execution dependency is the same question you should be asking about any platform you build on.

Lucidly's approach at app.lucidly.finance is built around owning the execution end to end. The strategies in the syUSD, syETH, and syBTC vaults are built and run by Lucidly's own strategy engine, not delegated to external curators or licensed from a third-party infrastructure provider. The Manager contract enforces this at the protocol level: whitelisted calldata, Merkle proof verification, pre-approved addresses. If the Manager key were compromised, the contract itself constrains what actions are permitted. That constraint lives on-chain, not in a service agreement. For a full breakdown of the technical architecture, see Lucidly's Manager Terminal overview.

Building RWA vaults: what the process actually looks like

The Veda path for an RWA vault build

If you're building a tokenized Treasury vault or a private credit vault on Veda, the process roughly looks like this. Start with the BoringVault contracts as the base layer. From there, configure the Merkle tree of permitted operations for your strategy (every target contract, function call, and acceptable parameter). Integrate the Accountant for exchange rate management using off-chain oracles, then work through the Teller configuration for deposit/withdrawal mechanics. Finally, engage Veda's enterprise team for the operational infrastructure: oracle updates, strategist access controls, and SLA monitoring.

The smart contract layer is genuinely open. You can read the code, audit the architecture, understand exactly what each module does. RWA.xyz's February 2026 allocation vault primer argues that institutions building DeFi expertise and risk manager relationships early are establishing advantages that will be difficult to close later. Veda is a path to that DeFi fluency, especially for larger platforms with engineering capacity. The honest question for a smaller operator is whether the integration timeline and the ongoing operational dependency are compatible with your actual situation.

The Lucidly path for custom institutional vaults

The syToken vaults at app.lucidly.finance represent the end state of what purpose-built institutional RWA vaults look like when strategy ownership and execution transparency are non-negotiable design requirements. The syUSD vault runs a leveraged Morpho Blue position generating stablecoin yield. syETH captures ETH staking yield at a multiple of the base rate through a leveraged stETH strategy. syBTC applies the same execution architecture to Bitcoin-denominated yield.

Each vault exposes its full allocation in real time through the Transparency Dashboard at app.lucidly.finance: exact protocol positions, health factors on leveraged positions, the 29.5% cash buffer for instant redemptions, the Returns Attribution breakdown by yield source. The Pashov audit is linked directly from the Details tab of each vault. For a fund manager who needs to answer LP questions about what their capital is doing, this level of disclosure is the standard, not a feature.

The operational model is different from Veda's in a specific way: Lucidly's execution engine is the strategy layer, not a configuration sitting on top of a third-party vault infrastructure platform. Depositing into syUSD is not "using Lucidly to access Veda's infrastructure." It's accessing Lucidly's own strategy directly. That distinction matters for due diligence, for fee structures, and for understanding who is accountable for what.

Head-to-head: Lucidly vs Veda for RWA vault builders

Strategy ownership

Veda gives you infrastructure to build a vault with your own strategy configuration. The execution runs on Veda's operational systems. Lucidly owns the full execution stack for its vault strategies. For operators who want to access an existing institutional strategy rather than build and operate their own, Lucidly's model is more direct. For operators who want to build and brand their own vault product on shared infrastructure, Veda is explicitly designed for that use case.

Access model and entry point

Veda is an enterprise relationship. You engage their team, scope the integration, sign contracts, and build within their framework. Lucidly's vaults at app.lucidly.finance are accessible permissionlessly: connect a wallet, review the Transparency Dashboard, deposit. No sales process, no minimum commitment, no waiting for an enterprise integration to go live. For allocators who need to move capital into an institutional-grade RWA vault position today rather than in three months after an integration completes, the access model matters considerably.

Transparency and auditability

Both platforms are non-custodial and verifiable on-chain. Veda's smart contract architecture is open-source and audited. Lucidly's vault positions are visible in real time through the Transparency Dashboard at app.lucidly.finance, with the Pashov audit linked from the Details tab and Returns Attribution showing exactly what generates the yield. The key difference is that Veda's operational layer (oracle updates, exchange rate management, strategist permissions) runs off-chain and depends on Veda's systems being operational. Lucidly's strategy execution and constraint enforcement live on-chain in the Manager contract.

Fit for smaller institutions

This is the clearest differentiator. Veda is optimised for large platforms doing enterprise deployments at scale. The dedicated engineering support, the SLA-driven operations, and the integration model all reflect that. A $30 million fund or a protocol with a team of ten isn't the typical Veda client. Lucidly's vault architecture was built with exactly this profile in mind: institutional-grade execution, verifiable on-chain constraints, fully transparent reporting, and permissionless access that doesn't require a sales relationship or a minimum AUM commitment. The syUSD vault at app.lucidly.finance delivers the same strategy mechanics and the same transparency to a $50,000 depositor as to a $50 million one. That's not an accident; it's the design principle.

For a deeper look at how Lucidly's approach fits into a broader institutional allocation framework, see the article on institution-grade yield in DeFi and the DeFi curation breakthrough overview.

What to look for when evaluating vault infrastructure

On-chain vs off-chain execution constraints

The Resolv incident established a concrete benchmark for evaluating vault security: is the constraint on what the execution layer can do enforced on-chain by the contract, or off-chain by a service agreement? Veda's Merkle tree verification enforces this on-chain for the strategy execution layer, which is good. The oracle and exchange rate systems run off-chain, which is a separate dependency. Lucidly's Manager contract enforces execution constraints on-chain across the full strategy. For any vault you're evaluating for institutional deployment, this question should be on your due diligence checklist before you commit capital.

Redemption mechanics and liquidity

Veda's BoringQueue implements time-delayed withdrawals where requests enter a maturity period before solvers fulfill them. The exact liquidity profile depends on the specific vault's configuration. Lucidly's syToken vaults maintain a 29.5% cash buffer visible in real time on the Allocations tab at app.lucidly.finance, providing instant redemption capacity for that portion without requiring queue mechanics. For allocators who need to know precisely how fast they can exit a position, this detail is worth examining closely on any platform before depositing.

Yield source transparency

The Returns Attribution section at app.lucidly.finance shows exactly what generates the Base APY for each vault: lending income, strategy execution spread, no protocol token emissions padding the number. When evaluating Veda-powered vaults or any other RWA vault product, the equivalent question is: can you see a breakdown of where the yield comes from, and is any of it dependent on token incentives that could change? Institutional allocators building RWA vaults need this transparency to report accurately to their own LPs. The platforms that provide it verifiably are the ones worth building on or deploying into.

Frequently asked questions

What is the difference between Lucidly and Veda for building RWA vaults?

Veda provides vault infrastructure that enterprises and large platforms use to build and brand their own DeFi yield products. The BoringVault framework is the base layer, and Veda's enterprise services handle the operational infrastructure on top. Lucidly builds and runs its own institutional yield strategies directly, without licensing a third party's infrastructure. The syUSD, syETH, and syBTC vaults at app.lucidly.finance are Lucidly's own strategies, accessible permissionlessly, with full transparency available before and after deposit. Veda is the right choice for a large platform building a branded yield product at enterprise scale. Lucidly is the right choice for institutions, funds, and allocators who want direct access to audited, transparent, institutional-grade vault strategies without an enterprise integration process.

Can smaller funds build on Veda or Lucidly?

Veda's model is designed for enterprise deployment at scale. The dedicated engineering support and SLA-driven operations are priced and structured accordingly. A smaller fund looking for an institutional RWA vault product without the overhead of an enterprise integration is better served by Lucidly's approach. Depositing into syUSD at app.lucidly.finance requires no sales relationship, no minimum commitment, and no integration timeline. The Transparency Dashboard provides the same reporting quality to a $500,000 position as it does to a $50 million one, which is the key requirement for any institutional allocator who needs to report accurately to their LPs.

How does Lucidly's execution architecture compare to Veda's BoringVault?

Both use Merkle tree verification to constrain vault execution to a whitelist of pre-approved operations. The core security principle is the same: only actions explicitly encoded in the Merkle tree can be executed, regardless of who holds the key. Veda's system runs the oracle and exchange rate management off-chain through the Accountant module, which introduces an operational dependency on Veda's systems. Lucidly's Manager contract enforces execution constraints on-chain, meaning the constraint layer doesn't depend on any external operational system to remain enforced. The Pashov audit linked from the Details tab at app.lucidly.finance covers this architecture specifically.

What is an RWA vault and how does it work in DeFi?

An RWA (real-world asset) vault is a smart contract structure that holds or generates exposure to tokenized real-world assets, such as Treasury bills, private credit, or stablecoin lending yields, while automating the yield generation and compounding process. In practice, RWA vaults sit above DeFi lending protocols and execute defined strategies: depositing collateral, managing leverage ratios, harvesting yield, and reinvesting it back into the share price. The syUSD vault at app.lucidly.finance is an example: it runs a leveraged Morpho Blue lending position, generating stablecoin yield from real borrower demand rather than from token emissions. The Allocations tab shows the exact protocol positions in real time, and the Returns Attribution tab shows the yield breakdown by source.

@Lucidly Labs Limited, 2026. All Rights Reserved

LucidlY

@Lucidly Labs Limited, 2026. All Rights Reserved

LucidlY

@Lucidly Labs Limited, 2026. All Rights Reserved

LucidlY

@Lucidly Labs Limited, 2026. All Rights Reserved

LucidlY