Skip to main content
All YieldPoint vault state lives on Base (the hub). Spoke chains only hold token balances and allowances — the familiar ERC-20 surface. This page lists exactly which data lives where, and which operations execute on which chain.

Hub vs spoke state

Local ERC-20 state (balances, allowances) lives on each spoke chain because the OFT contracts track it there. Everything else — supply, share price, withdrawal queue — lives on the hub because those values are global to the protocol and must be consistent regardless of which chain you query from.

Operation routing

Reading a balance or approving a spender is a local call on whatever chain you’re on. Depositing, redeeming, or requesting a redemption routes to the hub — either directly (if you’re on Base) or via the spoke VaultInterface and the LayerZero composer (if you’re on a spoke).