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

# Token Preference Hook

> Prefer specific assets when multiple token options are available

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

const hook = PaymentPreference.token(['USDC', 'USDT', 'WBTC']);
```

Run this after chain preference if you want network-first, token-second selection.
