> For the complete documentation index, see [llms.txt](https://docs.revert.finance/revert/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.revert.finance/revert/stable-hooks.md).

# Stable Hooks

Stable Hooks are stableswap pools on Uniswap v4, built by Revert. Each pool holds 2 to 4 assets that trade at a steady ratio to each other (stablecoins, liquid-staking tokens, wrapped assets) and prices them with a StableSwap curve instead of v4's default constant-product math.

The result is a pool where you deposit once and every unit of your capital stays active. There are no price ranges to choose, no ticks to manage, and no positions drifting out of range. Liquidity is represented by plain ERC-20 LP tokens, and swap fees compound into the pool automatically, so your share grows without a claim step.

## Why it exists

Concentrated liquidity is a powerful tool for volatile pairs, but for assets that hold a steady ratio it turns LPing into ongoing work: small moves push the price outside tight ranges, and every adjustment costs time and gas. A StableSwap curve concentrates depth where correlated assets actually trade without any range management, which makes it the right instrument for this asset class.

For the assets themselves, the curve shape matters too: depth thins out gradually as the price moves instead of cliffing at a range boundary, so large trades keep getting filled and the same sell pressure moves the price less.

## What you can do with it

* **Provide liquidity.** Deposit 2 to 4 correlated assets, hold an ERC-20 LP token, earn fees on every swap. Withdraw any time; positions are fully non-custodial.
* **Create a pool.** Pool deployment is permissionless through the Stable Hooks factory, with configurable amplification and rate oracles for yield-bearing assets like wstETH.
* **Trade and route.** Pools live inside Uniswap v4, so they are reachable through the Universal Router and the standard v4 quoting stack from day one.
* **Run incentives.** Rewards on ERC-20 LP shares split pro-rata across all holders. There is no tick to camp, so a reward budget buys depth instead of games.

## Status

Stable Hooks is launching soon. Join the waitlist at [revert.finance/stablehooks](https://revert.finance/stablehooks) to get notified when deposits go live.

## Technical documentation

* [Architecture overview](/revert/technical-docs/stable-hooks.md): how the hook works, fees, amplification, rate oracles, pool deployment.
* [Integrating swaps](/revert/technical-docs/stable-hooks/integrating-swaps.md): for aggregators and routers sourcing liquidity from Stable Hooks pools, including gas benchmarks and stability guarantees.

## Security

The contracts were independently audited by PeckShield and went through a public audit competition on Cantina. Source: [github.com/revert-finance/stableswap-hooks](https://github.com/revert-finance/stableswap-hooks).
