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

# Build with Phantom

> Integrate wallet functionality into your apps with Phantom's powerful SDKs

**Phantom** is a leading crypto wallet enabling users to manage digital assets and access decentralized applications across [Solana](https://solana.com/), [Ethereum](https://ethereum.org/en/), [Bitcoin](https://bitcoin.org/), [Base](https://www.base.org/), [Polygon](https://polygon.technology/), [Sui](https://sui.io), [Monad](https://www.monad.xyz), and [HyperEVM](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/hyperevm).

<Note>
  This documentation is for developers building with Phantom. For integration support, submit a request using this [form](https://docs.google.com/forms/d/e/1FAIpQLSeHWETFkEJbHQCF-lnl1AHmVQPuyfC0HbnxjDjIp6VYV1sBZQ/viewform). For general support, visit our [Help Center](https://help.phantom.app/).
</Note>

## What are you building for?

<CardGroup cols={2}>
  <Card title="AI agents" icon="robot" href="/phantom-mcp-server">
    Give AI agents a Phantom wallet. The Phantom MCP server lets agents sign transactions, transfer tokens, and interact on-chain. Or build skills and services for those users.
  </Card>

  <Card title="App users" icon="code" href="/phantom-connect">
    Build apps with Phantom Connect SDKs. Integrate embedded wallets and social login into your web or mobile app.
  </Card>
</CardGroup>

***

## Phantom MCP server

The [Phantom MCP server](/phantom-mcp-server) gives AI agents a Phantom wallet. It's a core Phantom product — like the mobile app and browser extension, but for users who interact with crypto through AI agents.

Agents can trade, transfer, and manage assets across Solana, Ethereum, Bitcoin, and Sui using 13 tools across two capability groups:

<CardGroup cols={2}>
  <Card title="Wallet operations" icon="wallet" href="/phantom-mcp-server/tools">
    View addresses and balances, send transactions, sign messages on Solana and EVM chains
  </Card>

  <Card title="Swaps and portfolio" icon="arrow-right-arrow-left" href="/phantom-mcp-server/tools#swaps-and-portfolio">
    Swap tokens on Solana and EVM, cross-chain swaps, and portfolio rebalancing
  </Card>
</CardGroup>

<Card title="Set up the MCP server" icon="rocket" href="/phantom-mcp-server/setup">
  Add the Phantom MCP server to Claude Desktop, Cursor, or Claude Code
</Card>

***

## Phantom Connect SDK

Build with our comprehensive [SDK suite](/wallet-sdks-overview) for web and mobile platforms. Choose from React, React Native, or Browser SDKs to integrate wallet functionality into your app with native multi-chain support.

Choose the SDK that fits your app:

<CardGroup cols={3}>
  <Card title="React SDK" icon="react" href="/sdks/react-sdk/index">
    React hooks for wallet integration in your apps with native transaction support
  </Card>

  <Card title="React Native SDK" icon="mobile" href="/sdks/react-native-sdk/index">
    Build mobile wallet experiences for iOS and Android with React Native
  </Card>

  <Card title="Browser SDK" icon="browser" href="/sdks/browser-sdk/index">
    Framework-agnostic JavaScript SDK for wallet integration in web apps
  </Card>
</CardGroup>

<Info>
  Not sure which SDK to use? Check out our [SDK comparison guide](/wallet-sdks-overview) to find the perfect fit for your use case.
</Info>

## Developer resources

<CardGroup cols={3}>
  <Card title="Recipes and starter kits" icon="flask" href="/resources/recipes">
    Explore starter templates and example implementations
  </Card>

  <Card title="Sandbox" icon="code" href="/resources/sandbox">
    Test your integration in our interactive sandbox
  </Card>

  <Card title="FAQ" icon="circle-question" href="/resources/faq">
    Find answers to common questions
  </Card>

  <Card title="Support" icon="life-ring" href="https://docs.google.com/forms/d/e/1FAIpQLSeHWETFkEJbHQCF-lnl1AHmVQPuyfC0HbnxjDjIp6VYV1sBZQ/viewform">
    Get help from our developer support team
  </Card>
</CardGroup>
