> ## 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.

# Get started with Bitcoin

> Integrate Phantom into your Bitcoin web app using the injected provider or Wallet Standard.

<Warning>
  **The `window.phantom.bitcoin` provider has been deprecated.**
</Warning>

The Phantom browser extension and mobile in-app browser both support interacting with Bitcoin and Ordinals dapps.

There are two main ways to integrate Phantom into your web application:

## 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 at `window.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.

When adding a Phantom button to your dapp's wallet modal, we recommend using the name "Phantom" with an SVG/PNG icon, which you can find in [Logos and assets](/resources/assets).

<img src="https://mintcdn.com/phantom-e50e2e68/fkWrmnMWhjoXSGZ9/bitcoin/images/phantom-modal-button.png?fit=max&auto=format&n=fkWrmnMWhjoXSGZ9&q=85&s=055eadb4f6f1a8e1370c974c80b65c2f" alt="An example Phantom button in a wallet modal" width="2000" height="403" data-path="bitcoin/images/phantom-modal-button.png" />

## Wallet Standard

Applications can also integrate Phantom by adding support for Wallet Standard.
