Skip to main content
The vault claim settles USDC on HyperEVM. Other receive networks are a second step after claim. Partner apps can offer a bridge from HyperEVM USDC to another chain, but the Signalite vault itself does not directly claim to those chains.
  1. User chooses withdrawal amount.
  2. App explains whether the exit is instant or queued.
  3. User claims USDC on HyperEVM.
  4. If the user selected another network, app starts a post-claim bridge flow.

Read supported destinations

const config = await shlp.getConfig();
const destinations = config.withdraw.supportedDestinations;

Copy

Use:
Claim USDC on HyperEVM, then bridge to your selected network.
Do not imply that the vault directly redeems to Base, Arbitrum, Ethereum, or other networks.