transaction

Create and verify SOL and USDC payments via Solana RPC.

3|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/zaebee/aura --skill transaction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transaction
Source: https://github.com/zaebee/aura/tree/main/core/src/hive/proteins/transaction
Command: npx skills add https://github.com/zaebee/aura --skill transaction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of handling cryptocurrency payments and securely encrypting/decrypting sensitive information, ensuring both financial integrity and data security.

Core Features & Use Cases

  • Payment Initiation: Generate cryptocurrency payment links for seamless transactions.
  • Payment Verification: Confirm that payments have been successfully received on the blockchain.
  • Secret Management: Encrypt and decrypt sensitive data to protect it from unauthorized access.
  • Use Case: An e-commerce platform can use this Skill to generate a Solana payment link for a customer's order and later verify the payment's arrival before fulfilling the order.

Quick Start

Create a payment link for 50 USD in USDC with the memo 'order-12345'.

Frequently Asked Questions about transaction

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

FAQPage Schema
How do I verify Solana crypto payments for an e-commerce order?

To verify Solana crypto payments, this Skill integrates with Solana RPC for on-chain operations to confirm that the specified amount in SOL or USDC has successfully arrived before order fulfillment.

What is the best way to encrypt sensitive data and secrets for payment processing?

The best way to encrypt sensitive data here is using Fernet symmetric encryption. The Skill provides robust secret management to encrypt and decrypt sensitive information, protecting payment data from unauthorized access.

How do I generate a USDC payment link on Solana for a customer?

You can generate a USDC payment link on Solana through the Skill's payment initiation feature. It allows you to specify amounts, such as 50 USD in USDC, and attach a memo like 'order-12345' for seamless transaction tracking.

Does this Skill support both SOL and USDC for cryptocurrency transactions?

Yes, the Skill supports both SOL and USDC for cryptocurrency transactions. It facilitates the creation and verification of on-chain payments using Solana RPC for either digital currency.

Do I need a Solana RPC connection to verify on-chain crypto payments?

Yes, a Solana RPC connection is required. The Skill explicitly integrates with Solana RPC to perform on-chain operations and successfully verify that cryptocurrency payments have been received.