# 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)
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.acala.network/learn/flexible-fees/how-to-change-default-fee-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
