Xverse Wallet Integration

The premier Bitcoin and Ordinals wallet for the Stacks ecosystem. Connect your Xverse wallet to access BTC, STX, and Ordinals.

Xverse Logo

Bitcoin & Stacks

Manage your BTC and STX assets in one secure wallet with full support for both networks.

Ordinals Support

View and transfer your Bitcoin Ordinals with built-in inscription support.

BRC-20 Tokens

Full support for BRC-20 tokens with easy transfer and management features.

Interactive Demo

Wallet Connection

Quick Start

// Check if Xverse is installed
if (typeof window.BitcoinProvider !== 'undefined') {
  // Connect to Xverse
  const accounts = await window.BitcoinProvider.connect();
  
  // Get address
  const address = accounts[0];
}