# Deeplinks in MyTonWallet

Deeplinks are short [**my.tt**](https://my.tt) links that open the right place in **MyTonWallet** and can be shared with friends. Use them to jump straight to installs, key actions, or menus without searching through the app.

### Why use deeplinks?

* Open exactly the right screen in one tap (swap, buy, stake, transfer, explore, etc.).
* Share actions with friends so they land in the same flow you see.
* Reduce friction: no need to search menus or type parameters manually.

### How to use

1. Tap a link on mobile to open the app. If you don’t have **MyTonWallet**, the install page will appear.
2. On desktop, links open the web preview first; continue in the app when prompted.
3. You can paste a link into chat or a browser—**MyTonWallet** will pick it up.

### Ready-to-use MyTonWallet deeplinks

* `my.tt/get`—Install MyTonWallet (latest version for your device).
* `my.tt/receive`—Receive Funds (view/copy/share your wallet address).
* `my.tt/swap`—Swap Tokens (smart swaps at the best rates).
* `my.tt/buy-with-crypto`—Buy with Crypto (pay with another token).
* `my.tt/buy-with-card`—Buy with Bank Card (purchase TON or USDT).
* `my.tt/stake`—Stake Tokens (deposit TON, MY, or USDe and earn).
* `my.tt/transfer`—Quick Transfer (send crypto to friends and colleagues).
* `my.tt/explore`—Open Explore (discover Web3 apps and services).
* `my.tt/air`—Switch to Air Version (native mobile app experience).
* `my.tt/classic`—Switch to Classic Version (legacy MyTonWallet mobile app).
* `my.tt/giveaway`—Join the Giveaway (see current promo details).

### Customizing swaps

Prefill swap parameters to guide users to the exact pair and amount you want:

* `my.tt/swap?in=ton-{token}&out=ton-{token}&amount={amount}`
  * `{token}`—first 10 symbols of the token’s contract address (for both the token you sell and the token you want). For actions with Toncoin you can simply input `toncoin` instead of `ton-{token}`.
  * `{amount}`—quantity of the `in` token you’re selling.

**Example:** a swap from 10 Toncoin to USDT (Tether) ↓

* <https://my.tt/swap/?amount=10&in=toncoin&out=ton-eqcxe6mutq>


---

# Agent Instructions: 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://help.mytonwallet.io/intro/key-features/deeplinks-in-mytonwallet.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.
