StakePoint
Solana DeFi Glossary
Definitions of key terms used in Solana DeFi, token locking, LP locking, and staking. Published by the StakePoint team.
Solana Wallet Adapter
A standard library that allows Solana dApps to connect with multiple wallets through a unified interface.
Definition
The Solana Wallet Adapter is an open-source library that provides a unified interface for Solana dApps to connect with multiple wallet providers. Instead of building custom integrations for Phantom, Solflare, Backpack, and every other wallet, developers implement the wallet adapter once and gain compatibility with all supported wallets.
From the user's perspective, the wallet adapter powers the 'Connect Wallet' button in Solana dApps — providing a selection modal where users choose their preferred wallet. All major Solana wallets support the wallet adapter standard.
The wallet adapter handles wallet connection, disconnection, transaction signing, and public key retrieval in a standardised way, making it the foundation of Solana dApp development.
StakePoint & Solana Wallet Adapter
StakePoint uses the Solana Wallet Adapter for all wallet connections. This means any wallet that implements the standard — including Phantom, Solflare, and Backpack — works with StakePoint automatically.
Related Pages
Frequently Asked Questions
What is the Solana Wallet Adapter?
The Solana Wallet Adapter is a standard library that lets dApps connect with all major Solana wallets through a single unified interface.
Which wallets work with StakePoint?
Any wallet implementing the Solana Wallet Adapter standard works with StakePoint, including Phantom, Solflare, and Backpack.
Related Terms
Solana Wallet
A software application that stores Solana private keys and signs on-chain transactions.
Phantom Wallet
The most popular Solana browser extension and mobile wallet.
Solana DeFi
Decentralised finance applications built on the Solana blockchain.
Anchor Smart Contract
A Solana smart contract built using the Anchor framework.