> For the complete documentation index, see [llms.txt](https://docs.a7a5.kg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.a7a5.kg/znakomstvo-s-a7a5/adresa-smart-kontraktov.md).

# Адреса смарт-контрактов

Токен **A7A5** выпущен на двух блокчейнах:

* **A7A5 на Tron (TRC-20):**

`TLeVfrdym8RoJreJ23dAGyfJDygRtiWKBZ`[   ](https://tronscan.org/#/token20/TLeVfrdym8RoJreJ23dAGyfJDygRtiWKBZ/)

* **A7A5 на Ethereum (ERC-20):**

`0x6fA0BE17e4beA2fCfA22ef89BF8ac9aab0AB0fc9` [   ](https://etherscan.io/token/0x6fA0BE17e4beA2fCfA22ef89BF8ac9aab0AB0fc9)

* **wA7A5 on Ethereum (ERC-20):**

&#x20;`0xF442fF10b8deF89514560A66C0AD28777094636a`[  ](https://etherscan.io/address/0xF442fF10b8deF89514560A66C0AD28777094636a)

* Предыдущий адрес wA7A5 (более не поддерживается)

`0x0d57436f2d39c0664c6f0f2e349229483f87ea38` [  ](https://etherscan.io/address/0x0d57436f2d39c0664c6f0f2e349229483f87ea38)

Смарт-контракты A7A5 прошли [независимый аудит](/token-a7a5/audity-smart-kontraktov.md) от одного из ведущих экспертов в области блокчейн безопасности. Аудиты подтвердили высокий уровень безопасности, надежность и отсутствие уязвимостей.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.a7a5.kg/znakomstvo-s-a7a5/adresa-smart-kontraktov.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
