# 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 %}


---

# 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://docs.perawallet.app/references/mobile-app-url-schemes.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.
