Links

Introduction

Phantom is a crypto wallet that can be used to manage digital assets and access decentralized applications on Solana, Bitcoin, Ethereum, and Polygon.
Phantom is currently available as:
At its core, Phantom works by creating and managing private keys on behalf of its users. These keys can then be used within Phantom to store funds and sign transactions.
Developers can interact with Phantom via both web applications as well as iOS and Android applications.
To interact with web applications, the Phantom extension and mobile in-app browser injects a phantom object into the javascript context of every site the user visits. A given web app may then interact with Phantom, and ask for the user's permission to perform transactions, through this injected provider.
It's also possible to interact with the Phantom mobile app through universal links and deeplinks. With deeplinks, mobile apps can prompt their users to connect, sign, and send with Phantom directly. Once complete, Phantom will redirect users back to their referring applications.
This documentation is intended for developers who are building applications with Phantom. If you are a developer looking for help with an integration, please check out our developer forums on GitHub. For all other support requests, please visit our Help Center.