> For the complete documentation index, see [llms.txt](https://tegro.gitbook.io/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tegro.gitbook.io/ru/wallet/otobrazhenie-monet-i-tokenov/otobrazhenie-vzaimozamenyaemykh-tokenov.md).

# Отображение взаимозаменяемых токенов

В Tegro Wallet в приоритете в сети те метаданные, которые соответствуют стандарту метаданных токена.

Для взаимозаменяемых/Fungible токенов Tegro Wallet будет отображать следующую информацию:

<table><thead><tr><th width="327.9256545410941" align="center">Поле</th><th align="center">Описание</th></tr></thead><tbody><tr><td align="center">Наименование</td><td align="center">Имя токена (например: "Tegro Gusev Ruban")</td></tr><tr><td align="center">Символ</td><td align="center">Символ токена (например: "TGR")</td></tr><tr><td align="center">Изображение</td><td align="center">URI, указывающий на логотип токена.</td></tr></tbody></table>

В случае если у взаимозаменяемого токена имеются поля имени и символа, которые есть и в аккаунте метаданных на цепочке, и в JSON-файле вне цепочки (связанные через поле URI на цепочке), тогда Tegro Wallet отдаст приоритет полям на цепочке.

В случае если у взаимозаменяемого токена нет аккаунта метаданных на цепочке, тогда Tegro Wallet станет отображать данные из списка токенов\*\*.\*\* Данный список является устаревшим и не должен использоваться для размещения новых токенов. При чтении из списка токенов Tegro Wallet будет отображать следующую информацию:

<table><thead><tr><th width="325.94852864075295" align="center">Поле</th><th align="center">Описание</th></tr></thead><tbody><tr><td align="center">Наименование</td><td align="center">Имя токена (например: "Tegro Gusev Ruban")</td></tr><tr><td align="center">Символ</td><td align="center">Символ токена (например: "TGR")</td></tr><tr><td align="center">Изображение</td><td align="center">URI, указывающий на логотип токена</td></tr><tr><td align="center">extensions.coingeckoID</td><td align="center">Идентификатор токена, определенный API Coingecko. Tegro Wallet использует его для получения цены токена</td></tr></tbody></table>


---

# 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://tegro.gitbook.io/ru/wallet/otobrazhenie-monet-i-tokenov/otobrazhenie-vzaimozamenyaemykh-tokenov.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.
