# Solanaアドレス使用上の注意点

Solana Walletが新しいウォレットを作成すると、長さが43または44のアドレスが生成されますが、これは正常に機能します。 受信アドレスを使用するときに誤って44ビットアドレスの任意のビットを削除した場合(または43ビットアドレスに1ビットを追加した場合)、それも有効な43/44ビットアドレスですが、アドレスは秘密鍵とニーモニックから派生しておらず、対応する秘密鍵とニーモニックワードが見つからないため、元のアドレス/秘密鍵とは関係ありません。これはブラックホールアドレスに相当します。

SolanaアドレスはチェックディジットなしでBase58エンコードされているため、文字と長さのみを検証でき、アドレスが変更されたかどうかは確認できません。 同じTRON(Wave Field)もBase58ですが、チェックビットがあり、アドレスが変わるとチェックに失敗します。

そのため、SOLウォレットを使用して送金する場合は、必ず受取アドレスの整合性を確認してください。そうしないと、送金された資産を取り戻すことができませ&#x3093;**。**


---

# 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.gtokentool.com/ja/solana-ji-ben-zhi-shi/solanaadoresuno.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.
