Built on Robinhood Chain

Vynex

v4 hook vaults LP as ERC-20 Intent routing
CA Not launched Copy
ERC-4626 vault accounting
Tradeable share token
No lockup
Live market prices
The problem

Liquidity without giving up yield

A liquidity position earns fees, but it sits still. Everything you might want to do with that capital means closing it first.

Before

A position you can only sit on

  • The position is bound to one pool and one range.
  • Moving or selling it means unwinding it first.
  • Nothing else in DeFi knows what the position is worth.
  • Fees pile up inside the position instead of becoming an asset.
After

A share token that keeps earning

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

Three rails for private, composable markets

YieldShares, direct liquidity provision, and private execution for crypto and tokenized real-world assets.

YieldShares

Deposit into a vault, receive an ERC-20 that represents your slice of the pool. Fee income harvested into the vault raises its redemption value.

  • ERC-4626 accounting, verifiable on chain
  • Share price read from the contract, not a feed
  • Transferable, so yield follows the holder

Liquidity provision

Provide into a supported pool directly and earn the trading fee, split across three tiers depending on how volatile the pair is.

  • Fee tiers set in config
  • Protocol cut capped in the contract
  • Withdraw the underlying at any block

Private execution

Orders are expressed as intents and filled by solvers, so the trade is not sitting in a public mempool for a bot to read and front-run.

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

From vault deposit to hook-powered YieldShares

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 is accounted explicitly, so a stray transfer cannot move the share price.

02 Mint

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

03 Harvest

The hook pushes collected swap fees into the vault. The protocol 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.

Private trading

Crypto and tokenized stocks, one liquidity layer

The real tokenized equities on Robinhood Chain. Prices come from the market, refreshed on load.

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 YieldShares

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.

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 cannot round the next one down to zero shares.

Donations do not reprice

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

Fee is capped in code

The protocol cut cannot be set above the hard cap, by the owner or anyone else. It is a constant in the contract.

Owner cannot take principal

The sweep function can only move assets above what shareholders are owed. The backing 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

What is a YieldShare?

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 goes up as fee income is harvested in. It is an ordinary token, so your wallet, a DEX, or a lending market can all handle it without special support.

How does the yield actually reach me?

It does not 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 it did before. If you sell the share, the accrued yield goes with it, priced in.

Can I lose money?

Yes. You still hold the pool's underlying exposure, including impermanent loss on the position and the price risk of the asset itself. YieldShares change the liquidity of the position, not its risk.

What does "private execution" mean here?

Instead of broadcasting a swap that 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 your order is not readable in the public mempool before it settles. Vaults ship first; routing follows.

Is there a lockup?

No. Redeem any block. There is no epoch, no queue and no withdrawal delay in the contract.

What is deployed right now?

The vault factory and six vaults are live on Robinhood Chain mainnet, at . Every figure in the app is read from those contracts at load, so what you see is what the chain holds. The contracts have not been audited.