> 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.md).

# Обзор кошелька

<figure><img src="/files/T82bQHxBjhPuFNyUSJr2" alt=""><figcaption></figcaption></figure>

## На данный момент наша команда видит следующие проблемы в работе с TON:

* Нет расширения для браузера и web-версии которая работает с токенами TON и поддерживает NFT.
* Нет кошельков, которые запускаются, как в веб-версии, так и в мобильном приложении.
* Нет web-кошельков которые работают с токенами и могут переключаться между различными версиями (v3/v4).
* Нет кошельков, интегрированных с DEX.
* Нет кошельков, которые позволяют управлять сразу "несколькими кошельками".

## Первостепенная задача Tegro Wallet

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

Tegro Wallet предоставляет пользователям возможность хранения, отправки и получения различных криптовалют, включая TGR и другие токены на основе TON.

Одной из главных целей Tegro Wallet является предоставление интуитивно понятного и комфортного взаимодействия с экосистемой TON для пользователей, что позволит им наслаждаться всеми преимуществами блокчейна, минимизируя риски и проблемы, связанные с хранением и передачей криптовалют.


---

# 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.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.
