solana developer
0 Followers
Interest-Bearing Lending Vault Shares Users deposit collateral (mock USDC/SOL) and receive Token-2022 shares that *auto-accrue* interest over time, balance grows without manual claims. Inspired by RWA treasuries but for DeFi lending. Used a simple rate feed (mock/admin) to simulate compounding, shares increase on refresh. Live: interest-bearing-lending-vault.vercel.app Repo: github.com/elmoxbt/intere… Perfect for lending protocols wanting sticky TVL, no more "claim every epoch".
Been deep in Solana for months, shipping projects that solve real DeFi and governance pain points. All live on devnet with frontends, and open source code. Built with Anchor, Rust, Token-2022, Pyth, and x402-solana. Thread with details, let's dive in.
Quadratic Voting DAO On-chain governance where votes cost votes², prevents whale dominance while letting passionate users amplify voice. Built with Token-2022 weighted tokens for extra power. Proposal creation, whitelisted users, voting with quadratic burn, automated tally. Live: quadratic-voting-dao.vercel.app Repo: github.com/elmoxbt/quadra… Great for fairer DAOs and community grants, stops 51% attacks without complexity.
veToken Fractional Ownership Lock protocol tokens for a duration → mint decaying veTokens → claim proportional share of fees (admin deposits). Classic Curve/Convex style but on Solana with Token-2022 non-transferable veTokens. Decay calculated linearly with slot time. Live: fractional-ownership-token.vercel.app Repo: github.com/elmoxbt/fracti… Aligns LPs with long-term protocol success, revenue share without selling.