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

# Supported Chains

> Blockchain networks supported by AKKA Finance

## Live

| Chain                  | Chain ID | Native Token | Wrapped Native                                       |
| ---------------------- | -------- | ------------ | ---------------------------------------------------- |
| HyperEVM (Hyperliquid) | `999`    | HYPE         | WHYPE (`0x5555555555555555555555555555555555555555`) |

## Coming Soon

| Chain    | Chain ID | Native Token |
| -------- | -------- | ------------ |
| Ethereum | `1`      | ETH          |
| Arbitrum | `42161`  | ETH          |
| Base     | `8453`   | ETH          |

## Native Token Address

When swapping the chain's native token (e.g., HYPE on HyperEVM), use the sentinel address as the `src` or `dst` parameter:

```
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
```

The API automatically wraps/unwraps native tokens during the swap. You do not need to wrap manually.
