# Solana Migration

## What is Solana Wallet Migration?

Unlike other Blockchains, SOL addresses and SPL addresses are totally different, making it hard for users to utilize. If users send SPL tokens to SOL addresses, the network will automatically initiate another SPL address instead of navigating to the existing Wallet. That is the main reason why assets are divided into many single SPL addresses.

Solana Wallet Migration is a solution that helps users to migrate their associated SPL tokens to a single SOL wallet address and prevent the fragmentation of users’ assets when interacting with Solana DApps.

How to migrate fragmented SPL tokens to an SPL wallet

**Step 1:** Access [**Coin98 Terminal**](https://terminals.coin98.com/)**.**

<figure><img src="https://2549780185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FirKWZRA5WMZ5uBeDGB96%2Fuploads%2FI71AGzESGy8d1cPkmRln%2FScreenshot%200006-06-22%20at%2023.02.03.png?alt=media&#x26;token=ced052ec-3d19-4284-aae2-368748649cfa" alt=""><figcaption></figcaption></figure>

**Step 2**: At this screen, you can check:

* The tokens are being stored in more than one SPL address and their amount.
* The current address and the newly initiated address after Migration.

Click the **Migrate** => **Confirm** to start the process, and wait for seconds to complete the process.

![](https://2549780185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FirKWZRA5WMZ5uBeDGB96%2Fuploads%2FOT9qucrQbh0w109hBvXx%2F2?alt=media)

After the migration process is completed, your token will transfer out of choosing a wallet.

<figure><img src="https://2549780185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FirKWZRA5WMZ5uBeDGB96%2Fuploads%2Fz6L0VQioe5ncVs4C5R9g%2FScreenshot%200006-06-22%20at%2023.06.58.png?alt=media&#x26;token=9fefb8d7-2cc5-40b0-a96a-6a2a60d7022d" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Notes:**

* Users only use this tool when they have a token appearing in many SPL tokens on the same Solana Wallet; in other words, can’t use to migrate the SPL tokens in different Solana wallets.
* This migration process will take a minor network fee, which SOL charges to confirm the transaction.
  {% endhint %}


---

# 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://docs.coin98.com/audits/coin98-token/terminal/solana-migration.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.
