RaumFi v3 Overview
Technical documentation for RaumFi v3, a Stellar Soroban concentrated liquidity market maker with tick-indexed pools, NFT positions, router, quoter, governance, and TWAP oracle components.
RaumFi v3 lets liquidity providers concentrate capital within a chosen tick range instead of spreading it across the full price curve - the same capital-efficiency model Uniswap V3 introduced, reimplemented for Soroban's storage and execution model. It's the successor to RaumFi v2's constant-product design, and the two protocols are entirely separate deployments; v3 doesn't migrate or wrap v2 pairs.
The workspace is eight Soroban contract crates under soroban_clmm/contracts/ - factory, pool, router, an NFT position manager, governance, a quoter, a tick-lens read helper, and a standalone SEP-41 token used for local testing - plus a Next.js frontend that talks to them directly through generated TypeScript bindings.
Technical FAQ
What is RaumFi v3?
RaumFi v3 is a Stellar Soroban concentrated-liquidity market maker with tick-indexed liquidity, NFT-based positions, router, quoter, governance, and TWAP oracle components.
How is RaumFi v3 related to Uniswap v3?
The docs describe RaumFi v3 as architecturally equivalent to Uniswap v3 while being implemented for Soroban storage and execution constraints.
Does RaumFi v3 migrate RaumFi v2 liquidity?
No. The docs state that v2 and v3 are separate deployments and that v3 does not migrate or wrap v2 pairs.
What components are in the RaumFi v3 workspace?
The docs list factory, pool, router, NFT position manager, governance, quoter, tick lens, and standalone SEP-41 token contracts plus a Next.js frontend.
What deployment is documented?
The reference page documents Stellar Testnet contract IDs and a live app at clmm.raum.network.