The Phantom browser extension and mobile in-app browser are both designed to interact with web applications. For mobile apps, we recommend integrating via universal links or deeplinks. There are two main ways to integrate Phantom into your web application: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.
Direct integration
The most direct way to interact with Phantom is via the provider that Phantom injects into your web application. This provider is globally available atwindow.phantom and its methods will always include Phantom’s most up-to-date functionality. This documentation is dedicated to covering all aspects of the provider.