Skip to content

WIP ARM with multiple base assets#206

Draft
naddison36 wants to merge 5 commits intomainfrom
nicka/multi-base-assets
Draft

WIP ARM with multiple base assets#206
naddison36 wants to merge 5 commits intomainfrom
nicka/multi-base-assets

Conversation

@naddison36
Copy link
Copy Markdown
Collaborator

@naddison36 naddison36 commented Apr 8, 2026

Implemented a new multi-base-asset ARM that integrates to Asynchronous Tokenized Vaults (ERC-7540).

Summary

  • Added CentrifugeARM.sol as the new concrete Multi Asset ARM.
  • Added AbstractMultiAssetARM.sol] as the shared multi-base core.
  • Added IAsyncRedeemVault for ERC-7540-style async redeem integrations.

What’s Included

  • One shared liquidity asset for LP deposits and withdrawals.
  • Multiple supported base assets, each with:
    • its own async redeem vault
    • independent buy price
    • independent sell price
    • independent cross price
  • Per-asset admin flows:
    • addBaseAsset
    • removeBaseAsset
    • setPrices
    • setCrossPrice
    • requestVaultRedeem
    • claimVaultRedeem
  • Portfolio-level accounting and fees:
    • LP shares still mint/redeem against the common liquidity asset
    • performance fee remains based on net asset growth adjusted for LP flows
    • active lending market remains liquidity-asset-only
  • Swap support for liquidityAsset <-> supportedBaseAsset pairs only
  • Base-to-base swaps explicitly revert
  • Base assets decimals must match the liquidity asset decimals

@naddison36 naddison36 marked this pull request as draft April 8, 2026 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant