> For the complete documentation index, see [llms.txt](https://docs.perawallet.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perawallet.app/references/mobile-app-url-schemes.md).

# Mobile App URL Schemes

Pera's iOS and Android apps support a variety of URL schemes that can be used to launch Pera Wallet and trigger a specific action. This document provides a list of all publicly supported schemes that are under long term support.

{% hint style="info" %}
All URLs listed here must be prefixed with `perawallet://` and will only work when tapped on an iOS or Android device.
{% endhint %}

| Scenario               | Presented Actions                                                 | URL Example                                                                                                                                       |
| ---------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Account Address        | <p>• Add Watch account<br>• Add Contact<br>• Send Transaction</p> | `perawallet://WOLFYW4VEVVGEGVLQWEL4EMJ5SFCD3UCNKDH2DCUB5HQ6HLM6URZBMPXLI`                                                                         |
| Asset Opt-in           | • Select account flow, followed by opt-in modal                   | `perawallet://?amount=0&asset=776191503`                                                                                                          |
| Transfer Algo          | • Select account flow with new transfer for Algo                  | `perawallet://7N54HZSGBRQF7FW6YNC6F5H42AT5OXN3F5OQDAXF6H6PDFHNXIEBCJFHOY?amount=1000000&note=1_ALGO_Transfer`                                     |
| Transfer ASA           | • Select account flow with new transfer for ASA                   | `perawallet://7N54HZSGBRQF7FW6YNC6F5H42AT5OXN3F5OQDAXF6H6PDFHNXIEBCJFHOY?amount=1000000&asset=226701642`                                          |
| Transfer ASA with Note | • Select account flow with new transfer for ASA                   | `perawallet://7N54HZSGBRQF7FW6YNC6F5H42AT5OXN3F5OQDAXF6H6PDFHNXIEBCJFHOY?amount=1000000&asset=226701642&xnote=Uneditable_1_Yieldly_Transfer_Note` |

{% hint style="info" %}
Wherever applicable, `amount` should be specified in microalgos.
{% endhint %}
