payments-and-wallets

Create stablecoin payment flows and wallet integrations on Solana.

6|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Lightprotocol/skills --skill payments-and-wallets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: payments-and-wallets
Source: https://github.com/Lightprotocol/skills/tree/main/skills/payments-and-wallets
Command: npx skills add https://github.com/Lightprotocol/skills --skill payments-and-wallets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies building payment flows and wallet integrations on Solana by offering significantly cheaper token accounts compared to SPL, while maintaining a familiar API.

Core Features & Use Cases

  • Rent-Free Token Accounts: Drastically reduces the cost of creating and managing token accounts on Solana.
  • Seamless Wallet Integration: Supports integration with popular wallet adapters and embedded providers like Privy for client-side signing.
  • Payment Prevention: Includes a mechanism (nullifiers) to prevent duplicate transactions, such as double-spending.
  • Use Case: Develop a decentralized application (dApp) that allows users to send and receive stablecoins with minimal transaction fees, integrate with their preferred Solana wallet, and ensure payment integrity.

Quick Start

Use the payments-and-wallets skill to send 100 USDC from the current wallet to the address '...'

Frequently Asked Questions about payments-and-wallets

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

FAQPage Schema
How do I reduce Solana token account rent costs for stablecoin payments?

To reduce Solana token account rent costs for stablecoin payments, you can use rent-free token accounts that bypass standard SPL token account creation fees. This approach maintains a familiar API while drastically lowering the cost of managing transactions.

How do I integrate Solana wallet adapters for client-side transaction signing?

You integrate Solana wallet adapters for client-side transaction signing by utilizing built-in support for popular Solana wallet adapters and embedded providers like Privy. This enables dApp users to securely sign stablecoin transactions directly from their preferred wallets.

How do I prevent double-spending in Solana dApp payment flows?

You prevent double-spending in Solana dApp payment flows by implementing a built-in nullifier system. This mechanism tracks transaction nullifiers to ensure duplicate transactions are rejected, securing payment integrity across the network.

Can I check balances and transaction history for stablecoins on Solana using this approach?

Yes, you can check balances and transaction history for stablecoins on Solana using this approach. The integration facilitates core stablecoin transaction operations including receiving, sending, querying balances, and retrieving transaction history.

Does this Solana payment integration work with standard SPL token accounts?

This Solana payment integration operates alongside standard SPL token accounts but offers significantly cheaper token accounts compared to SPL. It provides a familiar API for stablecoin flows without requiring the high costs associated with standard SPL token accounts.