> 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/obzor-koshelka/tegro-wallet.md).

# Tegro Wallet

Tegro Wallet представляет собой приложение некастодиального криптокошелька, предназначенное для работы с блокчейном The Open Network (TON). Кошелек создан для того, чтобы решить трудности, с которыми сталкиваются пользователи при работе с TON.

{% hint style="success" %}
С помощью данного приложения можно управлять своим кошельком, осуществлять отправку, получение и хранение кастомных токенов на The Open Network, монет TON, а также использовать функционал TON DNS.
{% endhint %}

Tegro Wallet предлагает пользователям несколько версий кошельков, включая версию для разработчиков. Также ведётся работа над внедрением DEX в криптокошелёк, что даст возможность пользователям осуществлять обмен токенов прямо в Tegro Wallet.

{% hint style="info" %}
Одной из особенностей Tegro Wallet является поддержка NFT. Кошелек позволит пользователям не только отображать и отправлять NFT, но и продавать их на Marketplace, что открывает новые возможности для тех, кто хочет получить прибыль от своих NFT.
{% endhint %}

В целом, Tegro Wallet - это удобный и интуитивно понятный инструмент для работы с TON, который предлагает множество возможностей и функций для комфортной работы с криптовалютой и NFT.


---

# 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://tegro.gitbook.io/ru/wallet/obzor-koshelka/tegro-wallet.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.
