> 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/ru/osnovy-solana/solana-address.md).

# Важные замечания по использованию адресов Solana

{% hint style="success" %}
[Набор инструментов SlerfTools-Solana](https://slerf.tools/ru-ru)

Безопасность и открытый исходный код, обеспечивая наилучший опыт для пользователей Solana.
{% endhint %}

При создании нового кошелька в Solana будет сгенерирован адрес длиной 43 или 44 символа, оба из которых можно использовать.Если при использовании адреса получателя ошибочно удалить один символ из 44-символьного адреса (или добавить символ в 43-символьный адрес), то получится действительный адрес, не связанный с исходным адресом или приватным ключом, что делает его аналогом “черной дыры”.

Адреса Solana закодированы в Base58 без контрольной суммы, что позволяет проверять только символы и длину, но не факт изменения адреса. Аналогично адреса Tron (TRON) также используют Base58, но с контрольной суммой, которая не позволяет измененным адресам пройти проверку.

**Поэтому при переводе SOL обязательно проверяйте целостность адреса получателя, иначе отправленные активы невозможно будет вернуть.**


---

# 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/ru/osnovy-solana/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.
