Built on Robinhood Chain

Your liquidity, still working while it moves.

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.

v4 hook vaults·LP as ERC-20·Intent routing
CA Not launched
sx-ETH vault
SolvexShares · ETH
Liquid · earning fees
1.0842 ▲ share price, since deposit
Accounting
ERC-4626
Lockup
None
Fee tier
Dynamic
Prices
Live, on load
The problem

Liquidity that only moves one way

An LP position earns fees, but everything else you'd want to do with that capital means unwinding it first.

A locked position

Sits in one pool, one range

  • Selling or moving it means closing it first
  • No wallet or market outside the pool knows what it's worth
  • Fees accrue inside the position, not as a usable asset
  • Rebalancing costs gas and resets your range
A SolvexShare

A token that keeps earning

  • Deposit once, hold a fungible ERC-20 any wallet understands
  • Send it, sell it, or post it as collateral without touching the pool
  • Harvested fees raise the share price automatically
  • Redeem for the underlying at the on-chain price, any block
Core features

Three rails for private, composable markets

SolvexShares, direct liquidity provision, and private execution for crypto and tokenized real-world assets — routed through the same vaults.

02

Direct liquidity

Provide into a supported pool directly and earn the trading fee, split across tiers set by pair volatility.

  • Fee tiers set in config, not by governance vote
  • Protocol cut capped in the contract
  • Withdraw the underlying at any block
03

Private execution

Orders are expressed as intents and filled by competing solvers, so a trade isn't sitting in the public mempool for a bot to read.

  • Intent-based routing, not a raw swap call
  • Liquidity aggregated across venues
  • Gas abstraction — fees payable in the traded asset
Platform overview

From vault deposit to hook-powered SolvexShares

Four contracts, one path. Every step is a call you can read on the explorer.

01

Deposit

You send the pool asset to the vault. It's accounted explicitly, so a stray transfer can't move the share price.

02

Mint

The vault mints SolvexShares at the current price. The first deposit is 1:1; later ones pay whatever shares are already worth.

03

Harvest

The hook pushes collected swap fees into the vault. The protocol's cut goes to the treasury; the rest raises every share.

04

Redeem

Burn shares, get the underlying back at the current price. No lockup, no queue, no epoch.

How it works

Provide liquidity. Keep it liquid.

Three steps, and the share token is yours from the first block.

STEP 01

Connect and deposit

Connect a wallet on Robinhood Chain, approve the asset once, and deposit into a listed vault.

STEP 02

Hold SolvexShares

You get an ERC-20 back. It shows up in your wallet, transfers like any token, and gains value as fees are harvested.

STEP 03

Redeem when you want

Burn the shares for the underlying at the current on-chain price. Principal and accrued yield come back together.

Private trading

Crypto and tokenized stocks, one liquidity layer

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.

ETH
loading…
BTC
loading…
SOL
loading…
Fetching live prices from CoinGecko…
Yield calculator

Estimate a vault's redemption growth

Illustrative only — the number a vault actually pays depends on real fee volume, not this slider.

$1,476
Estimated net yield after 12 months, before gas
Gross fee income$1,800
Protocol fee$180
Net to you$1,620
Security

What the contract actually guarantees

Four properties, each covered by a test in the repo rather than a badge on a page.

No inflation attack

A virtual share and unaccounted donations mean a first depositor can't round the next one down to zero shares.

Donations don't reprice

Assets are tracked in storage, not read from the live balance. Sending tokens to the vault directly changes nothing for holders.

Fee is capped in code

The protocol cut can't be set above the hard cap by the owner or anyone else — it's a constant in the contract.

Owner can't take principal

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.

FAQ

The short answers

An ERC-20 that represents a claim on a vault holding a pool asset. One share is worth totalAssets / totalSupply of the underlying, and that number only rises as fee income is harvested in. It behaves like an ordinary token, so a wallet, a DEX, or a lending market can all handle it without special support.
It doesn't arrive as a separate reward you claim. Harvested fees are added to the vault's assets while the share supply stays the same, so each share redeems for more than before. If you sell the share, the accrued yield goes with it, priced in.
Yes. You still hold the pool's underlying exposure, including impermanent loss on the position and price risk of the asset itself. SolvexShares change the liquidity of the position, not its risk.
Instead of broadcasting a swap anyone can see and sandwich, you sign an intent describing the outcome you want. A solver competes to fill it and submits the transaction, so the order isn't readable in the public mempool before it settles. Vaults ship first; routing follows.
No. Redeem any block. There's no epoch, no queue, and no withdrawal delay in the contract.
Nothing yet — Solvex hasn't launched on mainnet. The vault architecture, fee tiers, and contracts described here are the design the app will read from at launch: factory vaults taking a capped share of harvested fee income, plus a routed USDG vault taking a share of the gain. Every figure the app shows will come straight from those contracts, not from a backend. Contracts have not been audited.