Solana applications use a network model built around accounts, programs and transaction instructions. That makes Solana tooling different from EVM tooling, even when two products serve a similar purpose. The directory above brings together services that explicitly support Solana rather than assuming compatibility from a product name alone.
Match the tool to the task
- Access and account management: compare Solana-compatible wallets by custody model, supported platforms and connection method.
- Monitoring: use portfolio trackers for balances and positions, or onchain analytics for transactions, programs and wallet activity.
- Transactions: review trading tools according to their supported markets, order flow and signing process.
Check the Solana context before connecting
A Solana wallet needs SOL on the same network to cover fees. SPL tokens, program addresses and Solana addresses do not map to Ethereum addresses. Before approving an action, confirm the domain, the connected account, the program being called and every instruction shown by the wallet. Simulation warnings or an unexpected request for broad permissions are reasons to stop and verify the action.
