Built on Solana · Designed for trust
Clarity for your capital.
Earn on SOL and USDC through transparent
share-based vaults—without managing strategies manually
Portfolio intelligence
Lucida vault overview
Total Deposits
$12.60M
Across Lucida vaults
Est. APY
-
Variable
Supported Assets
Vault allocation
SOL Vault
-Est. APY·Variable
58%
USDC Vault
-Est. APY·Variable
42%
Yield Vaults
One simple vault experience for SOL and USDC.
Lucida gives users a clean way to deposit assets, track balances, and access selected Solana yield opportunities without managing strategies manually.
Each vault is designed to simplify access to selected yield opportunities while keeping balances visible through internal share accounting.
SOL Vault
Deposit SOL and access selected Solana-native yield strategies through a share-based vault model.
USDC Vault
Deposit USDC into a stablecoin-focused vault designed around transparency, risk boundaries, and simple tracking.
Allocation
Rules you can inspect.Yields you can follow.
Lucida keeps the vault surface simple while exposing the parts users care about: supported assets, current rates, allocation weights, and redeemable liquidity.
The product is intentionally narrow: SOL and USDC first, with clear accounting before broader strategy expansion.
Lucida SOL Vault
SOL · $4.10M
Lucida USDC Vault
USDC · $8.50M
Vault shares
User ownership is tracked separately from strategy positions.
Rate visibility
Est. APY and vault allocation are surfaced in the app for ongoing monitoring.
Bounded strategies
Capital routes through reviewed strategy boundaries instead of opaque mandates.
For Developers
Add Lucida vault access to your product.
Build wallet-owned deposit, withdrawal, and vault-read flows through a clean API surface. The app keeps signing with the user, while Lucida handles vault accounting and strategy visibility.
Transaction generation
Build deposit and withdrawal flows while users keep final signing inside their own wallet.
Vault reads
Query vault balances, allocation metadata, Est. APY snapshots, and position state from one API surface.
Devnet-first integration
Start with docs and a developer console, then move to production once the wallet flow is reviewed.
const response = await fetch("https://lucidafi.xyz/api/deposit/config");
if (!response.ok) throw new Error("Lucida configuration unavailable");
const config = await response.json();
// Before signing a transaction payload returned by Lucida:
// 1. verify network and programId
// 2. verify vault, mint, amount, destination, and fee payer
// 3. simulate the transaction
// 4. confirm final state on-chainDeposit tx
Generated
Wallet signs
User-owned
Vault state
Readable
Security
Designed with security first.
Lucida is built around transparent vault infrastructure, internal share accounting, explicit strategy boundaries, and self-service withdrawals.
Lucida supports self-service instant redemption
so users can withdraw available liquidity at any time.
The Difference
Clear vault infrastructure instead of black-box yield.
Lucida is designed as a transparent Solana vault layer:
users see supported assets and performance, developers get an integration surface, and strategy complexity stays behind explicit boundaries.
Deposit once. Track everything.
Deposit SOL or USDC
Start with supported assets only. No complex strategy selection required.
Vault-based allocation
Lucida routes capital through selected opportunities while users hold vault shares.
Track performance
Follow balances, Est. APY, earnings, and withdrawal status from one dashboard.
Your assets. Working.
Start with SOL or USDC and let Lucida handle the complexity behind the scenes.
FAQ
Common questions.
Short answers for users and developers evaluating Lucida.
What assets does Lucida support?+
Lucida currently focuses on SOL and USDC vaults, keeping the first product surface narrow enough to audit, explain, and monitor clearly.
Can I withdraw at any time?+
Yes. Lucida is designed around self-service withdrawals for available liquidity, so users do not need to wait for an admin review. Final output can still depend on vault liquidity, market conditions, and on-chain execution.
Are there deposit or withdrawal fees?+
Lucida is designed without hidden deposit or withdrawal fees. Users may still pay normal network transaction costs, and any future protocol fees will be shown clearly before a transaction is signed.
Who controls my transaction signing?+
Only the user can approve transactions from their own wallet. Lucida may prepare an unsigned transaction for review, but it cannot sign on a user's behalf or move assets without the wallet owner's explicit approval.
What yield can I expect?+
Yield varies based on market conditions and protocol rates. Lucida's allocation is informed by prevailing lending rates across integrated protocols, and current rates are always visible in the app.
How does Lucida keep the experience transparent?+
Lucida separates vault shares from strategy positions, shows supported assets and Est. APY in the app, and keeps the initial strategy surface focused on SOL and USDC.
Where do developers start?+
Use the Developers page for API concepts, wallet-owned transaction flows, vault reads, and integration notes before wiring a devnet implementation.
