A platform for launching and trading liquid real-world assets (RWAs) on Solana.
RWA lending frontend on Solana where users borrow USDC against tokenized stocks like TSLAx/NVDIA with mock APR calculators
xVaultFi is a mocked RWA lending UI, not a protocol, in a niche winners already own
Dimensions
xVaultFi pitches itself as an RWA lending protocol letting users borrow USDC against tokenized stocks like TSLAx/NVDIA, but the code is a Next.js UI shell: hardcoded balances, client-side APR math, and a disabled 'Stake on xVault' button, with zero Anchor or on-chain program logic despite @solana/web3.js in package.json. The repo itself is a confirmed Cypherpunk submission (xvaultfi) but carries no prize object, participation only, not a placement. The winners-only search shows this lane is already won: Collaterize took an Honorable Mention in DeFi , Legasi placed 3rd in RWAs , and Credible Finance earned an Honorable Mention pairing institutional lending with tokenized assets , each shipping real backend logic this project lacks. Hakata Finance covers the same tokenized-stock niche with a live synthetic perps DEX . Momentum is thin too: 35 commits, 4 contributors, 1 star over two months . The strongest dimension is winnerSimilarity via tag overlap with lending/RWA winners; the weakest is techQuality, capped by the fully mocked backend. Next move: ship an actual Anchor program handling real collateralization and liquidation before resubmitting.
Closest competitors
Institutional-grade on-chain credit layer for instant fiat borrowing against crypto assets.
A CeDeFi platform for lending and borrowing against tokenized real-world assets.
Stock-focused synthetic perpetuals DEX on Solana for non-custodial trading of RWAs like $AAPL.
A decentralized platform for borrowing cryptocurrency using real-world assets as collateral.
Winner DNA
On-chain program (Anchor/Rust) implementing lending logic: missing
No Anchor or solana-program code exists; only @solana/web3.js is a dependency with mocked math.
RWA/tokenization primitive alignment: present
Targets tokenized stocks (TSLAx/NVDIA), matching the 18/198 (9.1%) RWA and 21/198 (10.6%) tokenization winner buckets.
Lending primitive overlap: present
Borrow-against-collateral framing matches 24/198 (12.1%) lending winners like Credible Finance and Quartz.
Functional staking mechanic: missing
'Stake on xVault' button is disabled/non-functional despite staking appearing in 14/198 (7.1%) of winners.
Verified hackathon placement: missing
selfCorpusEntry xvaultfi shows a Cypherpunk submission with no prize object, participation only.
Real backend/chain integration: missing
Dashboard and APR calculators run on hardcoded local state with zero blockchain queries.