send-sol-transaction

Build and send SOL transfers via Phantom Connect SDK for React and Browser.

7|8|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/phantom/phantom-connect-cursor-plugin --skill send-sol-transaction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-sol-transaction
Source: https://github.com/phantom/phantom-connect-cursor-plugin/tree/main/skills/send-sol-transaction
Command: npx skills add https://github.com/phantom/phantom-connect-cursor-plugin --skill send-sol-transaction

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of building, signing, and sending SOL transactions using the Phantom Connect SDK, ensuring secure and efficient cryptocurrency transfers.

Core Features & Use Cases

  • Transaction Construction: Programmatically create SOL transfer transactions.
  • Secure Signing: Utilizes Phantom's SDK for secure transaction signing without exposing private keys.
  • Cross-SDK Support: Provides examples for both React and Browser SDKs.
  • Verification: Includes steps to verify transaction status on the Solana network.
  • Use Case: A user wants to send 0.01 SOL to a friend. This skill guides the process from transaction creation to confirmation.

Quick Start

Use the send-sol-transaction skill to send 0.01 SOL to RECIPIENT_ADDRESS_HERE.

Frequently Asked Questions about send-sol-transaction

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send SOL transfer transactions using the Phantom Connect SDK?

To send SOL transfer transactions using the Phantom Connect SDK, programmatically construct the transaction, secure signing via Phantom, and verify confirmation status on Solana devnet or mainnet-beta.

Can I use the Phantom Connect SDK to send Solana transactions in both React and Browser environments?

Yes, the Phantom Connect SDK supports sending Solana transactions in both React and Browser environments, providing specific implementation examples for constructing and signing transfers across both platforms.

How does secure transaction signing work with the Phantom wallet SDK?

Secure transaction signing with the Phantom wallet SDK works by delegating the signing process to Phantom, ensuring users can authorize Solana transfers without exposing their private keys to the application.

How do I verify Solana transaction confirmation status on devnet or mainnet-beta?

Verify Solana transaction confirmation status on devnet or mainnet-beta by utilizing the provided SDK methods to check the network response, ensuring the SOL transfer is fully confirmed on the blockchain.

What is the best way to construct a SOL transfer transaction programmatically for Phantom?

The best way to construct a SOL transfer transaction for Phantom is using the Phantom Connect SDK, which streamlines transaction building and secure signing for efficient cryptocurrency transfers without exposing keys.