# Solana地址使用注意事项

{% hint style="success" %}
[**SlerfTools-Solana工具集**](https://slerf.tools/)

**安全、开源，给 Solana 用户带来最便利的一站式体验。**
{% endhint %}

Solana钱包创建新钱包，会生成长度为43或44的地址，这都是可以正常使用的。如果使用收款地址时，错误的把44位的地址去掉任意一位（或43位地址增加一位），也是个有效的43/44位地址，但是和原地址/私钥没有关系，因为该地址不是私钥、助记词推导出来的，也就找不到对应的私钥、助记词，相当于黑洞地址。

Solana地址是无校验位的Base58编码，只能验证字符和长度，无法校验地址是否修改过。相同的TRON（波场）也是Base58，不过有校验位，地址变动了会校验失败。

**所以在使用SOL钱包进行转账时，请一定核对好收款地址的完整性，否则转出的资产就无法找回。**


---

# 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.slerf.tools/solana-basic/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.
