> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/en/solana-guide/solana-address.md).

# Solana Address Usage Precautions

{% hint style="success" %}
[<mark style="color:blue;">SlerfTools - Solana Toolset</mark>](https://slerf.tools/)

Safe and open-source, providing Solana users with the most convenient one-stop experience.
{% endhint %}

When creating a new wallet in Solana, an address of 43 or 44 characters in length will be generated, both of which can be used normally. If you mistakenly remove any character from a 44-character address (or add a character to a 43-character address) while using it as a recipient address, it will still be a valid 43/44-character address. However, this modified address will not be associated with the original address/private key because it is not derived from the private key or mnemonic. This means that the corresponding private key or mnemonic cannot be found, effectively making it a "black hole" address.

Solana addresses are Base58 encoded without checksum, which can only validate the characters and length but cannot verify if the address has been altered. In contrast, TRON (Tron) also uses Base58 but includes a checksum, so any changes to the address will result in a checksum failure.

**Therefore, when using a SOL wallet for transfers, always verify the completeness of the recipient address. Otherwise, the transferred assets cannot be recovered.**


---

# 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:

```
GET https://docs.slerf.tools/en/solana-guide/solana-address.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.
