# Reference: `sushi/svm`

`sushi/svm` exposes SVM/Solana chain metadata, token/native currency helpers, config constants, known tokens, and normalization utilities.

```ts
import { SvmChainId, SvmToken, SvmNative } from 'sushi/svm'
```

| Module | Docs | Purpose |
|---|---|---|
| `chain` | [Chain](/sdk/reference/svm/chain) | SVM chain registry and lookup helpers. |
| `currency` | [Currency](/sdk/reference/svm/currency) | SVM token/native currency helpers. |
| `config` | [Config](/sdk/reference/svm/config) | Native address, wrapped native, known tokens, defaults. |
| `utils` | [Utils](/sdk/reference/svm/utils) | Address normalization. |
