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


---

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