> For the complete documentation index, see [llms.txt](https://wiki.acala.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.acala.network/learn/flexible-fees/how-to-change-default-fee-token.md).

# How to change default fee token

## Default Fee Token

You can check default fee token order on-chain, go to [Polkadot Webapp](https://polkadot.js.org/apps) - Select the chain (Acala or Karura)

Navigate to `Developer` - `Chain state` > `Constants` >`transactionPayment defaultFeeSwapPathList`

![](/files/-MgFPkPslAEG5F0vnJqp)

On Acala, the order might be ACA > aUSD > LCDOT > DOT.

If a user has no ACA balance, then aUSD will automatically be used as fee token.

Users can set their next default fee token to other tokens by executing the following transaction:

```
transactionPayment.setAlternativeFeeSwapPath(fee_swap_path)
```
