The premier Bitcoin and Ordinals wallet for the Stacks ecosystem. Connect your Xverse wallet to access BTC, STX, and Ordinals.
Manage your BTC and STX assets in one secure wallet with full support for both networks.
View and transfer your Bitcoin Ordinals with built-in inscription support.
Full support for BRC-20 tokens with easy transfer and management features.
// 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];
}