Treasury Management

Treasury Liquidity Management: how protocols deploy treasury assets into established AMM pairs for yield using Arcadia Foundry.

Protocols holding treasury assets like USDC, WETH, or wstETH can deploy them as concentrated liquidity in established AMM pairs. This generates yield from trading fees while deepening ecosystem liquidity, without requiring the treasury team to actively manage positions.

For managing liquidity for your native token, see Protocol Owned Liquidity.

Why Deploy Treasury Liquidity?

  • Yield on idle assets. Treasury holdings sitting in a wallet or multisig earn nothing. Deploying them as concentrated liquidity earns trading fees from the underlying AMM pool.

  • Ecosystem liquidity. Deeper liquidity in major pairs reduces slippage for traders and makes the ecosystem more attractive for protocols that depend on liquid markets (e.g., lending vaults, structured products).

  • Revenue diversification. Fee income is independent of token emissions or governance token price.

Strategies

Active Liquidity Management

Deploy assets into a pair with automated Rebalancers that actively manage the position: adjusting ranges, optimizing fee capture, and keeping liquidity productive. Earned fees are auto-compounded or claimed to the treasury wallet.

Hedged Liquidity Provisioning

For volatile pairs like WETH/USDC, impermanent loss can be significant. To mitigate this, a treasury can borrow one of the two assets (below 2x leverage) against the LP position, creating a hedge similar to a pseudo delta neutral strategy. The debt offsets the directional exposure of the LP, reducing the portfolio's sensitivity to price movements. This comes at the cost of interest on the borrowed amount, but can substantially reduce IL.

Pair Selection by Risk Profile

Category
Examples
IL Profile
Yield Profile

Correlated

WETH/wstETH, cbETH/WETH

Low

Steady

Volatile

WETH/USDC, WETH/cbBTC

Higher

Higher potential

Stable

USDC/DAI

Minimal

Lowest

Correlated pairs have structurally low IL and predictable returns. Volatile pairs offer higher fee APYs but benefit from hedging.

Yield

Yield comes from trading fees earned on the LP position. Staked positions (e.g., staked Aerodrome) earn token emissions rather than trading fees.

Earned fees and rewards can be auto-compounded back into the position or claimed to the treasury wallet via Compounders and Yield Claimers.

Impermanent Loss

Concentrated liquidity positions are subject to impermanent loss (IL). When the relative price of the two assets changes, the position's value diverges from simply holding the assets. Rebalancing realizes this IL: the old position is closed and a new one is opened at a new range, locking in whatever divergence has occurred.

Yield vs IL depends on:

  • Pair type. Correlated pairs have structurally lower IL. Volatile pairs have higher IL but also higher fee income.

  • Range width. Wider ranges reduce rebalancing frequency and IL but earn less fees. Tighter ranges earn more but rebalance more often. Arcadia's algorithms optimize this tradeoff based on pool characteristics and market conditions.

  • Hedging. Borrowing against the LP position to offset directional exposure reduces IL on volatile pairs.

For a detailed breakdown of rebalancing mechanics and costs, see the Rebalancers deep dive and the cost overview.

Risks

Treasury liquidity positions are exposed to:

  • Smart contract risk. See Audits.

  • Market risk and impermanent loss. Pair selection, range width, and hedging are the primary levers to manage this.

  • Interest rate risk, if hedging with debt, the borrow rate can exceed the IL reduction benefit.

  • Liquidation risk, if hedging with debt. See Margin Calculations.

When no leverage is used, there is no interest rate or liquidation risk.

Last updated