> ## Documentation Index
> Fetch the complete documentation index at: https://docs.phantom.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Phantom deep links

> Integrate Phantom on iOS and Android using universal links or deeplinks for native Solana interactions.

As of Phantom `v22.04.11`, iOS and Android apps can now natively interact with Phantom through either [universal links](https://developer.apple.com/ios/universal-links/) (recommended) or [deeplinks](https://en.wikipedia.org/wiki/Mobile_deep_linking). We refer to both of these workflows collectively as "deeplinks".

Currently only Solana is supported for deeplinks.

All [provider methods](/phantom-deeplinks/provider-methods/README) follow a protocol format of:

```
https://phantom.app/ul/<version>/<method>
```

It is also possible (but not recommended) to call these methods using Phantom's custom protocol handler:

```
phantom://<version>/<method>
```

In addition to these provider methods, Phantom also supports [other methods](/phantom-deeplinks/other-methods/README) that are accessible via deeplinks. Specifically, users can open web apps within Phantom's in-app browser via the [Browse](/phantom-deeplinks/other-methods/browse) deeplink.
