WrapfiDocumentation

Swap

The Swap page is wired to Wrapfi V3 on Robinhood Chain. It reads wrapped assets from the asset registry and uses the live factory, quoter, and router contracts.

How quoting works

When you select two tokens, the app checks each fee tier (0.05%, 0.3%, 1%) through the factory for a live pool address. It then calls the quoter contract to simulate the swap. If the pool exists but has no liquidity, the quoter returns zero output and the UI shows that no liquidity is available.

How execution works

After you approve the input token, the router executes an exact input single hop swap on Robinhood Chain. You must be connected to Robinhood Chain to swap. The app prompts a chain switch when needed.

Available tokens

  • All active wrapped assets from the registry
  • Native WETH on Robinhood Chain as a swap leg

Pools page is not wired yet

The Pools page still uses static mock data for TVL, APR, and positions. Adding liquidity through that UI does not execute on chain transactions today. Only the Swap page is fully wired to live contracts.

Liquidity status

Multiple Wrapfi V3 pools were created and initialized on Robinhood Chain, but many remain unseeded. A swap can only fill when a pool has real liquidity. Seeding liquidity is a separate operational step from pool creation.