> 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/crowdloans/crowdloan/ksm-address/check-ksm-addr.md).

# Check KSM Address

If you already set up a Polkadot account, Acala account, or any Substrate-based chain account, there are three options to check the corresponding KSM address:

* [Subscan Address Transform](https://acala-testnet.subscan.io/tools/ss58_transform)
* toggle your wallets in polkadot.js extension&#x20;
* toggle your wallet in Polkawallet mobile app

## Using Subscan transform

1. Navigate to [Subscan Address Transform](https://acala-testnet.subscan.io/tools/ss58_transform) and paste your existing account address into "Input Account or Public Key".

![](https://i.imgur.com/v7damrj.png)

1. Press "Transform" and find the corresponding Kusama address in the appeared list on the right (in the screenshot, it is third from the top).

![](https://i.imgur.com/bv0T6dD.png)

## Using Polkadot.js extension

1. Open polkadot.js extension in your browser and press 3 dots on the right from your account name.
2. In the opened window click on the dropdown menu and pick "Kusama Relay Chain"

   ![](https://i.imgur.com/IVZqsAR.png)
3. Now all your accounts are converted to Kusama format, you can copy them.

## Using Polkawallet

1. Open PolkaWallet on your mobile device and click the menu button on the top-right corner.&#x20;

   ![](https://i.imgur.com/z7uFoCj.jpg%20=250x)
2. In the opened menu select Kusama logo (second from the top) and press on the appeared address on the main screen.

   ![](/files/-Mkcony6t5squ99z7nM2)
3. Click on the account block under the `Add Account` button, which will navigate you back to the main page.

   ![](https://i.imgur.com/Btjlla4.jpg%20=250x)
4. Now your wallet is set up and you can copy your Kusama address. You can see that your wallet changed color to black and among your assets you can see KSM.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.acala.network/crowdloans/crowdloan/ksm-address/check-ksm-addr.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
