Solvex turns a locked LP position into SolvexShares — a plain ERC-20 you can trade, lend, or post as collateral — and routes crypto and tokenized stock orders through private solvers instead of the public mempool.
An LP position earns fees, but everything else you'd want to do with that capital means unwinding it first.
Four contracts, one path. Every step is a call you can read on the explorer.
You send the pool asset to the vault. It's accounted explicitly, so a stray transfer can't move the share price.
The vault mints SolvexShares at the current price. The first deposit is 1:1; later ones pay whatever shares are already worth.
The hook pushes collected swap fees into the vault. The protocol's cut goes to the treasury; the rest raises every share.
Burn shares, get the underlying back at the current price. No lockup, no queue, no epoch.
Three steps, and the share token is yours from the first block.
Connect a wallet on Robinhood Chain, approve the asset once, and deposit into a listed vault.
You get an ERC-20 back. It shows up in your wallet, transfers like any token, and gains value as fees are harvested.
Burn the shares for the underlying at the current on-chain price. Principal and accrued yield come back together.
Crypto prices below are live, pulled straight from the market every few seconds. Equities and metals tick from today's close in a live-style feed — wiring those to a real quote provider is a backend job, not something this page can do alone.
Illustrative only — the number a vault actually pays depends on real fee volume, not this slider.
Four properties, each covered by a test in the repo rather than a badge on a page.
A virtual share and unaccounted donations mean a first depositor can't round the next one down to zero shares.
Assets are tracked in storage, not read from the live balance. Sending tokens to the vault directly changes nothing for holders.
The protocol cut can't be set above the hard cap by the owner or anyone else — it's a constant in the contract.
The sweep function can only move assets above what shareholders are owed. The backing itself is untouchable.
Each property above has a test behind it in the repo. The contracts have not been through a third-party audit.