# Make Token Immutable

If we refer to a Solana Immutable Token, it means that the metadata of the token can **not** be changed . The metadata includes data such as the name, token, description and image.

Therefore, having an Immutable SPL Token generates trust towards your investors.\
\
**Step by Step: How to make your Solana token Immutable**

For this we are going to use our dApp called **Make Token Immutable**

1. Access to make Token Immutable (xxx link)
2. Connect your wallet in order to be able to use the software
3. Select your wallet token (Remember you must have the token authority)
4. Click on Make Token Immutable and confirm transaction (0.1 SOL)
5. Wait 1 minute

**Note!**\
**You will need to do this with the wallet that has the authority of your token.**

Once this is done we will not be able to modify the SPL Token metadata, which is positive for investors in our project.


---

# 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.spinlaunch.io/tools/make-token-immutable.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.
