VaultInterface, a smart contract that implements the ERC-7540 vault signatures and routes deposit and redeem calls cross-chain to the hub on Base via LayerZero.
Where do I go?
Contract surface per chain
Deployed addresses for every contract above are on the Contracts page. Don’t hard-code addresses — link to that page and read from it.
Why the spoke interface looks standard
The spoke
VaultInterface matches the ERC-7540 function signatures exactly. deposit(assets, receiver, controller) and requestRedeem(shares, controller, owner) on a spoke have the same shape as on the hub vault, so partner integrations that target ERC-7540 compile against the spoke without cross-chain-specific code paths. The protocol sponsors return-hop LayerZero fees from gas tanks on the spoke VaultInterface and the hub UTYVaultComposer — users pay only the first-hop native fee. See Bridge operations for the gas sponsorship model.