> ## Documentation Index
> Fetch the complete documentation index at: https://docs.signalite.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Receive Networks

> How partners should model withdraw destinations.

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.

## Recommended UX

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

```ts theme={null}
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.
