Aurea
Open app
Built on Robinhood Chain

Aurea

Vaults turn a liquidity position into a plain ERC-20 you can hold and redeem. Deposit one asset, and it makes markets in tokenized equities inside a Chainlink price corridor — through the night, the weekend and every holiday.

Pools
Held to a Chainlink price corridor
Your position
One transferable ERC-20
Fees
0.05% a trade, 75% to providers

The difference

Liquidity without the position to mind.

Before

A position you have to watch

  • It is bound to one pool and one price range.
  • Moving or selling it means unwinding it first.
  • Nothing else on chain knows what it is worth.
  • It stops earning the moment the price leaves your range.

After

One token that keeps earning

  • Deposit once and hold an ordinary ERC-20 any wallet reads.
  • Send it, sell it or hold it without touching the pool.
  • Fees accrue into the position, so the share price rises.
  • Redeem for the underlying whenever you like.

What is here

Three parts, one set of contracts.

Vaults

Deposit one asset and hold a single share token. The vault picks the range, holds the position and re-centres it when the market moves.

Open a vault

Anchored markets

Every equity pool is held to a Chainlink feed. A trade that would drag the pool away from what the asset is really worth is refused by the contract.

Trade a market

Staking

Stakers are paid in the fee tokens themselves, not in new supply. Nothing is emitted, and the protocol's share of every swap is capped in the code.

Stake

How it works

What the vault does with it.

  1. 01

    You deposit one asset, or two

    One is easier: the vault sells half for the other side before it goes in. Two is cheaper, because that internal swap pays a trading fee like any other.

  2. 02

    It checks the pool agrees with its oracle

    A deposit has to be priced, and anything priced can be gamed. So it is refused while the pool sits away from its Chainlink feed — which is the same rule that stops anyone buying your share of the position cheaply.

  3. 03

    Your money is spread across bins

    Choosing a price range is the hard, ongoing part of providing liquidity anywhere. The vault does it, holds the position, and hands you one ordinary ERC-20 for your share of it.

  4. 04

    Fees accrue into the position itself

    Nothing to harvest and nothing to claim. Fees land inside the bins the vault already owns, so the share price rises and your token is worth more later than it was earlier.

  5. 05

    You leave whenever you want

    Redeeming burns your exact fraction of every bin. No oracle check, no pause, no owner — the vault has none, so there is nobody who could stop you.

The short version. Supplying liquidity is a job — picking a range, watching it, moving it when the price leaves. The vault holds that job. You hold a token that gets worth more.

Read the docs

Markets

Tokenized equities, one liquidity layer.

Read live from the registry. Listing an equity attaches its oracle in the same transaction — there is no second step in which someone forgets.

MarketPricePoolDriftLiquidityVolume 24hFeesVaultState
Reading the chain…

Recent trades

Rebuilt from the pools’ own logs

Reading the tape…

Where a fee goes

Liquidity providers keep 75% of every fee. The protocol’s quarter is the ceiling written into the audited Liquidity Book code — it cannot be raised by anyone, including us.

Supplying

Deposit. Hold. Redeem.

01

Connect and deposit

One asset is enough — the vault sells half for the other side on the way in. Bring both and you skip that swap and its fee.

02

Hold the share token

An ordinary ERC-20. Fees from every trade the position facilitates accrue into it, so it is worth more later than it was earlier.

03

Redeem when you want

Burning your shares returns your exact fraction of every bin. No oracle check, no pause, no owner — the vault has none.

What nobody can do

There is no key that could take it.

Each of these is a property of the deployed code rather than a policy. The list of things we could still do to you is underneath, because it is short and you should read it.

The protocol's fee share is capped at 25%

It is a constant in the audited Liquidity Book code, checked on every write. Liquidity providers keep at least three quarters of every fee no matter who owns the contracts.

Listing an equity attaches its oracle

The market factory owns the pool factory and its presets are closed, so an equity pool is created and anchored in one transaction — there is no second step in which someone forgets. Markets with no oracle are a separate, separately labelled type.

The token cannot be inflated

No mint function, no owner, no pause, no transfer tax. The supply that exists is the supply there will ever be.

Protocol-owned liquidity is one-way

The vault that compounds fees into liquidity has no withdrawal function at all. What goes in stays as depth in the pools, and it only deposits when the pool agrees with the oracle.

Fee routing is public

Sweeping fees and turning them into liquidity are functions anyone can call. The keeper we run is unprivileged; if it stops, someone else can do its job.

A hook that is wired up wrong is rejected

An anchor that only ran on one side of a swap would let drift reach twice the band. The hook refuses to be installed unless both sides are enabled.

And what is not guaranteed

  • The contracts are unaudited. They are tested and reasoned about, which is not the same thing as reviewed by people paid to break them.
  • The owner can pause a market and move the band, the staleness limit and the fee split — each within a hard-coded range they cannot exceed. The band can never be widened past 5%, so the anchor cannot be switched off while still reporting itself healthy. On mainnet that key becomes a multisig.
  • Listing is a decision. Equity markets are always anchored, but the owner chooses who gets listed, can pause a market, and can open a market with no oracle for an asset that has no feed.
  • The owner can redirect the fee stream. The 25% ceiling and the providers’ 75% are fixed, but where the protocol’s quarter is sent — staking, the vault, the treasury — is an address the owner sets.
  • The oracle is Chainlink’s. If a feed is wrong, the pool is wrong with it — the anchor limits drift from the feed, not the feed itself.

Questions

The short answers.

What am I actually holding?
A share of one liquidity position, as a plain ERC-20. Your wallet shows it, you can send it, and burning it returns the underlying.
Where does the yield come from?
Trading fees, and nothing else. There is no emission and no reward token — fees land inside the position, so the share price rises rather than something being paid out.
Can you stop me withdrawing?
No. Redemption has no oracle check, no pause and no owner. The vault has no administrator, so there is nobody who could.
What happens over a weekend?
The pool is held to its Chainlink feed, so a trade that would take your deposit at Friday’s price is refused by the contract rather than filled.
Has it been audited?
No. The Liquidity Book core it builds on is audited; the contracts written for this protocol are not. That is a real risk, and it is stated in full above.
What does it cost?
The vault charges nothing. You pay the ordinary swap fee of 0.05% when it buys the other side for you, and nothing after that.