How it works
The team configures:- The asset pair (yield-bearing token paired with a quote asset such as ETH or a stablecoin).
- The inventory skew (heavily weighted toward the quote asset, up to 99%, depending on expected sell-side demand).
- The ERC-4626 vault the yield-bearing token mints and redeems against, used to rebalance the Arrakis vault’s inventory as it accumulates one side of the asset.
Exchange-rate deviation check. If the pool price diverges from the ERC-4626 vault’s reported NAV beyond a configured threshold (a signal of depeg, oracle drift, or manipulation), the rebalance is blocked.
Considerations
The strategy assumes value drifts predictably upward.
Built for assets that accrue value over time through yield. Assets whose exchange rate is volatile rather than monotonically increasing, or whose value drifts downward, require a different strategy.
Sell-side depth, buy-side thin by design.
The strategy concentrates liquidity on the sell side. Pool trades that buy the yield-bearing asset will see thinner liquidity and wider effective spreads than trades that sell it. The expectation is that buyers route through the ERC-4626 vault directly.
Dependency on the ERC-4626 vault.
Rebalances depend on the yield-bearing asset’s native vault for mint and redeem. If the vault pauses redemptions, the strategy cannot rebalance through the direct path until the vault resumes.
Requires atomic mint/redeem on the deployment chain.
The strategy depends on calling the ERC-4626 vault’s mint and redeem functions within the same transaction as the rebalance. Chains or deployments where the underlying vault does not support that pattern rely on other mechanisms to rebalance the inventory. Talk to the Arrakis team to find a solution that suits the token’s requirements.
Depeg events pause rebalancing.
If the pool price diverges far enough from the vault’s reported exchange rate, rebalancing is paused to protect against manipulation. Liquidity may sit out of range during the event until the gap closes.
FAQ
What kinds of assets work with this strategy?
What kinds of assets work with this strategy?
The strategy is built for tokens whose value accrues over time through yield, exposed through an ERC-4626 or equivalent smart-contract vault architecture. This includes yield-bearing stablecoins backed by interest-bearing reserves, liquid staking tokens that accrue staking rewards via exchange-rate increases, and tokenized treasury or credit products where yield compounds into the token’s redemption value. Tokens that rebase to track yield (rather than appreciating via exchange rate) follow a different mechanism and have to be wrapped to work with this strategy.
How is this different from running a passive LP position on a yield-bearing pair?
How is this different from running a passive LP position on a yield-bearing pair?
A static concentrated liquidity position falls out of range as the yield-bearing token appreciates against its quote asset. The LP must either widen the range, losing capital efficiency, or rebalance manually, subject to gas costs, timing risk, and operational overhead. The Yield-Bearing Asset Strategy automates the rebalance through the ERC-4626 vault, keeping liquidity at the current price continuously and converting inventory through mint and redeem rather than market swaps.
What happens during a depeg or sharp move in the underlying?
What happens during a depeg or sharp move in the underlying?
The vault monitors the pool price against the ERC-4626 vault’s reported exchange rate. If divergence crosses the configured threshold, rebalancing pauses and the position holds its current state. This prevents the strategy from rebalancing through a manipulated or stressed pool. The position may sit out of range during the event. Rebalancing resumes once the divergence closes or the team intervenes.
Can the strategy be combined with existing yield-bearing liquidity?
Can the strategy be combined with existing yield-bearing liquidity?
Yes. Teams typically migrate existing manual yield-bearing LP positions into an Arrakis vault. The vault consolidates the team’s inventory under one strategy and removes the manual rebalancing the team would otherwise run.