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

# Chain Preference Hook

> Prefer specific networks when multiple payment options are available

```typescript theme={null}
import { PaymentPreference } from '@armory-sh/client-hooks';

const hook = PaymentPreference.chain(['base', 'ethereum', 'skale-base']);
```

Use this hook first when you want deterministic network preference.
